Searched refs:BASE_PKT_SIZE (Results 1 – 4 of 4) sorted by relevance
114 uint_t opt_size = pl->len - BASE_PKT_SIZE; in dhcp_options_scan()120 if (pl->len < BASE_PKT_SIZE || in dhcp_options_scan()
181 #define BASE_PKT_SIZE 240 /* everything but the options */ macro
136 (len >= BASE_PKT_SIZE + 3) && in interpret_dhcp()213 switch (show_options(dp->options, (len - BASE_PKT_SIZE))) { in interpret_dhcp()
346 if (dh + BASE_PKT_SIZE > end) in get_dhcpv4_info()