Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dkeama.h140 #define CLASS_TYPE_CLASS 2 macro
H A Dconfparse.c674 ? CLASS_TYPE_CLASS in parse_statement()
1660 if ((pc != NULL) && (type == CLASS_TYPE_CLASS)) { in parse_class_declaration()
1663 } else if (type != CLASS_TYPE_CLASS) { in parse_class_declaration()
1692 if (type != CLASS_TYPE_CLASS) { in parse_class_declaration()
1724 if (type == CLASS_TYPE_CLASS) in parse_class_declaration()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dconfpars.c300 CLASS_TYPE_CLASS); in lease_file_subparse()
556 parse_class_declaration(NULL, cfile, group, CLASS_TYPE_CLASS);
2255 if (pc && (type == CLASS_TYPE_CLASS)) {
2259 } else if (!pc && (type != CLASS_TYPE_CLASS)) {
2283 } else if (type == CLASS_TYPE_CLASS) {
2332 if (type != CLASS_TYPE_CLASS)
2401 if (type != CLASS_TYPE_CLASS)
2564 if (type == CLASS_TYPE_CLASS) {
2577 } else if (type == CLASS_TYPE_CLASS && new) {
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1096 #define CLASS_TYPE_CLASS 2 macro