Searched defs:N_AFS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dforeachaddr.c194 #define N_AFS (sizeof (afs) / sizeof (afs[0])) macro
201 } afp[N_AFS];
207 #define FOREACH_AF() for (afidx = 0; afidx < N_AFS; afidx++)
H A Dlocaladdr.c514 #define N_AFS (sizeof (afs) / sizeof (afs[0])) macro
521 } afp[N_AFS];
527 #define FOREACH_AF() for (afidx = 0; afidx < N_AFS; afidx++)
689 #define N_AFS (sizeof (afs) / sizeof (afs[0])) macro
696 } afp[N_AFS];
702 #define FOREACH_AF() for (afidx = 0; afidx < N_AFS; afidx++)

Completed in 66 milliseconds