Searched refs:LOOP_IF_NONE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dget_addrs.c86 LOOP_IF_NONE = 2, /* include loopback addrs if no others */ enumerator in enum:__anon609
150 /* We'll deal with the LOOP_IF_NONE case later. */
167 flags &= ~LOOP_IF_NONE; /* we actually found an address,
177 * If no addresses were found, and LOOP_IF_NONE is set, then find
180 if ((flags & LOOP_IF_NONE) != 0 && idx == 0) {
268 int flags = LOOP_IF_NONE | EXTRA_ADDRESSES;

Completed in 127 milliseconds