HomeSort by relevance Sort by last modified time
    Searched refs:bp_yiaddr (Results 1 - 8 of 8) sorted by null

  /external/qemu/slirp/
bootp.h 106 struct in_addr bp_yiaddr; member in struct:bootp_t
bootp.c 232 rbp->bp_yiaddr = daddr.sin_addr; /* Client IP address */
  /external/qemu/slirp-android/
bootp.h 106 uint32_t bp_yiaddr; member in struct:bootp_t
bootp.c 235 rbp->bp_yiaddr = htonl(sock_address_get_ip(&daddr)); /* Client IP address */
  /external/tcpdump/
print-bootp.c 115 TCHECK(bp->bp_yiaddr);
116 if (bp->bp_yiaddr.s_addr)
117 printf("\n\t Your-IP %s", ipaddr_string(&bp->bp_yiaddr));
bootp.h 32 struct in_addr bp_yiaddr; /* 'your' IP address */ member in struct:bootp
  /external/grub/netboot/
etherboot.h 309 in_addr bp_yiaddr; member in struct:bootp_t
main.c 901 = bootpreply->bp_yiaddr.s_addr;
903 dhcp_addr.s_addr = bootpreply->bp_yiaddr.s_addr;

Completed in 20 milliseconds