Searched defs:AF_UNIX (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsocket.h77 #define AF_UNIX 1 /* local to host (pipes, portals) */ macro
126 #define PF_UNIX AF_UNIX
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h194 #define SO_SRCADDR 0x2001 /* Internal: AF_UNIX source address */
195 #define SO_FILEP 0x2002 /* Internal: AF_UNIX file pointer */
196 #define SO_UNIX_CLOSE 0x2003 /* Internal: AF_UNIX peer closed */
262 #define AF_UNIX 1 /* local to host (pipes, portals) */ macro
263 #define AF_LOCAL AF_UNIX /* Synonym for AF_UNIX */
264 #define AF_FILE AF_UNIX /* Synonym for AF_UNIX */
303 #define PF_UNIX AF_UNIX
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h197 #define AF_LOCAL AF_UNIX /* local to host (pipes, portals) */
199 #define AF_UNIX 1 /* standardized name for AF_LOCAL */ macro

Completed in 90 milliseconds