Home
last modified time | relevance | path

Searched refs:bp_ciaddr (Results 1 – 7 of 7) sorted by relevance

/external/qemu/slirp/
Dbootp.h105 struct in_addr bp_ciaddr; member
Dbootp.c148 if (*pmsg_type == DHCPREQUEST && !*preq_addr && bp->bp_ciaddr.s_addr) { in dhcp_decode()
149 *preq_addr = &bp->bp_ciaddr; in dhcp_decode()
/external/qemu/slirp-android/
Dbootp.h105 uint32_t bp_ciaddr; member
Dbootp.c153 if (*pmsg_type == DHCPREQUEST && !*preq_addr && bp->bp_ciaddr) { in dhcp_decode()
154 *preq_addr = (const ipaddr_t*)&bp->bp_ciaddr; in dhcp_decode()
/external/tcpdump/
Dprint-bootp.c110 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()
Dbootp.h31 struct in_addr bp_ciaddr; /* client IP address */ member
/external/grub/netboot/
Detherboot.h308 in_addr bp_ciaddr; member