bp_sin            124 nfs/nfs_boot.c 	struct sockaddr_in bp_sin;
bp_sin            204 nfs/nfs_boot.c 	bzero((caddr_t)&bp_sin, sizeof(bp_sin));
bp_sin            205 nfs/nfs_boot.c 	bp_sin.sin_len = sizeof(bp_sin);
bp_sin            206 nfs/nfs_boot.c 	bp_sin.sin_family = AF_INET;
bp_sin            207 nfs/nfs_boot.c 	bp_sin.sin_addr.s_addr = INADDR_BROADCAST;
bp_sin            211 nfs/nfs_boot.c 	error = bp_whoami(&bp_sin, &my_ip, &gw_ip);
bp_sin            215 nfs/nfs_boot.c 	    inet_ntoa(bp_sin.sin_addr), hostname);
bp_sin            255 nfs/nfs_boot.c 	bcopy(&bp_sin, &nd->nd_boot, sizeof(bp_sin));