Home
last modified time | relevance | path

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

/external/qemu/slirp-android/
Dbootp.h107 uint32_t bp_siaddr; member
Dbootp.c236 rbp->bp_siaddr = htonl(sock_address_get_ip(&saddr)); /* Server IP address */ in bootp_reply()
/external/qemu/slirp/
Dbootp.h107 struct in_addr bp_siaddr; member
Dbootp.c233 rbp->bp_siaddr = saddr.sin_addr; /* Server IP address */ in bootp_reply()
/external/tcpdump/
Dprint-bootp.c120 TCHECK(bp->bp_siaddr); in bootp_print()
121 if (bp->bp_siaddr.s_addr) in bootp_print()
122 printf("\n\t Server-IP %s", ipaddr_string(&bp->bp_siaddr)); in bootp_print()
Dbootp.h33 struct in_addr bp_siaddr; /* server IP address */ member
/external/grub/netboot/
Detherboot.h310 in_addr bp_siaddr; member
Dmain.c910 = bootpreply->bp_siaddr.s_addr; in await_reply()