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

  /src/sys/netinet6/
in6_src.c 376 if (!(ia_best->ia6_flags & IN6_IFF_TEMPORARY) &&
377 (ia->ia6_flags & IN6_IFF_TEMPORARY)) {
383 if ((ia_best->ia6_flags & IN6_IFF_TEMPORARY) &&
384 !(ia->ia6_flags & IN6_IFF_TEMPORARY)) {
in6_var.h 409 #define IN6_IFF_TEMPORARY 0x80 /* temporary (anonymous) address. */

Completed in 13 milliseconds