/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
H A D | l2_packet_linux.c | 148 ll.sll_protocol = htons(proto); in l2_packet_send() 156 os_memcpy(pos, &ll.sll_protocol, protocol_len); in l2_packet_send() 389 ll.sll_protocol = htons(protocol); in l2_packet_init() 472 ll.sll_protocol = htons(ETH_P_ALL); in l2_packet_init_bridge()
|
/third_party/musl/porting/uniproton/kernel/include/netpacket/ |
H A D | packet.h | 9 unsigned short sll_family, sll_protocol; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netpacket/ |
H A D | packet.h | 9 unsigned short sll_family, sll_protocol; member
|
/third_party/musl/porting/liteos_a/kernel/include/netpacket/ |
H A D | packet.h | 9 unsigned short sll_family, sll_protocol; member
|
/third_party/musl/porting/liteos_m/kernel/include/netpacket/ |
H A D | packet.h | 9 unsigned short sll_family, sll_protocol; member
|
/third_party/musl/include/netpacket/ |
H A D | packet.h | 9 unsigned short sll_family, sll_protocol; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | l2_packet_linux.c | 140 ll.sll_protocol = htons(proto); in l2_packet_send() 322 ll.sll_protocol = htons(protocol); in l2_packet_init() 403 ll.sll_protocol = htons(ETH_P_ALL); in l2_packet_init_bridge()
|
/third_party/ltp/testcases/network/packet/ |
H A D | fanout01.c | 72 addr.sll_protocol = 0x0; in run()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-common.c | 266 ll->sll_protocol = htons(ETH_P_IP); /* IPv4 */ in eth_pton() 268 ll->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */ in eth_pton()
|
H A D | ns-icmpv6_sender.c | 183 lladdr_p->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */ in specify_hw_addr() 214 lladdr_p->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */ in calc_hd_mcastaddr()
|
H A D | ns-icmpv4_sender.c | 323 fake_p->saddr_ll.sll_protocol = htons(ETH_P_IP); /* IPv4 */ in complete_eth_addrs()
|
H A D | ns-icmp_redirector.c | 242 lla.sll_protocol = htons(ETH_P_ALL); in open_socket()
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
H A D | sendto03.c | 54 bind_addr.sll_protocol = htons(ETH_P_ALL); in setup()
|
/third_party/musl/src/network/ |
H A D | getifaddrs.c | 23 unsigned short sll_family, sll_protocol; member
|
/third_party/toybox/toys/pending/ |
H A D | arping.c | 259 src_pk.sll_protocol = htons(ETH_P_ARP); in arping_main()
|
H A D | dhcp6.c | 250 sockll.sll_protocol = htons(ETH_P_IPV6); in mode_raw()
|
H A D | dhcp.c | 594 sock.sll_protocol = htons(ETH_P_IP); in mode_raw() 735 dest_sll.sll_protocol = htons(ETH_P_IP); in send_raw()
|
H A D | dhcpd.c | 871 dest_sll.sll_protocol = htons(ETH_P_IPV6); in send_packet6() 921 dest_sll.sll_protocol = htons(ETH_P_IP); in send_packet()
|
/third_party/musl/src/network/liteos_a/ |
H A D | getifaddrs.c | 22 unsigned short sll_family, sll_protocol; member
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | getifaddrs.c | 22 unsigned short sll_family, sll_protocol; member
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty04.c | 272 lla.sll_protocol = htons(ETH_P_ALL); in open_netdev()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-sockets.c | 456 sll.sll_protocol = htons(0x800); in lws_plat_rawudp_broadcast()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 83 pub sll_protocol: ::c_ushort,
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 1478 ntohs(a->sll_protocol), in makesockaddr() 2070 addr->sll_protocol = htons((short)protoNumber); in getsockaddrarg()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 374 pub sll_protocol: ::c_ushort,
|