OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOTP_REPLY
(Results
1 - 6
of
6
) sorted by null
/external/qemu/slirp/
bootp.h
7
#define
BOOTP_REPLY
2
bootp.c
153
static void
bootp_reply
(const struct bootp_t *bp)
function
226
rbp->bp_op =
BOOTP_REPLY
;
324
bootp_reply
(bp);
/external/qemu/slirp-android/
bootp.h
7
#define
BOOTP_REPLY
2
bootp.c
158
static void
bootp_reply
(const struct bootp_t *bp)
function
229
rbp->bp_op =
BOOTP_REPLY
;
328
bootp_reply
(bp);
/external/grub/netboot/
etherboot.h
135
#define
BOOTP_REPLY
2
333
struct bootp_t
bootp_reply
;
member in struct:bootpd_t
main.c
891
&& bootpreply->bp_op ==
BOOTP_REPLY
921
decode_rfc1533 (BOOTP_DATA_ADDR->
bootp_reply
.bp_vend,
924
decode_rfc1533 (BOOTP_DATA_ADDR->
bootp_reply
.bp_vend,
Completed in 12 milliseconds