Home
last modified time | relevance | path

Searched refs:omapi_type_connection (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dconnection.c56 omapi_connection_object_t, omapi_type_connection) in OMAPI_OBJECT_ALLOC() argument
473 if (c -> type != omapi_type_connection) in omapi_disconnect()
572 if (h -> type != omapi_type_connection) in omapi_connection_require()
588 if (h -> type != omapi_type_connection) in omapi_connection_readfd()
605 if (h -> type != omapi_type_connection) in omapi_connection_writefd()
640 if (h -> type != omapi_type_connection) in omapi_connection_connect_internal()
753 if (h -> type != omapi_type_connection) in omapi_connection_reaper()
887 if (h->type != omapi_type_connection) in omapi_connection_output_auth_length()
905 if (h -> type != omapi_type_connection) in omapi_connection_set_value()
976 if (h -> type != omapi_type_connection) in omapi_connection_get_value()
[all …]
H A Dbuffer.c155 if (!h || h -> type != omapi_type_connection) in omapi_connection_reader_trace()
282 if (!h || h -> type != omapi_type_connection) in omapi_connection_copyin()
377 if (!h || h -> type != omapi_type_connection) in omapi_connection_copyout()
461 if (!h || h -> type != omapi_type_connection) in omapi_connection_writer()
H A Dprotocol.c125 if (!h -> outer || h -> outer -> type != omapi_type_connection) in omapi_protocol_send_intro()
167 !po -> outer || po -> outer -> type != omapi_type_connection || in omapi_protocol_send_message()
434 if (!p -> outer || p -> outer -> type != omapi_type_connection) in omapi_protocol_signal_handler()
1058 if (!c || c -> type != omapi_type_connection) in omapi_protocol_listener_signal()
H A Dsupport.c38 omapi_object_type_t *omapi_type_connection; variable
71 status = omapi_object_type_register (&omapi_type_connection, in omapi_init()
H A Ddispatch.c590 if (io->inner && io->inner->type == omapi_type_connection) { in omapi_one_dispatch()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dfailover.c421 if (!h -> outer || h -> outer -> type != omapi_type_connection) in dhcp_failover_link_signal()
1128 if (!c || c -> type != omapi_type_connection) in dhcp_failover_listener_signal()
3186 if (p -> type == omapi_type_connection) in dhcp_failover_link_startup_timeout()
3386 if (c -> type != omapi_type_connection) in dhcp_failover_state_stuff()
4381 link -> outer -> type != omapi_type_connection) in dhcp_failover_timeout()
4414 link -> outer -> type != omapi_type_connection) in dhcp_failover_send_contact()
4456 link -> outer -> type != omapi_type_connection) in dhcp_failover_send_state()
4507 if (!l -> outer || l -> outer -> type != omapi_type_connection) in dhcp_failover_send_connect()
4563 if (!l -> outer || l -> outer -> type != omapi_type_connection) in dhcp_failover_send_connectack()
4634 if (!l -> outer || l -> outer -> type != omapi_type_connection) in dhcp_failover_send_disconnect()
[all …]
H A Ddhcpd.c1690 if (obj -> type == omapi_type_connection && in dhcp_io_shutdown()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip_p.h253 omapi_connection_object_t, omapi_type_connection)
H A Domapip.h458 extern omapi_object_type_t *omapi_type_connection;