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

  /external/dhcpcd/
showlease.c 190 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
192 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) function
dhcp.c 301 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
303 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) function
651 p = get_option(dhcp, option, &len, &type);
718 p = get_option(dhcp, DHO_CSR, &len, NULL);
721 p = get_option(dhcp, DHO_MSCSR, &len, NULL);
734 p = get_option(dhcp, DHO_STATICROUTE, &len, NULL);
753 p = get_option(dhcp, DHO_ROUTER, &len, NULL);
1366 p = get_option(dhcp, opt->option, &pl, NULL);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 294 baseline_search_path = self.get_option('additional_platform_directory', []) + self.baseline_search_path()
532 def get_option(self, name, default_value=None): member in class:Port
579 option_val = self.get_option('results_directory') or self.default_results_directory()
619 if self.get_option('use_apache'):
    [all...]

Completed in 105 milliseconds