HomeSort by relevance Sort by last modified time
    Searched refs: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
387 const uint8_t *p = get_option_raw(dhcp, option);
398 const uint8_t *p = get_option_raw(dhcp, option);
411 const uint8_t *p = get_option_raw(dhcp, option);
424 const uint8_t *p = get_option_raw(dhcp, option);
1406 if (get_option_raw(dhcp, opt->option))
    [all...]

Completed in 47 milliseconds