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

  /external/dhcpcd/
showlease.c 186 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
188 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) function
dhcp.c 255 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
257 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) function
610 p = get_option(dhcp, option, &len, &type);
676 p = get_option(dhcp, DHO_CSR, &len, NULL);
679 p = get_option(dhcp, DHO_MSCSR, &len, NULL);
687 p = get_option(dhcp, DHO_STATICROUTE, &len, NULL);
706 p = get_option(dhcp, DHO_ROUTER, &len, NULL);
1269 p = get_option(dhcp, opt->option, &pl, NULL);

Completed in 69 milliseconds