Searched defs:get_option (Results 1 - 3 of 3) sorted by relevance

/external/dhcpcd/
H A Dshowlease.c192 #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
H A Ddhcp.c303 #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);
1448 p = get_option(dhcp, opt->option, &pl, NULL);
/external/fio/
H A Dparse.c901 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);

Completed in 114 milliseconds