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

/freebsd-13-stable/sys/netinet6/
H A Din6.c1327 if (ia->ia_flags & IFA_RTSELF) {
1331 ia->ia_flags &= ~IFA_RTSELF;
1511 if (!(ia->ia_flags & IFA_RTSELF) && V_nd6_useloopback) {
1515 ia->ia_flags |= IFA_RTSELF;
/freebsd-13-stable/sys/net/
H A Dif_var.h567 #define IFA_RTSELF RTF_HOST /* loopback route to self installed */ macro

Completed in 112 milliseconds