HomeSort by: relevance | last modified time | path
    Searched defs:get_option (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/rump_dhcpclient/
dhcp.c 208 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
210 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) function in typeref:typename:const uint8_t *
424 p = get_option(dhcp, DHO_CSR, &len, NULL);
427 p = get_option(dhcp, DHO_MSCSR, &len, NULL);
437 p = get_option(dhcp, DHO_STATICROUTE, &len, NULL);
456 p = get_option(dhcp, DHO_ROUTER, &len, NULL);
dhcp.c 208 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
210 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) function in typeref:typename:const uint8_t *
424 p = get_option(dhcp, DHO_CSR, &len, NULL);
427 p = get_option(dhcp, DHO_MSCSR, &len, NULL);
437 p = get_option(dhcp, DHO_STATICROUTE, &len, NULL);
456 p = get_option(dhcp, DHO_ROUTER, &len, NULL);
dhcp.c 208 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
210 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) function in typeref:typename:const uint8_t *
424 p = get_option(dhcp, DHO_CSR, &len, NULL);
427 p = get_option(dhcp, DHO_MSCSR, &len, NULL);
437 p = get_option(dhcp, DHO_STATICROUTE, &len, NULL);
456 p = get_option(dhcp, DHO_ROUTER, &len, NULL);
dhcp.c 208 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
210 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) function in typeref:typename:const uint8_t *
424 p = get_option(dhcp, DHO_CSR, &len, NULL);
427 p = get_option(dhcp, DHO_MSCSR, &len, NULL);
437 p = get_option(dhcp, DHO_STATICROUTE, &len, NULL);
456 p = get_option(dhcp, DHO_ROUTER, &len, NULL);

Completed in 43 milliseconds