Searched refs:PACKET_MULTICAST (Results 1 – 8 of 8) sorted by relevance
24 #define PACKET_MULTICAST 2 macro
141 && from->sll_pkttype != PACKET_MULTICAST) return; in recv_from()
217 lladdr_p->sll_pkttype = PACKET_MULTICAST; /* Packet type */ in calc_hd_mcastaddr()
7388 #ifdef PACKET_MULTICAST7389 PyModule_AddIntMacro(m, PACKET_MULTICAST);