Home
last modified time | relevance | path

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

/external/qemu/slirp/
Dbootp.h3 #define BOOTP_SERVER 67 macro
Dbootp.c222 saddr.sin_port = htons(BOOTP_SERVER); in bootp_reply()
Dudp.c149 if (ntohs(uh->uh_dport) == BOOTP_SERVER) { in udp_input()
/external/qemu/slirp-android/
Dbootp.h3 #define BOOTP_SERVER 67 macro
Dbootp.c227 BOOTP_SERVER ); in bootp_reply()
Dudp.c187 if (port_geth(uh->uh_dport) == BOOTP_SERVER) { in udp_input()
/external/grub/netboot/
Detherboot.h122 #define BOOTP_SERVER 67 macro
Dmain.c601 udp_transmit (IP_BROADCAST, BOOTP_CLIENT, BOOTP_SERVER, in bootp()
649 ret = udp_transmit (IP_BROADCAST, BOOTP_CLIENT, BOOTP_SERVER, in bootp()