Searched refs:INT_LOOPBACK (Results 1 – 4 of 4) sorted by relevance
836 INT_LOOPBACK & ep->flags) in add_interface()1271 isloopback = !!(INT_LOOPBACK & if_flags); in interface_action()1446 ? INT_LOOPBACK : 0) in convert_isc_if()1459 if (INT_LOOPBACK & itf->flags) { in convert_isc_if()1462 itf->flags &= ~INT_LOOPBACK; in convert_isc_if()1466 itf->flags &= ~INT_LOOPBACK; in convert_isc_if()2141 && (INT_LOOPBACK & iface->flags)) in create_interface()2622 if (ep->flags & (INT_WILDCARD | INT_LOOPBACK)) in io_setbclient()2829 (INT_LOOPBACK | INT_WILDCARD) & ep->flags)4098 flags | INT_LOOPBACK);[all …]
194 loopback_interface->flags = INT_UP | INT_LOOPBACK; in init_sim_io()
5546 if (iflags & INT_LOOPBACK) { in build_iflags()5547 iflags &= ~INT_LOOPBACK; in build_iflags()
207 #define INT_LOOPBACK 0x004 /* the loopback interface */ macro