Searched refs:bp_ciaddr (Results 1 – 7 of 7) sorted by relevance
127 TCHECK(bp->bp_ciaddr, sizeof(bp->bp_ciaddr)); in bootp_print()128 if (bp->bp_ciaddr.s_addr) in bootp_print()129 printf(" C:%s", ipaddr_string(&bp->bp_ciaddr)); in bootp_print()
334 bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length); in main()
637 if (bp->bp_ciaddr.s_addr == 0) { in handle_request()691 inet_ntoa(bp->bp_ciaddr)); in handle_request()693 dummyhost.iaddr.s_addr = bp->bp_ciaddr.s_addr; in handle_request()694 hashcode = hash_HashFunction((u_char *) &(bp->bp_ciaddr.s_addr), 4); in handle_request()700 inet_ntoa(bp->bp_ciaddr)); in handle_request()1035 } else if (bp->bp_ciaddr.s_addr) { in sendreply()1036 dst = bp->bp_ciaddr; in sendreply()
50 struct in_addr bp_ciaddr; /* client IP address */ member
32 struct in_addr bp_ciaddr; /* client IP address */ member
69 nd_ipv4 bp_ciaddr; /* client IP address */ member336 if (GET_IPV4_TO_NETWORK_ORDER(bp->bp_ciaddr)) in bootp_print()337 ND_PRINT("\n\t Client-IP %s", GET_IPADDR_STRING(bp->bp_ciaddr)); in bootp_print()
119 struct in_addr bp_ciaddr; /* client IP address */ member