Searched refs:group_object (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | memory.c | 38 int (*group_write_hook) (struct group_object *); 40 isc_result_t delete_group (struct group_object *group, int writep) in delete_group() 42 struct group_object *d; in delete_group() 46 d = (struct group_object *)0; in delete_group() 79 isc_result_t supersede_group (struct group_object *group, int writep) in supersede_group() 81 struct group_object *t; in supersede_group() 86 t = (struct group_object *)0; in supersede_group() 116 t = (struct group_object *)0; in supersede_group()
|
| H A D | comapi.c | 47 OMAPI_OBJECT_ALLOC (group_object, struct group_object, dhcp_type_group) 91 sizeof (struct group_object), 0, in dhcp_common_objects_setup() 137 struct group_object *group; in dhcp_group_set_value() 142 group = (struct group_object *)h; in dhcp_group_set_value() 210 struct group_object *group; in dhcp_group_get_value() 215 group = (struct group_object *)h; in dhcp_group_get_value() 233 struct group_object *group, *t; in dhcp_group_destroy() 237 group = (struct group_object *)h; in dhcp_group_destroy() 241 t = (struct group_object *)0; in dhcp_group_destroy() 264 struct group_object *group; in dhcp_group_signal_handler() [all …]
|
| H A D | tables.c | 38 HASH_FUNCTIONS (group, const char *, struct group_object, group_hash_t,
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 947 struct group_object { struct 950 struct group_object *n_dynamic; argument 964 struct group_object *object; argument 987 struct group_object *named_group; 1853 HASH_FUNCTIONS_DECL (group, const char *, struct group_object, group_hash_t) 2484 extern int (*group_write_hook) (struct group_object *); 2487 isc_result_t delete_group (struct group_object *, int); 2488 isc_result_t supersede_group (struct group_object *, int); 2490 int write_group (struct group_object *); 2509 OMAPI_OBJECT_ALLOC_DECL (group_object, struct group_object, dhcp_type_group) [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | db.c | 455 struct group_object *group; in write_group() 1285 int group_writer (struct group_object *group) in group_writer()
|
| H A D | omapi.c | 966 struct group_object *group; in dhcp_host_set_value() 967 group = (struct group_object *)0; in dhcp_host_set_value() 1878 struct group_object *group = NULL; in class_set_value()
|
| H A D | mdb.c | 2441 struct group_object *gp; in write_leases() 2471 gp = (struct group_object *)hb -> value; in write_leases()
|
| H A D | confpars.c | 2023 struct group_object *go; 2032 go = (struct group_object *)0; 2979 struct group_object *t = NULL;
|