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

/external/qemu/slirp/
H A Dbootp.h106 struct in_addr bp_yiaddr; member in struct:bootp_t
H A Dbootp.c232 rbp->bp_yiaddr = daddr.sin_addr; /* Client IP address */
/external/qemu/slirp-android/
H A Dbootp.h106 uint32_t bp_yiaddr; member in struct:bootp_t
H A Dbootp.c235 rbp->bp_yiaddr = htonl(sock_address_get_ip(&daddr)); /* Client IP address */
/external/tcpdump/
H A Dprint-bootp.c115 TCHECK(bp->bp_yiaddr);
116 if (bp->bp_yiaddr.s_addr)
117 printf("\n\t Your-IP %s", ipaddr_string(&bp->bp_yiaddr));
H A Dbootp.h32 struct in_addr bp_yiaddr; /* 'your' IP address */ member in struct:bootp
/external/grub/netboot/
H A Detherboot.h309 in_addr bp_yiaddr; member in struct:bootp_t
H A Dmain.c901 = bootpreply->bp_yiaddr.s_addr;
903 dhcp_addr.s_addr = bootpreply->bp_yiaddr.s_addr;

Completed in 86 milliseconds