Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rarpd/
H A Drarpd.c643 in_addr_t target_ipaddr; in rarp_process() local
667 target_ipaddr = choose_ipaddr((in_addr_t **)hp->h_addr_list, in rarp_process()
670 if (target_ipaddr == 0) { in rarp_process()
675 if (sflag || rarp_bootable(target_ipaddr)) in rarp_process()
676 rarp_reply(ii, ep, target_ipaddr, len); in rarp_process()
681 intoa(ntohl(target_ipaddr))); in rarp_process()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c9858 memcpy(ns->target_ipaddr[0], offload->ipv6_addr[i], 16); in ath11k_wmi_fill_ns_offload()
9860 ath11k_ce_byte_swap(ns->target_ipaddr[0], 16); in ath11k_wmi_fill_ns_offload()
9877 ns->target_ipaddr[0]); in ath11k_wmi_fill_ns_offload()
9910 memcpy(arp->target_ipaddr, offload->ipv4_addr[i], 4); in ath11k_wmi_fill_arp_offload()
9911 ath11k_ce_byte_swap(arp->target_ipaddr, 4); in ath11k_wmi_fill_arp_offload()
9914 arp->target_ipaddr); in ath11k_wmi_fill_arp_offload()
H A Dwmi.h6187 u8 target_ipaddr[4]; member
6202 u8 target_ipaddr[WMI_NSOL_MAX_TARGET_IPS][16]; member