Home
last modified time | relevance | path

Searched refs:our_ethaddr (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Dzcip.c105 struct ether_addr our_ethaddr; member
143 #define source_eth (&G.our_ethaddr) in send_arp_request()
319 memcpy(&G.our_ethaddr, &ifr.ifr_hwaddr.sa_data, ETH_ALEN); in zcip_main()
329 move_from_unaligned32(t, ((char *)&G.our_ethaddr + 2)); in zcip_main()
426 send_arp_request(chosen_nip, &G.our_ethaddr, chosen_nip); in zcip_main()
496 if (memcmp(&p.arp.arp_sha, &G.our_ethaddr, ETH_ALEN) != 0) { in zcip_main()
530 send_arp_request(chosen_nip, &G.our_ethaddr, chosen_nip); in zcip_main()