File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / trafshow / parse_ip.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 16:55:18 2012 UTC (12 years, 4 months ago) by misho
Branches: trafshow, MAIN
CVS tags: v5_2_3p0, v5_2_3, HEAD
trafshow

    1: /*
    2:  *	Copyright (c) 2004 Rinet Corp., Novosibirsk, Russia
    3:  *
    4:  * Redistribution and use in source forms, with and without modification,
    5:  * are permitted provided that this entire comment appears intact.
    6:  *
    7:  * THIS SOURCE CODE IS PROVIDED ``AS IS'' WITHOUT ANY WARRANTIES OF ANY KIND.
    8:  */
    9: 
   10: #ifndef	_PARSE_IP_H_
   11: #define	_PARSE_IP_H_
   12: 
   13: struct netstat;
   14: struct ip;
   15: int parse_ip(struct netstat *ns, int caplen, const struct ip *ip);
   16: 
   17: #endif	/* !_PARSE_IP_H_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>