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

/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h52 struct in_addr bp_ciaddr; /* client IP address */ member in struct:bootp
H A Dbootpd.c649 /* XXX - SLIP init: Set bp_ciaddr = recv_addr here? */
672 if (bp->bp_ciaddr.s_addr == 0) {
726 inet_ntoa(bp->bp_ciaddr));
728 dummyhost.iaddr.s_addr = bp->bp_ciaddr.s_addr;
729 hashcode = hash_HashFunction((u_char *) &(bp->bp_ciaddr.s_addr), 4);
735 inet_ntoa(bp->bp_ciaddr));
1056 } else if (bp->bp_ciaddr.s_addr) {
1057 dst = bp->bp_ciaddr;
/freebsd-11-stable/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-11-stable/stand/libsa/
H A Dbootp.h36 struct in_addr bp_ciaddr; /* client IP address */ member in struct:bootp
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-bootp.c67 struct in_addr bp_ciaddr; /* client IP address */ member in struct:bootp
332 ND_TCHECK(bp->bp_ciaddr);
333 if (EXTRACT_32BITS(&bp->bp_ciaddr.s_addr))
334 ND_PRINT((ndo, "\n\t Client-IP %s", ipaddr_string(ndo, &bp->bp_ciaddr)));

Completed in 116 milliseconds