Searched refs:SOCK_PACKET (Results 1 – 5 of 5) sorted by relevance
89 SOCK_PACKET = 10, enumerator92 #define SOCK_MAX (SOCK_PACKET + 1)
329 #ifdef SOCK_PACKET330 { SOCK_PACKET, "SOCK_PACKET" },
3465 * net.c (socktypes): Add SOCK_PACKET.
439 stype = SOCK_PACKET; in openInterface()
1787 handle->fd = socket(PF_INET, SOCK_PACKET, htons(ETH_P_ALL)); in live_open_old()