Searched defs:foreach_localaddr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dforeachaddr.h41 functions should not be assumed to be valid after foreach_localaddr
46 foreach_localaddr fails. If one of the callback functions wants to
49 foreach_localaddr will clean up and return immediately.
66 #define foreach_localaddr krb5int_foreach_localaddr macro
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dforeachaddr.c48 functions should not be assumed to be valid after foreach_localaddr
53 foreach_localaddr fails. If one of the callback functions wants to
56 foreach_localaddr will clean up and return immediately.
61 /* Solaris Kerberos: changing foreach_localaddr to non-static as it's called in
167 foreach_localaddr (void *data, function
210 KRB5_LOG0(KRB5_INFO, "foreach_localaddr() start");
220 KRB5_LOG (KRB5_INFO, "foreach_localaddr() trying af %d", P.af);
238 KRB5_LOG (KRB5_INFO, "foreach_localaddr() lifn_count %d",
259 KRB5_LOG (KRB5_INFO, "foreach_localaddr() interface %s",
266 "foreach_localaddr() skippin
[all...]
H A Dlocaladdr.c54 /* Note: foreach_localaddr is exported from the library through
63 functions should not be assumed to be valid after foreach_localaddr
68 foreach_localaddr fails. If one of the callback functions wants to
71 foreach_localaddr will clean up and return immediately.
419 foreach_localaddr (/*@null@*/ void *data, function
491 foreach_localaddr (/*@null@*/ void *data, function
666 foreach_localaddr (/*@null@*/ void *data, function
920 foreach_localaddr (/*@null@*/ void *data, function
1091 r = foreach_localaddr (0, print_addr, NULL, NULL);
1343 r = foreach_localaddr (
[all...]

Completed in 46 milliseconds