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

/freebsd-9.3-release/lib/libstand/
H A Dbootp.h34 struct in_addr bp_ciaddr; /* client IP address */ member in struct:bootp
/freebsd-9.3-release/libexec/bootpd/
H A Dbootp.h52 struct in_addr bp_ciaddr; /* client IP address */ member in struct:bootp
H A Dbootpd.c645 /* XXX - SLIP init: Set bp_ciaddr = recv_addr here? */
668 if (bp->bp_ciaddr.s_addr == 0) {
722 inet_ntoa(bp->bp_ciaddr));
724 dummyhost.iaddr.s_addr = bp->bp_ciaddr.s_addr;
725 hashcode = hash_HashFunction((u_char *) &(bp->bp_ciaddr.s_addr), 4);
731 inet_ntoa(bp->bp_ciaddr));
1052 } else if (bp->bp_ciaddr.s_addr) {
1053 dst = bp->bp_ciaddr;
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c128 TCHECK(bp->bp_ciaddr, sizeof(bp->bp_ciaddr));
129 if (bp->bp_ciaddr.s_addr)
130 printf(" C:%s", ipaddr_string(&bp->bp_ciaddr));
H A Dbootptest.c341 bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-bootp.c112 TCHECK(bp->bp_ciaddr);
113 if (bp->bp_ciaddr.s_addr)
114 printf("\n\t Client-IP %s", ipaddr_string(&bp->bp_ciaddr));
H A Dbootp.h32 struct in_addr bp_ciaddr; /* client IP address */ member in struct:bootp

Completed in 129 milliseconds