Searched refs:dhcp_symbol_t (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.h | 96 extern uint8_t inittab_type_to_size(const dhcp_symbol_t *); 97 extern int inittab_verify(const dhcp_symbol_t *, dhcp_symbol_t *); 98 extern dhcp_symbol_t *inittab_load(uchar_t, char, size_t *); 99 extern dhcp_symbol_t *inittab_getbyname(uchar_t, char, const char *); 100 extern dhcp_symbol_t *inittab_getbycode(uchar_t, char, uint16_t); 101 extern uchar_t *inittab_encode(const dhcp_symbol_t *, const char *, 103 extern uchar_t *inittab_encode_e(const dhcp_symbol_t *, const char *, 105 extern char *inittab_decode(const dhcp_symbol_t *, const uchar_t *, 107 extern char *inittab_decode_e(const dhcp_symbol_t *, [all...] |
H A D | dhcp_symbol.h | 84 * This structure is used by the dhcp_symbol_t structure below 110 } dhcp_symbol_t; typedef in typeref:struct:dhcp_symbol 114 extern void dsym_close_parser(char **, dhcp_symbol_t *); 116 dhcp_symbol_t *); 117 extern dsym_errcode_t dsym_parse_field(int, char **, dhcp_symbol_t *); 118 extern dsym_errcode_t dsym_parser(char **, dhcp_symbol_t *, int *, boolean_t);
|
H A D | dhcp_inittab.c | 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 * [all...] |
H A D | dhcp_symbol.c | 627 * dhcp_symbol_t *: the structure populated by dsym_init_parser() 632 dsym_close_parser(char **fields, dhcp_symbol_t *sym) 645 * dhcp_symbol_t *: the structure which eventually will 653 dhcp_symbol_t *sym) 724 * dhcp_symbol_t *: the structure which will be the repository 733 dsym_parse_field(int field_num, char **fields, dhcp_symbol_t *sym) 791 * dhcp_symbol_t *: the structure which will be the repository 802 dsym_parser(char **fields, dhcp_symbol_t *sym, int *lastField,
|
/osnet-11/usr/src/lib/libipadm/common/ |
H A D | ipadm_addr.c | 91 static ipadm_status_t i_ipadm_parse_rfc3315_duid(dhcp_symbol_t *, uchar_t *, 3760 dhcp_symbol_t *entry = NULL; 3961 i_ipadm_parse_rfc3315_duid(dhcp_symbol_t *ds, uchar_t *cid, size_t cidlen,
|
Completed in 37 milliseconds