dhcp_symbol.h revision 2
2N/A * The contents of this file are subject to the terms of the 2N/A * Common Development and Distribution License (the "License"). 2N/A * You may not use this file except in compliance with the License. 2N/A * See the License for the specific language governing permissions 2N/A * and limitations under the License. 2N/A * When distributing Covered Code, include this CDDL HEADER in each 2N/A * If applicable, add the following below this CDDL HEADER, with the 2N/A * fields enclosed by brackets "[]" replaced with your own identifying 2N/A * information: Portions Copyright [yyyy] [name of copyright owner] 2N/A * Copyright (c) 2001, 2007, Oracle and/or its affiliates. All rights reserved. 2N/A * constants and the definitions for the external interfaces to the parsing 2N/A * definitions can and should be used by all consumers of DHCP symbols. 2N/A * Vendor class length (and implicitly, the number of classes) 2N/A * Maximum symbol length is defined by the libdhcpsvc. 2N/A * symbol parsing error codes 2N/A * This structure is used by the dhcp_symbol_t structure below 2N/A * when the option being defined is a vendor option. In which case, 2N/A * this structure contains the client classes for which the option 2N/A * This structure is used to define a DHCP symbol. The structure is 2N/A * used by both the inittab parsing routines and by the dhcptab parsing 2N/A * routines to define a symbol definition in either of those tables. 2N/A * Note that ds_dhcpv6 is defined last so that it needn't be initialized 2N/A * as part of the inittab_table[] definition. 2N/A#
endif /* _DHCP_SYMBOL_H */