Home
last modified time | relevance | path

Searched refs:sll_protocol (Results 1 - 25 of 27) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_linux.c148 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 Dpacket.h9 unsigned short sll_family, sll_protocol; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netpacket/
H A Dpacket.h9 unsigned short sll_family, sll_protocol; member
/third_party/musl/porting/liteos_a/kernel/include/netpacket/
H A Dpacket.h9 unsigned short sll_family, sll_protocol; member
/third_party/musl/porting/liteos_m/kernel/include/netpacket/
H A Dpacket.h9 unsigned short sll_family, sll_protocol; member
/third_party/musl/include/netpacket/
H A Dpacket.h9 unsigned short sll_family, sll_protocol; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_linux.c140 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 Dfanout01.c72 addr.sll_protocol = 0x0; in run()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c266 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 Dns-icmpv6_sender.c183 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 Dns-icmpv4_sender.c323 fake_p->saddr_ll.sll_protocol = htons(ETH_P_IP); /* IPv4 */ in complete_eth_addrs()
H A Dns-icmp_redirector.c242 lla.sll_protocol = htons(ETH_P_ALL); in open_socket()
/third_party/ltp/testcases/kernel/syscalls/sendto/
H A Dsendto03.c54 bind_addr.sll_protocol = htons(ETH_P_ALL); in setup()
/third_party/musl/src/network/
H A Dgetifaddrs.c23 unsigned short sll_family, sll_protocol; member
/third_party/toybox/toys/pending/
H A Darping.c259 src_pk.sll_protocol = htons(ETH_P_ARP); in arping_main()
H A Ddhcp6.c250 sockll.sll_protocol = htons(ETH_P_IPV6); in mode_raw()
H A Ddhcp.c594 sock.sll_protocol = htons(ETH_P_IP); in mode_raw()
735 dest_sll.sll_protocol = htons(ETH_P_IP); in send_raw()
H A Ddhcpd.c871 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 Dgetifaddrs.c22 unsigned short sll_family, sll_protocol; member
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetifaddrs.c22 unsigned short sll_family, sll_protocol; member
/third_party/ltp/testcases/kernel/pty/
H A Dpty04.c272 lla.sll_protocol = htons(ETH_P_ALL); in open_netdev()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c456 sll.sll_protocol = htons(0x800); in lws_plat_rawudp_broadcast()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs83 pub sll_protocol: ::c_ushort,
/third_party/python/Modules/
H A Dsocketmodule.c1478 ntohs(a->sll_protocol), in makesockaddr()
2070 addr->sll_protocol = htons((short)protoNumber); in getsockaddrarg()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs374 pub sll_protocol: ::c_ushort,

Completed in 45 milliseconds

12