HomeSort by relevance Sort by last modified time
    Searched refs:bootp_reply (Results 1 - 4 of 4) sorted by null

  /external/qemu/slirp/
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.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 77 milliseconds