Searched defs:sll_pkttype (Results 1 - 5 of 5) sorted by relevance

/external/libpcap/pcap/
H A Dsll.h84 u_int16_t sll_pkttype; /* packet type */ member in struct:sll_header
92 * The LINUX_SLL_ values for "sll_pkttype"; these correspond to the
/external/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))));
/external/iproute2/include/uapi/linux/
H A Dif_packet.h18 unsigned char sll_pkttype; member in struct:sockaddr_ll
/external/kernel-headers/original/uapi/linux/
H A Dif_packet.h18 unsigned char sll_pkttype; member in struct:sockaddr_ll
/external/libpcap/
H A Dpcap-linux.c1635 if (sll->sll_pkttype == PACKET_OUTGOING) {
1849 hdrp->sll_pkttype = map_packet_type_to_sll_type(from.sll_pkttype);
2790 map_packet_type_to_sll_type(short int sll_pkttype) argument
2792 switch (sll_pkttype) {
4695 hdrp->sll_pkttype = map_packet_type_to_sll_type(
4696 sll->sll_pkttype);

Completed in 250 milliseconds