Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dsocket.h100 #define AF_GOSIP 22 /* U.S. Government OSI */ macro
147 #define PF_GOSIP AF_GOSIP
/titanic_44/usr/src/uts/common/sys/
H A Dsocket.h285 #define AF_GOSIP 22 /* U.S. Government OSI */ macro
326 #define PF_GOSIP AF_GOSIP
/titanic_44/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c548 case AF_GOSIP: p = "AF_GOSIP"; break; in show_sockaddr()