Home
last modified time | relevance | path

Searched refs:OMAPI_OBJECT_ALLOC (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dsalloc.c142 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 Dfailover.c6499 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 Dcomapi.c44 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 Dicmp.c43 OMAPI_OBJECT_ALLOC (icmp_state, struct icmp_state, dhcp_type_icmp)
H A Ddiscover.c98 OMAPI_OBJECT_ALLOC (interface, struct interface_info, dhcp_type_interface) in OMAPI_OBJECT_ALLOC() function
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dauth.c38 OMAPI_OBJECT_ALLOC (omapi_auth_key, omapi_auth_key_t, omapi_type_auth_key)
H A Dgeneric.c38 OMAPI_OBJECT_ALLOC (omapi_generic, in OMAPI_OBJECT_ALLOC() function
H A Ddispatch.c44 OMAPI_OBJECT_ALLOC (omapi_io, in OMAPI_OBJECT_ALLOC() function
46 OMAPI_OBJECT_ALLOC (omapi_waiter, in OMAPI_OBJECT_ALLOC()
H A Dlistener.c48 OMAPI_OBJECT_ALLOC (omapi_listener, in OMAPI_OBJECT_ALLOC() function
H A Dprotocol.c38 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 Dmessage.c38 OMAPI_OBJECT_ALLOC (omapi_message, in OMAPI_OBJECT_ALLOC() function
H A Dconnection.c55 OMAPI_OBJECT_ALLOC (omapi_connection, in OMAPI_OBJECT_ALLOC() function
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip.h162 #define OMAPI_OBJECT_ALLOC(name, stype, type) \ macro