Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dip.sed.in69 SED_REPLACE(IPPROTO_EON)
H A Dip.d.in77 #pragma D binding "1.5" IPPROTO_EON
78 inline int IPPROTO_EON = @IPPROTO_EON@; variable
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h216 #define IPPROTO_EON 80 /* ISO cnlp */ macro
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h175 #define IPPROTO_EON 80 /* ISO clnp */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c731 case IPPROTO_EON: return ("EON"); in getproto()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2409 case IPPROTO_EON: return ("IPPROTO_EON"); in ipprotos()