Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dnetboot.h44 boolean_t netboot_iaddr(struct in_addr * iaddr_p);
/xnu-8020.121.3/bsd/kern/
H A Dnetboot.c429 netboot_iaddr(struct in_addr * iaddr_p) in netboot_iaddr() function
/xnu-8020.121.3/bsd/nfs/
H A Dnfs_boot.c218 if (netboot_iaddr(&my_ip) == FALSE) { in nfs_boot_init()