Home
last modified time | relevance | path

Searched defs:AF_UNIX (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/cddl/lib/libdtrace/
H A Dsocket.d125 inline int AF_UNIX = 1; /* standardized name for AF_LOCAL */ variable
/freebsd-src/sys/sys/
H A Dsocket.h220 #define AF_LOCAL AF_UNIX /* local to host (pipes, portals) */ macro