Searched refs:sll_pkttype (Results 1 – 9 of 9) sorted by relevance
551 if (from.sll_pkttype == PACKET_OUTGOING) { in pcap_read_packet()598 switch (from.sll_pkttype) { in pcap_read_packet()601 hdrp->sll_pkttype = htons(LINUX_SLL_HOST); in pcap_read_packet()605 hdrp->sll_pkttype = htons(LINUX_SLL_BROADCAST); in pcap_read_packet()609 hdrp->sll_pkttype = htons(LINUX_SLL_MULTICAST); in pcap_read_packet()613 hdrp->sll_pkttype = htons(LINUX_SLL_OTHERHOST); in pcap_read_packet()617 hdrp->sll_pkttype = htons(LINUX_SLL_OUTGOING); in pcap_read_packet()621 hdrp->sll_pkttype = -1; in pcap_read_packet()
83 u_int16_t sll_pkttype; /* packet type */ member
86 u_int16_t sll_pkttype; /* packet type */ member
58 printf("%3s ",tok2str(sll_pkttype_values,"?",EXTRACT_16BITS(&sllp->sll_pkttype))); in sll_print()
17 unsigned char sll_pkttype; member
332 ll.sll_pkttype = PACKET_HOST; in wpa_driver_broadcom_init()
337 ll.sll_pkttype = PACKET_HOST; in wpa_driver_broadcom_init()
333 ll.sll_pkttype = PACKET_HOST; in wpa_driver_broadcom_init()
1041 printxval(af_packet_types, addrbuf.ll.sll_pkttype, "?");