Home
last modified time | relevance | path

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

/external/qemu/slirp-android/
Dbootp.h6 #define BOOTP_REQUEST 1 macro
Dbootp.c327 if (bp->bp_op == BOOTP_REQUEST) { in bootp_input()
/external/qemu/slirp/
Dbootp.h6 #define BOOTP_REQUEST 1 macro
Dbootp.c323 if (bp->bp_op == BOOTP_REQUEST) { in bootp_input()
/external/grub/netboot/
Detherboot.h134 #define BOOTP_REQUEST 1 macro
Dmain.c553 ip.bp.bp_op = BOOTP_REQUEST; in bootp()