Home
last modified time | relevance | path

Searched refs:make_const_option_cache (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c3376 make_const_option_cache(&oc, NULL, rip->iabuf, rip->len, in make_client_options()
3391 make_const_option_cache(&oc, NULL, type, 1, option, MDL))) in make_client_options()
3421 make_const_option_cache(&oc, &bp, NULL, len, in make_client_options()
3476 make_const_option_cache(&oc, NULL, in make_client_options()
H A Ddhc6.c5849 if (make_const_option_cache(&oc, &buffer, NULL, oro_len, in make_client6_options()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2325 int make_const_option_cache (struct option_cache **, struct buffer **,
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dtree.c154 int make_const_option_cache (oc, buffer, data, len, option, file, line) in make_const_option_cache() function