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

/freebsd-12-stable/contrib/libpcap/pcap/
H A Dsll.h90 uint16_t sll_protocol; /* protocol */ member in struct:sll_header
123 * The LINUX_SLL_ values for "sll_protocol" and LINUX_SLL2_ values for
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-sll.c86 uint16_t sll_protocol; /* protocol */ member in struct:sll_header
102 * The LINUX_SLL_ values for "sll_protocol"; these correspond to the
150 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
239 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-common.c1327 protocol = EXTRACT_16BITS(&shdr->sll_protocol);
H A Dpcap-linux.c1761 if ((sll->sll_protocol == LINUX_SLL_P_CAN ||
1762 sll->sll_protocol == LINUX_SLL_P_CANFD) &&
1959 hdrp->sll2_protocol = from.sll_protocol;
1982 hdrp->sll_protocol = from.sll_protocol;
3566 * We need to use cooked mode, so that in sll_protocol we
5171 hdrp->sll2_protocol = sll->sll_protocol;
5215 hdrp->sll_protocol = sll->sll_protocol;
5801 sll.sll_protocol
[all...]

Completed in 278 milliseconds