Searched refs:net_null_ethaddr (Results 1 – 6 of 6) sorted by relevance
| /net/ |
| A D | ping.c | 49 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
|
| A D | ping6.c | 62 memcpy(mac, net_null_ethaddr, 6); in ping6_send()
|
| A D | arp.c | 84 arp_raw_request(net_ip, net_null_ethaddr, net_arp_wait_reply_ip); in arp_request()
|
| A D | link_local.c | 144 arp_raw_request(zero_ip, net_null_ethaddr, ip); in link_local_timeout()
|
| A D | net6.c | 350 if (!memcmp(ether, net_null_ethaddr, 6)) { in net_send_udp_packet6()
|
| A D | net.c | 162 const u8 net_null_ethaddr[6]; variable 976 if (memcmp(ether, net_null_ethaddr, 6) == 0) { in net_send_ip_packet()
|
Completed in 24 milliseconds