Searched refs:BOOTP_CLIENT (Results 1 – 6 of 6) sorted by relevance
/external/qemu/slirp-android/ |
D | bootp.c | 70 BOOTP_CLIENT ); in get_new_addr() 107 BOOTP_CLIENT ); in find_addr() 197 sock_address_init_inet(&daddr, ip_geth(*preq_addr), BOOTP_CLIENT); in bootp_reply() 212 sock_address_init_inet(&daddr, ip_geth(*preq_addr), BOOTP_CLIENT); in bootp_reply() 215 sock_address_init_inet(&daddr, 0, BOOTP_CLIENT); in bootp_reply() 316 sock_address_init_inet(&daddr, 0xffffffffu, BOOTP_CLIENT); in bootp_reply()
|
D | bootp.h | 4 #define BOOTP_CLIENT 68 macro
|
/external/qemu/slirp/ |
D | bootp.h | 4 #define BOOTP_CLIENT 68 macro
|
D | bootp.c | 224 daddr.sin_port = htons(BOOTP_CLIENT); in bootp_reply()
|
/external/grub/netboot/ |
D | main.c | 601 udp_transmit (IP_BROADCAST, BOOTP_CLIENT, BOOTP_SERVER, in bootp() 649 ret = udp_transmit (IP_BROADCAST, BOOTP_CLIENT, BOOTP_SERVER, in bootp() 890 && udp->dest == htons (BOOTP_CLIENT) in await_reply()
|
D | etherboot.h | 123 #define BOOTP_CLIENT 68 macro
|