Home
last modified time | relevance | path

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

/netbsd-src/sys/nfs/
H A Dnfs_bootparam.c110 struct in_addr my_ip, arps_ip, gw_ip; in nfs_bootparam() local
130 memset(&arps_ip, 0, sizeof(arps_ip)); /* GCC */ in nfs_bootparam()
136 error = revarpwhoarewe(ifp, &arps_ip, &my_ip); in nfs_bootparam()
147 printf(" (RARP from %s)\n", inet_ntoa(arps_ip)); in nfs_bootparam()