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

/freebsd-9.3-release/contrib/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
/freebsd-9.3-release/contrib/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
H A Dprint-sll.c58 printf("%3s ",tok2str(sll_pkttype_values,"?",EXTRACT_16BITS(&sllp->sll_pkttype)));
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c1486 if (from.sll_pkttype == PACKET_OUTGOING) {
1524 hdrp->sll_pkttype = map_packet_type_to_sll_type(from.sll_pkttype);
2427 map_packet_type_to_sll_type(short int sll_pkttype) argument
2429 switch (sll_pkttype) {
3865 if (sll->sll_pkttype == PACKET_OUTGOING) {
3927 hdrp->sll_pkttype = map_packet_type_to_sll_type(
3928 sll->sll_pkttype);

Completed in 67 milliseconds