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

  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 49 #define OPTION_END 255
73 while (*p != OPTION_END)
93 return opt == OPTION_END ? p : NULL;
170 *(p++) = OPTION_END;
dhcp_release.c 58 #define OPTION_END 255
317 *(p++) = OPTION_END;
  /external/dnsmasq/src/
rfc2131.c 57 #define OPTION_END 255
206 unsigned char *last_opt = option_find(mess, sz, OPTION_END, 0);
828 req_options[option_len(opt)] = OPTION_END;
    [all...]

Completed in 729 milliseconds