Searched refs:my_ip (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/nfs/ |
| D | nfs_boot.c | 98 struct in_addr *my_ip, struct in_addr *gw_ip); 116 struct in_addr my_ip, gw_ip; in nfs_boot_init() local 163 if ((error = revarpwhoami(&my_ip, ifp)) != 0) in nfs_boot_init() 165 inet_ntop(AF_INET, &my_ip, addr, sizeof(addr)); in nfs_boot_init() 178 sin->sin_addr.s_addr = my_ip.s_addr; in nfs_boot_init() 206 error = bp_whoami(&bp_sin, &my_ip, &gw_ip); in nfs_boot_init() 318 bp_whoami(struct sockaddr_in *bpsin, struct in_addr *my_ip, in bp_whoami() argument 352 m->m_next = xdr_inaddr_encode(my_ip); in bp_whoami()
|