Home
last modified time | relevance | path

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

/netbsd/external/mpl/dhcp/dist/keama/
H A Dkeama.h138 #define CLASS_TYPE_VENDOR 0 macro
/netbsd/external/mpl/dhcp/dist/server/
H A Dconfpars.c534 parse_class_declaration(NULL, cfile, group, CLASS_TYPE_VENDOR);
2272 if ((type == CLASS_TYPE_VENDOR) || (type == CLASS_TYPE_USER)) {
2280 tname = (type == CLASS_TYPE_VENDOR) ?
2376 if (type == CLASS_TYPE_VENDOR || type == CLASS_TYPE_USER) {
2384 code = (type == CLASS_TYPE_VENDOR)
/netbsd/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1094 #define CLASS_TYPE_VENDOR 0 macro