Home
last modified time | relevance | path

Searched refs:bp_yiaddr (Results 1 – 8 of 8) sorted by relevance

/external/tcpdump/
Dprint-bootp.c115 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()
Dbootp.h32 struct in_addr bp_yiaddr; /* 'your' IP address */ member
/external/qemu/slirp/
Dbootp.h106 struct in_addr bp_yiaddr; member
Dbootp.c232 rbp->bp_yiaddr = daddr.sin_addr; /* Client IP address */ in bootp_reply()
/external/qemu/slirp-android/
Dbootp.h106 uint32_t bp_yiaddr; member
Dbootp.c235 rbp->bp_yiaddr = htonl(sock_address_get_ip(&daddr)); /* Client IP address */ in bootp_reply()
/external/grub/netboot/
Detherboot.h309 in_addr bp_yiaddr; member
Dmain.c901 = bootpreply->bp_yiaddr.s_addr; in await_reply()
903 dhcp_addr.s_addr = bootpreply->bp_yiaddr.s_addr; in await_reply()