Searched refs:OMAPI_OBJECT_ALLOC (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | salloc.c | 142 OMAPI_OBJECT_ALLOC (lease, struct lease, dhcp_type_lease) 143 OMAPI_OBJECT_ALLOC (class, struct class, dhcp_type_class) 144 OMAPI_OBJECT_ALLOC (subclass, struct class, dhcp_type_subclass) 145 OMAPI_OBJECT_ALLOC (pool, struct pool, dhcp_type_pool) 148 OMAPI_OBJECT_ALLOC (host, struct host_decl, dhcp_type_host)
|
H A D | failover.c | 6499 OMAPI_OBJECT_ALLOC (dhcp_failover_state, dhcp_failover_state_t, in OMAPI_OBJECT_ALLOC() function 6501 OMAPI_OBJECT_ALLOC (dhcp_failover_listener, dhcp_failover_listener_t, in OMAPI_OBJECT_ALLOC() 6503 OMAPI_OBJECT_ALLOC (dhcp_failover_link, dhcp_failover_link_t, in OMAPI_OBJECT_ALLOC()
|
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | comapi.c | 44 OMAPI_OBJECT_ALLOC (subnet, struct subnet, dhcp_type_subnet) 45 OMAPI_OBJECT_ALLOC (shared_network, struct shared_network, 47 OMAPI_OBJECT_ALLOC (group_object, struct group_object, dhcp_type_group) 48 OMAPI_OBJECT_ALLOC (dhcp_control, dhcp_control_object_t, dhcp_type_control)
|
H A D | icmp.c | 43 OMAPI_OBJECT_ALLOC (icmp_state, struct icmp_state, dhcp_type_icmp)
|
H A D | discover.c | 98 OMAPI_OBJECT_ALLOC (interface, struct interface_info, dhcp_type_interface) in OMAPI_OBJECT_ALLOC() function
|
/netbsd-src/external/mpl/dhcp/dist/omapip/ |
H A D | auth.c | 38 OMAPI_OBJECT_ALLOC (omapi_auth_key, omapi_auth_key_t, omapi_type_auth_key)
|
H A D | generic.c | 38 OMAPI_OBJECT_ALLOC (omapi_generic, in OMAPI_OBJECT_ALLOC() function
|
H A D | dispatch.c | 44 OMAPI_OBJECT_ALLOC (omapi_io, in OMAPI_OBJECT_ALLOC() function 46 OMAPI_OBJECT_ALLOC (omapi_waiter, in OMAPI_OBJECT_ALLOC()
|
H A D | listener.c | 48 OMAPI_OBJECT_ALLOC (omapi_listener, in OMAPI_OBJECT_ALLOC() function
|
H A D | protocol.c | 38 OMAPI_OBJECT_ALLOC (omapi_protocol, omapi_protocol_object_t, in OMAPI_OBJECT_ALLOC() function 40 OMAPI_OBJECT_ALLOC (omapi_protocol_listener, omapi_protocol_listener_object_t, in OMAPI_OBJECT_ALLOC()
|
H A D | message.c | 38 OMAPI_OBJECT_ALLOC (omapi_message, in OMAPI_OBJECT_ALLOC() function
|
H A D | connection.c | 55 OMAPI_OBJECT_ALLOC (omapi_connection, in OMAPI_OBJECT_ALLOC() function
|
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/ |
H A D | omapip.h | 162 #define OMAPI_OBJECT_ALLOC(name, stype, type) \ macro
|