Searched refs:bp_ciaddr (Results 1 – 7 of 7) sorted by relevance
105 struct in_addr bp_ciaddr; member
148 if (*pmsg_type == DHCPREQUEST && !*preq_addr && bp->bp_ciaddr.s_addr) { in dhcp_decode()149 *preq_addr = &bp->bp_ciaddr; in dhcp_decode()
105 uint32_t bp_ciaddr; member
153 if (*pmsg_type == DHCPREQUEST && !*preq_addr && bp->bp_ciaddr) { in dhcp_decode()154 *preq_addr = (const ipaddr_t*)&bp->bp_ciaddr; in dhcp_decode()
110 TCHECK(bp->bp_ciaddr); in bootp_print()111 if (bp->bp_ciaddr.s_addr) in bootp_print()112 printf("\n\t Client-IP %s", ipaddr_string(&bp->bp_ciaddr)); in bootp_print()
31 struct in_addr bp_ciaddr; /* client IP address */ member
308 in_addr bp_ciaddr; member