Searched refs:interpret_ip (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ether.c | 337 (void) interpret_ip(flags, (struct ip *)data, len); in interpret_ether() 981 (void) interpret_ip(flags, (struct ip *)data, len); in interpret_tr() 1255 (void) interpret_ip(flags, (struct ip *)data, len); in interpret_fddi() 1649 (void) interpret_ip(flags, (struct ip *)data, len); in interpret_ib() 1734 (void) interpret_ip(flags, (struct ip *)data, len); in interpret_ipnet() 1802 (void) interpret_ip(flags, (struct ip *)header, elen); in interpret_iptun()
|
H A D | snoop_ipsec.c | 203 (void) interpret_ip(flags, (struct ip *)data, in interpret_ah()
|
H A D | snoop.h | 265 extern int interpret_ip(int, const struct ip *, int);
|
H A D | snoop_icmp.c | 406 (void) interpret_ip(flags, in interpret_icmp() 417 (void) interpret_ip(flags, in interpret_icmp()
|
H A D | snoop_ip.c | 83 interpret_ip(int flags, const struct ip *ip, int fraglen) in interpret_ip() function 249 (void) interpret_ip(flags, in interpret_ip() 435 (void) interpret_ip(flags, (const struct ip *)data, in interpret_ipv6()
|
H A D | snoop_ppp.c | 97 { PPP_IP, "IP", interpret_ip, NULL, NULL },
|