HomeSort by: relevance | last modified time | path
    Searched refs:omapi_auth_key_t (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/dhcp/dist/omapip/
auth.c 38 OMAPI_OBJECT_ALLOC (omapi_auth_key, omapi_auth_key_t, omapi_type_auth_key)
41 omapi_auth_key_t, omapi_auth_hash_t)
43 HASH_FUNCTIONS (omapi_auth_key, const char *, omapi_auth_key_t,
48 isc_result_t omapi_auth_key_new (omapi_auth_key_t **o, const char *file,
57 omapi_auth_key_t *a;
61 a = (omapi_auth_key_t *)h;
78 isc_result_t omapi_auth_key_enter (omapi_auth_key_t *a)
80 omapi_auth_key_t *tk;
87 tk = (omapi_auth_key_t *)0;
126 isc_result_t omapi_auth_key_lookup_name (omapi_auth_key_t **a
    [all...]
protocol.c 791 ((omapi_auth_key_t *)ao) -> name);
795 status = (p -> verify_auth) (po, (omapi_auth_key_t *)ao);
977 omapi_auth_key_t *))
support.c 183 sizeof (omapi_auth_key_t), 0,
  /src/external/mpl/dhcp/dist/includes/omapip/
omapip.h 155 } omapi_auth_key_t; typedef in typeref:struct:auth_key
276 omapi_auth_key_t *));
443 omapi_auth_key_t, omapi_type_auth_key)
444 isc_result_t omapi_auth_key_new (omapi_auth_key_t **, const char *, int);
446 isc_result_t omapi_auth_key_enter (omapi_auth_key_t *);
447 isc_result_t omapi_auth_key_lookup_name (omapi_auth_key_t **, const char *);
omapip_p.h 160 isc_result_t (*verify_auth) (omapi_object_t *, omapi_auth_key_t *);
169 isc_result_t (*verify_auth) (omapi_object_t *, omapi_auth_key_t *);
  /src/external/mpl/dhcp/dist/server/
dhcpd.c 110 static omapi_auth_key_t *omapi_key = (omapi_auth_key_t *)0;
140 static isc_result_t verify_auth (omapi_object_t *p, omapi_auth_key_t *a) {

Completed in 16 milliseconds