Home
last modified time | relevance | path

Searched refs:IP_PROTO_OF (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c81 #define IP_PROTO_OF(p) (((uchar_t *)p)[9]) macro
275 return (IP_PROTO_OF(ip)); in ip_proto_of()