Searched refs:bp_siaddr (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/usr.sbin/bootp/common/
H A Dbootp.h52 struct in_addr bp_siaddr; /* server IP address */ member in struct:bootp
/netbsd-current/sys/lib/libsa/
H A Dbootp.h34 struct in_addr bp_siaddr; /* server IP address */ member in struct:bootp
H A Dbootp.c218 servip = rbuf.rbootp.bp_siaddr;
390 /* let it override bp_siaddr */
/netbsd-current/usr.sbin/bootp/bootptest/
H A Dprint-bootp.c137 TCHECK(bp->bp_siaddr, sizeof(bp->bp_siaddr));
138 if (bp->bp_siaddr.s_addr)
139 printf(" S:%s", ipaddr_string(&bp->bp_siaddr));
/netbsd-current/sys/nfs/
H A Dnfs_bootdhcp.c121 struct in_addr bp_siaddr; /* server IP address */ member in struct:bootp
449 printf(" (bad reply from %s)\n", inet_ntoa(bootp->bp_siaddr));
680 inet_ntoa(bpc.replybuf->bp_siaddr));
719 rootserver = bootp->bp_siaddr;
874 !memcmp(&rootserver, &bootp->bp_siaddr,
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-bootp.c73 nd_ipv4 bp_siaddr; /* server IP address */ member in struct:bootp
344 if (GET_IPV4_TO_NETWORK_ORDER(bp->bp_siaddr))
345 ND_PRINT("\n\t Server-IP %s", GET_IPADDR_STRING(bp->bp_siaddr));
/netbsd-current/usr.sbin/bootp/bootpd/
H A Dbootpd.c761 (bp->bp_siaddr).s_addr = (hp->flags.bootserver) ?
1064 (bp->bp_siaddr.s_addr == 0))
1071 * put in the bp_siaddr field of the reply.
1090 bp->bp_siaddr = siaddr;

Completed in 194 milliseconds