Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dsocket.h80 #define AF_PUP 4 /* pup protocols: e.g. BSP */ macro
129 #define PF_PUP AF_PUP
/titanic_44/usr/src/uts/common/sys/
H A Dsocket.h267 #define AF_PUP 4 /* pup protocols: e.g. BSP */ macro
308 #define PF_PUP AF_PUP
/titanic_44/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c530 case AF_PUP: p = "AF_PUP"; break; in show_sockaddr()