Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dip.sed.in68 SED_REPLACE(IPPROTO_ND)
H A Dip.d.in75 #pragma D binding "1.5" IPPROTO_ND
76 inline int IPPROTO_ND = @IPPROTO_ND@; variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c291 case IPPROTO_ND: in interpret_ip()
467 case IPPROTO_ND: in interpret_ipv6()
731 case IPPROTO_ND: return ("ND"); in getproto()
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h213 #define IPPROTO_ND 77 /* Sun net disk proto (temp.) */ macro
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h175 #define IPPROTO_ND 77 /* UNOFFICIAL net disk proto */ macro
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2651 case IPPROTO_ND: return ("IPPROTO_ND"); in ipprotos()