Searched refs:bp_yiaddr (Results 1 - 6 of 6) 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 (EXTRACT_32BITS(&bp->bp_yiaddr.s_addr))
117 printf("\n\t Your-IP %s", ipaddr_string(&bp->bp_yiaddr));
H A Dbootp.h33 struct in_addr bp_yiaddr; /* 'your' IP address */ member in struct:bootp

Completed in 77 milliseconds