Searched refs:haddr (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_srvcache.c182 union nethostaddr *haddr,
192 (inetaddr->sin_addr.s_addr == haddr->had_inetaddr))
198 !bcmp(&inet6addr->sin6_addr, &haddr->had_inet6addr, sizeof(inet6addr->sin6_addr)))
180 netaddr_match( int family, union nethostaddr *haddr, mbuf_t nam) argument
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c582 vm_offset_t haddr; local
596 haddr = pmap_high_shared_remap(HIGH_FIXED_TRAMPS,
598 kprintf("tramp: 0x%x, ",haddr);
600 haddr = pmap_high_shared_remap(HIGH_FIXED_GDT,
602 cdi->cdi_gdt.ptr = (void *)haddr;
603 kprintf("GDT: 0x%x, ",haddr);
605 haddr = pmap_high_shared_remap(HIGH_FIXED_LDT_BEGIN,
608 cdi->cdi_ldt = (struct fake_descriptor *)haddr;
609 kprintf("LDT: 0x%x, ",haddr);
613 temp_fake_desc.offset = (vm_offset_t) haddr;
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Din_mcast.c141 static int inm_get_source(struct in_multi *inm, const in_addr_t haddr,
748 * haddr is the source address in *host* byte-order.
958 * haddr is the host-byte-order IPv4 address to look up.
965 inm_get_source(struct in_multi *inm, const in_addr_t haddr, argument
975 find.ims_haddr = haddr;
983 nims->ims_haddr = haddr;
988 ia.s_addr = htonl(haddr);
H A Digmp.c310 inet_ntoa_haddr(in_addr_t haddr) argument
314 ia.s_addr = htonl(haddr);

Completed in 41 milliseconds