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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
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)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/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
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Darping.c137 if (FROM->sll_pkttype != PACKET_HOST
138 && FROM->sll_pkttype != PACKET_BROADCAST
139 && FROM->sll_pkttype != PACKET_MULTICAST)
194 FROM->sll_pkttype == PACKET_HOST ? "Uni" : "Broad",
217 if (FROM->sll_pkttype != PACKET_HOST)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_packet.h17 unsigned char sll_pkttype; member in struct:sockaddr_ll
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Darping.c200 if (FROM->sll_pkttype != PACKET_HOST &&
201 FROM->sll_pkttype != PACKET_BROADCAST &&
202 FROM->sll_pkttype != PACKET_MULTICAST)
256 printf("%s ", FROM->sll_pkttype==PACKET_HOST ? "Unicast" : "Broadcast");
284 if (FROM->sll_pkttype != PACKET_HOST)
H A Drarpd.c434 if (sll.sll_pkttype != PACKET_BROADCAST &&
435 sll.sll_pkttype != PACKET_MULTICAST &&
436 sll.sll_pkttype != PACKET_HOST)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
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);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dlibpppoe.c243 sll->sll_pkttype = PACKET_BROADCAST;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/packet/
H A Daf_packet.c597 sll->sll_pkttype = skb->pkt_type;
782 sll->sll_pkttype = skb->pkt_type;
1738 sll->sll_pkttype = 0;

Completed in 207 milliseconds