OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOTP_SERVER
(Results
1 - 8
of
8
) sorted by null
/external/qemu/slirp/
bootp.h
3
#define
BOOTP_SERVER
67
bootp.c
222
saddr.sin_port = htons(
BOOTP_SERVER
);
udp.c
149
if (ntohs(uh->uh_dport) ==
BOOTP_SERVER
) {
/external/qemu/slirp-android/
bootp.h
3
#define
BOOTP_SERVER
67
bootp.c
227
BOOTP_SERVER
);
udp.c
151
if (port_geth(uh->uh_dport) ==
BOOTP_SERVER
) {
/external/grub/netboot/
etherboot.h
122
#define
BOOTP_SERVER
67
main.c
601
udp_transmit (IP_BROADCAST, BOOTP_CLIENT,
BOOTP_SERVER
,
649
ret = udp_transmit (IP_BROADCAST, BOOTP_CLIENT,
BOOTP_SERVER
,
Completed in 109 milliseconds