Home
last modified time | relevance | path

Searched refs:omapi_remote_auth_t (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip_p.h138 } omapi_remote_auth_t; typedef
153 omapi_remote_auth_t *default_auth; /* Default authinfo to use. */
154 omapi_remote_auth_t *remote_auth_list; /* Authenticators active on
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dprotocol.c81 dmalloc (sizeof(omapi_remote_auth_t), MDL); in OMAPI_OBJECT_ALLOC()
87 obj -> default_auth -> next = (omapi_remote_auth_t *)0; in OMAPI_OBJECT_ALLOC()
161 omapi_remote_auth_t *ra; in omapi_protocol_send_message()
198 ra = (omapi_remote_auth_t *)0; in omapi_protocol_send_message()
778 omapi_remote_auth_t *r; in omapi_protocol_add_auth()
838 omapi_remote_auth_t *r; in omapi_protocol_lookup_auth()
857 omapi_remote_auth_t *r; in omapi_protocol_set_value()
868 p -> default_auth = (omapi_remote_auth_t *)0; in omapi_protocol_set_value()
931 omapi_remote_auth_t *r = p -> remote_auth_list; in omapi_protocol_destroy()