Searched refs:INT_UP (Results 1 – 3 of 3) sorted by relevance
1020 wildif->flags = INT_UP | INT_WILDCARD; in create_wildcards()1064 wildif->flags = INT_BROADCAST | INT_UP | INT_WILDCARD; in create_wildcards()1348 ? INT_UP : 0) in convert_isc_if()1762 if (!(enumep.flags & INT_UP)) { in update_interfaces()2166 if (iflags & INT_UP) { in iflags_str()2167 CLEAR_BIT_IF_DEBUG(INT_UP, iflags); in iflags_str()
194 loopback_interface->flags = INT_UP | INT_LOOPBACK; in init_sim_io()
208 #define INT_UP 0x001 /* Interface is up */ macro