Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintpacket.c23 if (IP_V(ip) == 6) {
47 if (IP_V(ip) == 6) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c216 ifp = get_unit(iface, IP_V(ip), ifs);
281 if (dir && (ifp != NULL) && IP_V(ip) && (m != NULL))
H A Dipmon.c1004 v = IP_V(ip);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h728 # define IP_V(x) ((x)->ip_vhl >> 4) macro
1775 #ifndef IP_V
1776 # define IP_V(x) (x)->ip_v macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c2334 int v = IP_V(ip);
2963 if (IP_V(ip) == 4) {
2975 } else if (IP_V(ip) == 6) {