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

/external/libpcap/pcap/
H A Dsll.h86 u_int16_t sll_pkttype; /* packet type */ member in struct:sll_header
94 * The LINUX_SLL_ values for "sll_pkttype"; these correspond to the
/external/tcpdump/
H A Dsll.h86 u_int16_t sll_pkttype; /* packet type */ member in struct:sll_header
94 * The LINUX_SLL_ values for "sll_pkttype"; these correspond to the
/external/kernel-headers/original/uapi/linux/
H A Dif_packet.h17 unsigned char sll_pkttype; member in struct:sockaddr_ll
/external/libpcap/
H A Dpcap-linux.c1424 if (sll->sll_pkttype == PACKET_OUTGOING) {
1621 hdrp->sll_pkttype = map_packet_type_to_sll_type(from.sll_pkttype);
2566 map_packet_type_to_sll_type(short int sll_pkttype) argument
2568 switch (sll_pkttype) {
4255 hdrp->sll_pkttype = map_packet_type_to_sll_type(
4256 sll->sll_pkttype);

Completed in 1318 milliseconds