Home
last modified time | relevance | path

Searched refs:verify_auth (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/mpl/dhcp/dist/includes/omapip/
H A Domapip_p.h160 isc_result_t (*verify_auth) (omapi_object_t *, omapi_auth_key_t *); member
169 isc_result_t (*verify_auth) (omapi_object_t *, omapi_auth_key_t *); member
/netbsd/external/mpl/dhcp/dist/omapip/
H A Dprotocol.c794 if (p -> verify_auth) { in omapi_protocol_add_auth()
795 status = (p -> verify_auth) (po, (omapi_auth_key_t *)ao); in omapi_protocol_add_auth()
975 isc_result_t (*verify_auth) in omapi_protocol_configure_security()
988 l -> verify_auth = verify_auth; in omapi_protocol_configure_security()
1066 obj -> verify_auth = p -> verify_auth; in omapi_protocol_listener_signal()
/netbsd/external/mpl/dhcp/dist/server/
H A Ddhcpd.c140 static isc_result_t verify_auth (omapi_object_t *p, omapi_auth_key_t *a) { in verify_auth() function
161 (listener, verify_addr, verify_auth); in omapi_listener_start()