Lines Matching refs:option

43 places where DHCP option information is stored (dhcptags(5),
48 single configuration for applications to receive their DHCP option
62 and describing a particular option. The format is based heavily on
70 `option_name' is user-interpretable name of the option (for use with
77 identifies the namespace in which the option falls.
79 `code' is the code of this option when it is sent over the
81 option, without a category. however, in the case of internal
88 `type' describes the payload associated with this option. Valid
96 up a whole value for this option. In the case of `NUMBER',
102 option. 0 indicates an infinite number.
112 which describes an option named `StaticRt', that is in the STANDARD
113 category (i.e., defined by the DHCP standard), and is option code
116 option are dhcpinfo, snoop, in.dhcpd and dhcpmgr.
123 for all DHCP option consumers, with the following exceptions and notes:
132 option. An example of this is that the DHCP server never
154 Each inittab entry describes a specific DHCP option and is defined as
216 value of the option known internally to the inittab API. Entries are
238 option is returned. The size of the resulting data returned is stored
239 in `lengthp'. Note that if the `just_payload' option is set, then
240 only the payload of the option is returned (i.e., the option code and
241 option length is left off the returned data). To encode multiple
247 option, which is `length' bytes long. A pointer to a dynamically
248 allocated string representing the option's value in ASCII is returned.
250 option, then the `just_payload' option should be set.