Searched refs:sll_pkttype (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libpcap/pcap/
H A Dsll.h86 uint16_t sll_pkttype; /* packet type */ member in struct:sll_header
109 * The LINUX_SLL_ values for "sll_pkttype" and LINUX_SLL2_ values for
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-sll.c82 uint16_t sll_pkttype; /* packet type */ member in struct:sll_header
90 * The LINUX_SLL_ values for "sll_pkttype"; these correspond to the
139 ND_PRINT((ndo, "%3s ",tok2str(sll_pkttype_values,"?",EXTRACT_16BITS(&sllp->sll_pkttype))));
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-linux.c1740 if (sll->sll_pkttype == PACKET_OUTGOING) {
1963 hdrp->sll2_pkttype = from.sll_pkttype;
1975 hdrp->sll_pkttype = htons(from.sll_pkttype);
5175 hdrp->sll2_pkttype = sll->sll_pkttype;
5211 hdrp->sll_pkttype = htons(sll->sll_pkttype);

Completed in 120 milliseconds