HomeSort by relevance Sort by last modified time
    Searched defs:bootp_reply (Results 1 - 3 of 3) 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

Completed in 177 milliseconds