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

  /external/dhcpcd/
showlease.c 192 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
194 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) function
dhcp.c 303 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
305 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) function
725 p = get_option(dhcp, option, &len, &type);
792 p = get_option(dhcp, DHO_CSR, &len, NULL);
795 p = get_option(dhcp, DHO_MSCSR, &len, NULL);
810 p = get_option(dhcp, DHO_STATICROUTE, &len, NULL);
829 p = get_option(dhcp, DHO_ROUTER, &len, NULL);
    [all...]
  /external/fio/
parse.c 901 static struct fio_option *get_option(char *opt, function
933 o = get_option(s, __fio_options, &foo);
940 o = get_option(s, __fio_options, &foo);
986 *o = get_option(opt, options, &post);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 1043 def get_option(self, opt_str): member in class:OptionContainer
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 1043 def get_option(self, opt_str): member in class:OptionContainer
    [all...]

Completed in 167 milliseconds