Home
last modified time | relevance | path

Searched refs:BOOTP_REPLY (Results 1 – 6 of 6) sorted by relevance

/external/qemu/slirp/
Dbootp.h7 #define BOOTP_REPLY 2 macro
Dbootp.c226 rbp->bp_op = BOOTP_REPLY; in bootp_reply()
/external/qemu/slirp-android/
Dbootp.h7 #define BOOTP_REPLY 2 macro
Dbootp.c229 rbp->bp_op = BOOTP_REPLY; in bootp_reply()
/external/grub/netboot/
Detherboot.h135 #define BOOTP_REPLY 2 macro
Dmain.c891 && bootpreply->bp_op == BOOTP_REPLY in await_reply()