Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dkeama.h434 struct string *parse_domain_list(struct parse *, isc_boolean_t);
H A Dparse.c4435 return parse_domain_list(cfile, ISC_FALSE); in parse_option_token()
4550 item = parse_domain_list(cfile, ISC_TRUE); in parse_option_token_binary()
4651 parse_domain_list(struct parse *cfile, isc_boolean_t binary) in parse_domain_list() function
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dparse.c5028 t = parse_domain_list(cfile, compress);
5346 express = parse_domain_list(cfile, compress);
5655 parse_domain_list(struct parse *cfile, int compress) in parse_domain_list() function
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2319 struct expression *parse_domain_list(struct parse *cfile, int);