Searched refs:sll_protocol (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/libpcap/pcap/
H A Dsll.h90 u_int16_t sll_protocol; /* protocol */ member in struct:sll_header
106 * The LINUX_SLL_ values for "sll_protocol"; these correspond to the
/freebsd-9.3-release/contrib/tcpdump/
H A Dsll.h90 u_int16_t sll_protocol; /* protocol */ member in struct:sll_header
106 * The LINUX_SLL_ values for "sll_protocol"; these correspond to the
H A Dprint-sll.c69 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
145 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c1531 hdrp->sll_protocol = from.sll_protocol;
3932 hdrp->sll_protocol = sll->sll_protocol;
4084 sll.sll_protocol = htons(ETH_P_ALL);

Completed in 186 milliseconds