Searched refs:bp_yiaddr (Results 1 – 8 of 8) sorted by relevance
115 TCHECK(bp->bp_yiaddr); in bootp_print()116 if (bp->bp_yiaddr.s_addr) in bootp_print()117 printf("\n\t Your-IP %s", ipaddr_string(&bp->bp_yiaddr)); in bootp_print()
32 struct in_addr bp_yiaddr; /* 'your' IP address */ member
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()
309 in_addr bp_yiaddr; member
901 = bootpreply->bp_yiaddr.s_addr; in await_reply()903 dhcp_addr.s_addr = bootpreply->bp_yiaddr.s_addr; in await_reply()