Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dproto.h88 extern const char *ipprotos(int);
H A Dcodes.c2385 ipprotos(int arg) /* IP protocols cf. netinet/in.h */ in ipprotos() function
H A Dprint.c1862 if ((s = ipprotos((int)val)) != NULL) { in prt_skp()