Searched refs:INT_LOOPBACK (Results 1 – 3 of 3) sorted by relevance
815 INT_LOOPBACK & ep->flags) in add_interface()1178 isloopback = !!(INT_LOOPBACK & if_flags); in interface_action()1350 ? INT_LOOPBACK : 0) in convert_isc_if()1364 itf->flags &= ~INT_LOOPBACK; in convert_isc_if()1792 if ( !(INT_LOOPBACK & enumep.flags) in update_interfaces()2113 && (INT_LOOPBACK & iface->flags)) in create_interface()2178 if (iflags & INT_LOOPBACK) { in iflags_str()2179 CLEAR_BIT_IF_DEBUG(INT_LOOPBACK, iflags); in iflags_str()3626 && !(INT_LOOPBACK & itf->flags)) {4133 flags | INT_LOOPBACK);[all …]
194 loopback_interface->flags = INT_UP | INT_LOOPBACK; in init_sim_io()
210 #define INT_LOOPBACK 0x004 /* ::1 or 127.0.0.1 */ macro