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

/freebsd-12-stable/libexec/bootpd/
H A Dbootp.h52 struct in_addr bp_ciaddr; /* client IP address */ member in struct:bootp
H A Dbootpd.c654 /* XXX - SLIP init: Set bp_ciaddr = recv_addr here? */
677 if (bp->bp_ciaddr.s_addr == 0) {
731 inet_ntoa(bp->bp_ciaddr));
733 dummyhost.iaddr.s_addr = bp->bp_ciaddr.s_addr;
734 hashcode = hash_HashFunction((u_char *) &(bp->bp_ciaddr.s_addr), 4);
740 inet_ntoa(bp->bp_ciaddr));
1061 } else if (bp->bp_ciaddr.s_addr) {
1062 dst = bp->bp_ciaddr;
/freebsd-12-stable/stand/libsa/
H A Dbootp.h36 struct in_addr bp_ciaddr; /* client IP address */ member in struct:bootp
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c129 TCHECK(bp->bp_ciaddr, sizeof(bp->bp_ciaddr));
130 if (bp->bp_ciaddr.s_addr)
131 printf(" C:%s", ipaddr_string(&bp->bp_ciaddr));
H A Dbootptest.c338 bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length);
/freebsd-12-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 121 milliseconds