Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A DToDo25 the client IP address field for zero. (bp->bp_ciaddr == 0)
40 if ((bp->bp_ciaddr.s_addr == 0) &&
44 bp->bp_ciaddr = recv_addr.sin_addr;
H A Dbootpd.c659 if (bp->bp_ciaddr.s_addr == 0) { in handle_request()
713 inet_ntoa(bp->bp_ciaddr)); in handle_request()
715 dummyhost.iaddr.s_addr = bp->bp_ciaddr.s_addr; in handle_request()
716 hashcode = hash_HashFunction((u_char *) &(bp->bp_ciaddr.s_addr), 4); in handle_request()
722 inet_ntoa(bp->bp_ciaddr)); in handle_request()
1040 } else if (bp->bp_ciaddr.s_addr) { in sendreply()
1041 dst = bp->bp_ciaddr; in sendreply()
H A Dbootp.h50 struct in_addr bp_ciaddr; /* client IP address */ member
/freebsd/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c124 TCHECK(bp->bp_ciaddr, sizeof(bp->bp_ciaddr)); in bootp_print()
125 if (bp->bp_ciaddr.s_addr) in bootp_print()
126 printf(" C:%s", ipaddr_string(&bp->bp_ciaddr)); in bootp_print()
H A Dbootptest.c334 bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length); in main()
/freebsd/stand/libsa/
H A Dbootp.h34 struct in_addr bp_ciaddr; /* client IP address */ member
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c64 nd_ipv4 bp_ciaddr; /* client IP address */ member
331 if (GET_IPV4_TO_NETWORK_ORDER(bp->bp_ciaddr)) in bootp_print()
332 ND_PRINT("\n\t Client-IP %s", GET_IPADDR_STRING(bp->bp_ciaddr)); in bootp_print()