Searched refs:bp_yiaddr (Results 1 – 6 of 6) sorted by relevance
106 struct in_addr bp_yiaddr; member
232 rbp->bp_yiaddr = daddr.sin_addr; /* Client IP address */ in bootp_reply()
106 uint32_t bp_yiaddr; member
235 rbp->bp_yiaddr = htonl(sock_address_get_ip(&daddr)); /* Client IP address */ in bootp_reply()
115 TCHECK(bp->bp_yiaddr); in bootp_print()116 if (EXTRACT_32BITS(&bp->bp_yiaddr.s_addr)) in bootp_print()117 printf("\n\t Your-IP %s", ipaddr_string(&bp->bp_yiaddr)); in bootp_print()
33 struct in_addr bp_yiaddr; /* 'your' IP address */ member