Searched refs:sll_hatype (Results 1 – 22 of 22) sorted by relevance
/external/libpcap/pcap/ |
D | sll.h | 87 uint16_t sll_hatype; /* link-layer address type */ member
|
/external/iputils/ |
D | rarpd.c | 479 if (htons(sll.sll_hatype) != a->ar_hrd) { in serve_it() 480 switch (sll.sll_hatype) { in serve_it() 510 rmap = rarp_lookup(sll.sll_ifindex, sll.sll_hatype, in serve_it()
|
D | arping.c | 279 ah->ar_hrd = htons(ME->sll_hatype); in send_pack() 397 if (ah->ar_hrd != htons(FROM->sll_hatype) && in recv_pack() 398 (FROM->sll_hatype != ARPHRD_FDDI || ah->ar_hrd != htons(ARPHRD_ETHER))) in recv_pack()
|
/external/tcpdump/ |
D | print-sll.c | 83 uint16_t sll_hatype; /* link-layer address type */ member
|
/external/iproute2/include/uapi/linux/ |
D | if_packet.h | 17 unsigned short sll_hatype; member
|
/external/kernel-headers/original/uapi/linux/ |
D | if_packet.h | 18 unsigned short sll_hatype; member
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmpv6_sender.c | 184 lladdr_p->sll_hatype = ARPHRD_ETHER; /* Header type */ in specify_hw_addr() 216 lladdr_p->sll_hatype = ARPHRD_ETHER; /* Header type */ in calc_hd_mcastaddr()
|
D | ns-common.c | 270 ll->sll_hatype = ARPHRD_ETHER; /* Header type */ in eth_pton()
|
D | ns-icmpv4_sender.c | 324 fake_p->saddr_ll.sll_hatype = ARPHRD_ETHER; /* Header type */ in complete_eth_addrs()
|
/external/strace/ |
D | sockaddr.c | 406 printxval_search(arp_hardware_types, sa_ll->sll_hatype, "ARPHRD_???"); in print_sockaddr_data_ll()
|
D | ChangeLog | 3253 printxval_search for printing of struct sockaddr_ll.sll_hatype field.
|
/external/strace/tests-m32/ |
D | net-sockaddr.c | 500 .sll_hatype = ARPHRD_ETHER, in check_ll()
|
/external/strace/tests-mx32/ |
D | net-sockaddr.c | 500 .sll_hatype = ARPHRD_ETHER, in check_ll()
|
/external/strace/tests/ |
D | net-sockaddr.c | 500 .sll_hatype = ARPHRD_ETHER, in check_ll()
|
/external/libpcap/ |
D | pcap-linux.c | 3835 hdrp->sll2_hatype = htons(sll->sll_hatype); in pcap_handle_packet_mmap() 3873 hdrp->sll_hatype = htons(sll->sll_hatype); in pcap_handle_packet_mmap()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | psock_tpacket.c | 739 ring->ll.sll_hatype = 0; in bind_ring()
|
/external/iproute2/ip/ |
D | iplink.c | 1198 *htype = me.sll_hatype; in get_address()
|
/external/rust/crates/nix/src/sys/socket/ |
D | addr.rs | 1077 self.0.sll_hatype in hatype()
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 78 pub sll_hatype: ::c_ushort,
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 1203 a->sll_hatype, in makesockaddr() 1556 addr->sll_hatype = hatype; in getsockaddrarg()
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 1496 a->sll_hatype, in makesockaddr() 2081 addr->sll_hatype = hatype; in getsockaddrarg()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 376 pub sll_hatype: ::c_ushort,
|