Searched refs:bp_ciaddr (Results 1 – 7 of 7) sorted by relevance
25 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;
659 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()
50 struct in_addr bp_ciaddr; /* client IP address */ member
124 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()
334 bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length); in main()
34 struct in_addr bp_ciaddr; /* client IP address */ member
64 nd_ipv4 bp_ciaddr; /* client IP address */ member331 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()