Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dfds.c126 #ifdef AF_PACKET
127 "PACKET", AF_PACKET,
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h308 #define AF_PACKET 32 /* PF_PACKET Linux socket interface */ macro
349 #define PF_PACKET AF_PACKET
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c282 if (family != AF_PACKET) { in sockpfp_create()
621 sol->sll_family = AF_PACKET; in sdpfp_bind()
782 if (sol->sll_family != AF_PACKET) { in sdpfp_senduio()