|
| const char * | name |
| |
| struct option_cache *(* | lookup_func )(struct universe *, struct option_state *, unsigned) |
| |
| void(* | save_func )(struct universe *, struct option_state *, struct option_cache *, isc_boolean_t) |
| |
| void(* | foreach )(struct packet *, struct lease *, struct client_state *, struct option_state *, struct option_state *, struct binding_scope **, struct universe *, void *, void(*)(struct option_cache *, struct packet *, struct lease *, struct client_state *, struct option_state *, struct option_state *, struct binding_scope **, struct universe *, void *)) |
| |
| void(* | delete_func )(struct universe *universe, struct option_state *, int) |
| |
| int(* | option_state_dereference )(struct universe *, struct option_state *, const char *, int) |
| |
| int(* | decode )(struct option_state *, const unsigned char *, unsigned, struct universe *) |
| |
| int(* | encapsulate )(struct data_string *, struct packet *, struct lease *, struct client_state *, struct option_state *, struct option_state *, struct binding_scope **, struct universe *) |
| |
| u_int32_t(* | get_tag )(const unsigned char *) |
| |
| void(* | store_tag )(unsigned char *, u_int32_t) |
| |
| u_int32_t(* | get_length )(const unsigned char *) |
| |
| void(* | store_length )(unsigned char *, u_int32_t) |
| |
| int | tag_size |
| |
| int | length_size |
| |
| unsigned | site_code_min |
| |
| unsigned | end |
| |
| option_name_hash_t * | name_hash |
| |
| option_code_hash_t * | code_hash |
| |
| struct option * | enc_opt |
| |
| int | index |
| |
| int | concat_duplicates |
| |
Definition at line 302 of file tree.h.