Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Darping.c140 if (from->sll_pkttype != PACKET_HOST && from->sll_pkttype != PACKET_BROADCAST in recv_from()
141 && from->sll_pkttype != PACKET_MULTICAST) return; in recv_from()
159 from->sll_pkttype == PACKET_HOST ? "Uni" : "Broad", in recv_from()
172 if (from->sll_pkttype != PACKET_HOST) TT.brd_rcv++; in recv_from()
/external/tcpdump/
Dprint-sll.c82 uint16_t sll_pkttype; /* packet type */ member
139 ND_PRINT((ndo, "%3s ",tok2str(sll_pkttype_values,"?",EXTRACT_16BITS(&sllp->sll_pkttype)))); in sll_print()
/external/libpcap/pcap/
Dsll.h86 uint16_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/iproute2/include/uapi/linux/
Dif_packet.h18 unsigned char sll_pkttype; member
/external/kernel-headers/original/uapi/linux/
Dif_packet.h19 unsigned char sll_pkttype; member
/external/ltp/testcases/network/stress/ns-tools/
Dns-icmpv6_sender.c185 lladdr_p->sll_pkttype = PACKET_HOST; /* Packet type */ in specify_hw_addr()
217 lladdr_p->sll_pkttype = PACKET_MULTICAST; /* Packet type */ in calc_hd_mcastaddr()
Dns-common.c271 ll->sll_pkttype = PACKET_OTHERHOST; /* Packet type */ in eth_pton()
Dns-icmpv4_sender.c325 fake_p->saddr_ll.sll_pkttype = PACKET_HOST; /* Packet type */ in complete_eth_addrs()
/external/android-clat/
Dclatd.c98 .sll_pkttype = PACKET_OTHERHOST, // The 464xlat IPv6 address is not assigned to the kernel. in configure_packet_socket()
/external/strace/
Dsockaddr.c408 printxval_index(af_packet_types, sa_ll->sll_pkttype, "PACKET_???"); in print_sockaddr_data_ll()
/external/libpcap/
Dpcap-linux.c1114 if (sll->sll_pkttype == PACKET_OUTGOING) { in linux_check_direction()
3836 hdrp->sll2_pkttype = sll->sll_pkttype; in pcap_handle_packet_mmap()
3872 hdrp->sll_pkttype = htons(sll->sll_pkttype); in pcap_handle_packet_mmap()
/external/strace/tests-m32/
Dnet-sockaddr.c501 .sll_pkttype = PACKET_HOST, in check_ll()
/external/strace/tests-mx32/
Dnet-sockaddr.c501 .sll_pkttype = PACKET_HOST, in check_ll()
/external/strace/tests/
Dnet-sockaddr.c501 .sll_pkttype = PACKET_HOST, in check_ll()
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_tpacket.c740 ring->ll.sll_pkttype = 0; in bind_ring()
/external/rust/crates/nix/src/sys/socket/
Daddr.rs1082 self.0.sll_pkttype in pkttype()
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs79 pub sll_pkttype: ::c_uchar,
/external/python/cpython2/Modules/
Dsocketmodule.c1202 a->sll_pkttype, in makesockaddr()
1555 addr->sll_pkttype = pkttype; in getsockaddrarg()
/external/python/cpython3/Modules/
Dsocketmodule.c1495 a->sll_pkttype, in makesockaddr()
2080 addr->sll_pkttype = pkttype; in getsockaddrarg()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs377 pub sll_pkttype: ::c_uchar,