Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dip.sed.in57 SED_REPLACE(IPPROTO_IDP)
H A Dip.d.in53 #pragma D binding "1.5" IPPROTO_IDP
54 inline int IPPROTO_IDP = @IPPROTO_IDP@; variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c289 case IPPROTO_IDP: in interpret_ip()
465 case IPPROTO_IDP: in interpret_ipv6()
729 case IPPROTO_IDP: return ("IDP"); in getproto()
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h159 #define IPPROTO_IDP 22 /* xns idp */ macro
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h164 #define IPPROTO_IDP 22 /* xns idp */ macro
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2640 case IPPROTO_IDP: return ("IPPROTO_IDP"); in ipprotos()