HomeSort by relevance Sort by last modified time
    Searched full:get_option_raw (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd/
showlease.c 190 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL) macro
267 const uint8_t *p = get_option_raw(dhcp, option);
dhcp.c 303 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL) macro
383 const uint8_t *p = get_option_raw(dhcp, option);
394 const uint8_t *p = get_option_raw(dhcp, option);
407 const uint8_t *p = get_option_raw(dhcp, option);
420 const uint8_t *p = get_option_raw(dhcp, option);
1398 if (get_option_raw(dhcp, opt->option))
    [all...]

Completed in 123 milliseconds