Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/truss/
H A Dsystable.h67 extern const char * const socktype_codes[];
H A Dsystable.c1726 const char * const socktype_codes[] = { /* cf socket.h */ variable
H A Dprint.c1739 (s = socktype_codes[type]) != NULL) { in prt_skt()