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

  /external/qemu/slirp/
bootp.h 93 #define DHCP_OPT_LEN 312
112 uint8_t bp_vend[DHCP_OPT_LEN];
bootp.c 116 p_end = p + DHCP_OPT_LEN;
  /external/qemu/slirp-android/
bootp.h 93 #define DHCP_OPT_LEN 312
112 uint8_t bp_vend[DHCP_OPT_LEN];
bootp.c 121 p_end = p + DHCP_OPT_LEN;
  /external/grub/netboot/
etherboot.h 221 #define DHCP_OPT_LEN 312
318 char bp_vend[DHCP_OPT_LEN];
main.c 888 >= (ETH_HLEN + sizeof (struct bootp_t) - DHCP_OPT_LEN))
925 0, DHCP_OPT_LEN + MAX_BOOTP_EXTLEN, 1);

Completed in 132 milliseconds