Searched defs:sll_protocol (Results 1 - 3 of 3) sorted by relevance

/external/libpcap/pcap/
H A Dsll.h88 u_int16_t sll_protocol; /* protocol */ member in struct:sll_header
104 * The LINUX_SLL_ values for "sll_protocol"; these correspond to the
/external/tcpdump/
H A Dprint-sll.c85 uint16_t sll_protocol; /* protocol */ member in struct:sll_header
101 * The LINUX_SLL_ values for "sll_protocol"; these correspond to the
149 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
225 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
/external/kernel-headers/original/uapi/linux/
H A Dif_packet.h14 __be16 sll_protocol; member in struct:sockaddr_ll

Completed in 207 milliseconds