Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcpleasequery.c745 struct option_state *query_opts; member
936 oc = lookup_option(&dhcpv6_universe, lq->query_opts, D6O_IAADDR); in process_lq_by_address()
949 lq->query_opts, NULL, in process_lq_by_address()
1081 lq.query_opts = NULL; in dhcpv6_leasequery()
1208 if (!option_state_allocate(&lq.query_opts, MDL)) { in dhcpv6_leasequery()
1212 if (!parse_option_buffer(lq.query_opts, in dhcpv6_leasequery()
1258 if (lq.query_opts != NULL) in dhcpv6_leasequery()
1259 option_state_dereference(&lq.query_opts, MDL); in dhcpv6_leasequery()