Lines Matching refs:dhcp_symbol_t

53 static dhcp_symbol_t	*inittab_lookup(uchar_t, char, const char *, int32_t,
66 static dhcp_symbol_t inittab_table[];
107 * output: dhcp_symbol_t *: an array of dynamically allocated entries
111 dhcp_symbol_t *
123 * output: dhcp_symbol_t *: a dynamically allocated dhcp_symbol structure
127 dhcp_symbol_t *
139 * output: dhcp_symbol_t *: a dynamically allocated dhcp_symbol structure
143 dhcp_symbol_t *
159 * output: dhcp_symbol_t *: dynamically allocated dhcp_symbol structures
163 static dhcp_symbol_t *
168 dhcp_symbol_t *new_entries, *entries = NULL;
169 dhcp_symbol_t entry;
272 sizeof (dhcp_symbol_t));
279 "allocating dhcp_symbol_t's");
390 * input: dhcp_symbol_t *: the inittab entry to verify
391 * dhcp_symbol_t *: if non-NULL, a place to store the internal
399 inittab_verify(const dhcp_symbol_t *inittab_ent, dhcp_symbol_t *internal_ent)
539 * input: const dhcp_symbol_t *: the entry describing the value option
548 inittab_encode_e(const dhcp_symbol_t *ie, const char *value, uint16_t *lengthp,
1008 dhcp_symbol_t *dhcpsym;
1047 * input: dhcp_symbol_t *: the entry describing the payload option
1056 inittab_decode_e(const dhcp_symbol_t *ie, const uchar_t *payload,
1385 * input: dhcp_symbol_t *: the entry describing the value option
1393 inittab_encode(const dhcp_symbol_t *ie, const char *value, uint16_t *lengthp,
1406 * input: dhcp_symbol_t *: the entry describing the payload option
1414 inittab_decode(const dhcp_symbol_t *ie, const uchar_t *payload, uint16_t length,
1659 * input: dhcp_symbol_t *: an entry of the given type
1664 inittab_type_to_size(const dhcp_symbol_t *ie)
1752 static dhcp_symbol_t inittab_table[] =