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

  /src/external/mpl/dhcp/dist/omapip/
protocol.c 80 obj -> default_auth =
82 if (!obj -> default_auth) {
87 obj -> default_auth -> next = (omapi_remote_auth_t *)0;
88 status = omapi_object_reference (&obj -> default_auth -> a,
91 dfree (obj -> default_auth, MDL);
196 ra = p -> default_auth;
459 if (p -> default_auth) {
462 p -> default_auth -> a,
801 authenticator, p -> default_auth will already be set,
803 if (p -> default_auth && !p -> remote_auth_list)
    [all...]
  /src/external/mpl/dhcp/dist/includes/omapip/
omapip_p.h 153 omapi_remote_auth_t *default_auth; /* Default authinfo to use. */ member in struct:__omapi_protocol_object
  /src/external/bsd/ppp/dist/pppd/
auth.c 177 static bool default_auth; variable
1371 default_auth = 1;
1420 if (default_auth) {

Completed in 93 milliseconds