Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Darping.c146 if (from->sll_pkttype != PACKET_HOST && from->sll_pkttype != PACKET_BROADCAST in recv_from()
147 && from->sll_pkttype != PACKET_MULTICAST) return; in recv_from()
165 from->sll_pkttype == PACKET_HOST ? "Uni" : "Broad", in recv_from()
179 if (from->sll_pkttype != PACKET_HOST) TT.brd_rcv++; in recv_from()
/external/tcpdump/
Dsll.h86 u_int16_t sll_pkttype; /* packet type */ member
Dprint-sll.c58 printf("%3s ",tok2str(sll_pkttype_values,"?",EXTRACT_16BITS(&sllp->sll_pkttype))); in sll_print()
/external/libpcap/pcap/
Dsll.h86 u_int16_t sll_pkttype; /* packet type */ member
/external/iputils/
Darping.c386 if (FROM->sll_pkttype != PACKET_HOST && in recv_pack()
387 FROM->sll_pkttype != PACKET_BROADCAST && in recv_pack()
388 FROM->sll_pkttype != PACKET_MULTICAST) in recv_pack()
442 printf("%s ", FROM->sll_pkttype==PACKET_HOST ? "Unicast" : "Broadcast"); in recv_pack()
470 if (FROM->sll_pkttype != PACKET_HOST) in recv_pack()
Drarpd.c434 if (sll.sll_pkttype != PACKET_BROADCAST && in serve_it()
435 sll.sll_pkttype != PACKET_MULTICAST && in serve_it()
436 sll.sll_pkttype != PACKET_HOST) in serve_it()
/external/kernel-headers/original/uapi/linux/
Dif_packet.h17 unsigned char sll_pkttype; member
/external/libpcap/
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);
/external/android-clat/
Dclatd.c79 .sll_pkttype = PACKET_OTHERHOST, // The 464xlat IPv6 address is not assigned to the kernel. in configure_packet_socket()
/external/strace/
Dnet.c334 printxval(af_packet_types, addrbuf.ll.sll_pkttype, "PACKET_???"); in printsock()