Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dprotocol.c80 obj -> default_auth = in OMAPI_OBJECT_ALLOC()
82 if (!obj -> default_auth) { in OMAPI_OBJECT_ALLOC()
87 obj -> default_auth -> next = (omapi_remote_auth_t *)0; in OMAPI_OBJECT_ALLOC()
88 status = omapi_object_reference (&obj -> default_auth -> a, in OMAPI_OBJECT_ALLOC()
91 dfree (obj -> default_auth, MDL); in OMAPI_OBJECT_ALLOC()
196 ra = p -> default_auth; in omapi_protocol_send_message()
459 if (p -> default_auth) { in omapi_protocol_signal_handler()
462 p -> default_auth -> a, in omapi_protocol_signal_handler()
803 if (p -> default_auth && !p -> remote_auth_list) { in omapi_protocol_add_auth()
804 if (p -> default_auth -> a != ao) { in omapi_protocol_add_auth()
[all …]
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip_p.h153 omapi_remote_auth_t *default_auth; /* Default authinfo to use. */ member