Annotation of embedaddon/trafshow/parse_dl.h, revision 1.1.1.1

1.1       misho       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_DL_H_
                     11: #define        _PARSE_DL_H_
                     12: 
                     13: int is_parse_dl(int type);
                     14: const char *parse_dl_name(int type);
                     15: 
                     16: struct netstat;
                     17: int parse_dl(struct netstat *ns, int dlt, int clen, int plen, const unsigned char *p);
                     18: 
                     19: #endif /* !_PARSE_DL_H_ */

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