Searched refs:ether_addr (Results 1 - 12 of 12) sorted by relevance
/kernel/liteos_a/testsuites/unittest/net/resolv/smoke/ |
H A D | net_resolv_test_003.cpp | 39 struct ether_addr addr; in EtherAtonrTest() 40 struct ether_addr *eaddr = ether_aton_r("::01:EF", &addr); in EtherAtonrTest()
|
H A D | net_resolv_test_007.cpp | 38 struct ether_addr addr, *eaddr = &addr; in EtherNtoarTest()
|
H A D | net_resolv_test_006.cpp | 39 struct ether_addr addr, *eaddr = &addr; in EtherNtoaTest()
|
H A D | net_resolv_test_002.cpp | 39 struct ether_addr *eaddr = ether_aton("01::EF"); in EtherAtonTest()
|
/kernel/liteos_a/testsuites/unittest/net/resolv/full/ |
H A D | net_resolv_test_008.cpp | 49 struct ether_addr addr = {{0,0,0,0,0,0}}, *eaddr = &addr; in EtherNtohostTest()
|
H A D | net_resolv_test_004.cpp | 48 struct ether_addr addr, *eaddr = &addr; in EtherHosttonTest()
|
H A D | net_resolv_test_005.cpp | 37 struct ether_addr addr, *eaddr = &addr; in EtherLineTest()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/net/ |
H A D | ethernet.h | 68 struct ether_addr { struct
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xsk_fwd.c | 652 struct ether_addr *src_addr = (struct ether_addr *)ð->ether_shost; in swap_mac_addresses() 653 struct ether_addr *dst_addr = (struct ether_addr *)ð->ether_dhost; in swap_mac_addresses() 654 struct ether_addr tmp; in swap_mac_addresses()
|
H A D | xdpsock_user.c | 508 struct ether_addr *src_addr = (struct ether_addr *)ð->ether_shost; in swap_mac_addresses() 509 struct ether_addr *dst_addr = (struct ether_addr *)ð->ether_dhost; in swap_mac_addresses() 510 struct ether_addr tmp; in swap_mac_addresses()
|
H A D | xdp_tx_iptunnel_user.c | 221 (struct ether_addr *)tnl.dmac)) { in main()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_tx_iptunnel_user.c | 217 (struct ether_addr *)tnl.dmac)) { in main()
|
Completed in 8 milliseconds