Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcmd/common/
H A Dfds.c126 #ifdef AF_PACKET
127 "PACKET", AF_PACKET,
/titanic_44/usr/src/uts/common/sys/
H A Dsocket.h295 #define AF_PACKET 32 /* PF_PACKET Linux socket interface */ macro
336 #define PF_PACKET AF_PACKET
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c282 if (family != AF_PACKET) { in sockpfp_create()
619 sol->sll_family = AF_PACKET; in sdpfp_bind()
780 if (sol->sll_family != AF_PACKET) { in sdpfp_senduio()