Home
last modified time | relevance | path

Searched refs:INT_LOOPBACK (Results 1 – 3 of 3) sorted by relevance

/src/contrib/ntp/ntpd/
H A Dntp_io.c815 INT_LOOPBACK & ep->flags) in add_interface()
1178 isloopback = !!(INT_LOOPBACK & if_flags); in interface_action()
1350 ? INT_LOOPBACK : 0) in convert_isc_if()
1363 if ((INT_LOOPBACK & itf->flags) && !IS_LOOPBACK_ADDR(&itf->sin)) { in convert_isc_if()
1364 itf->flags &= ~INT_LOOPBACK; in convert_isc_if()
1790 if ( !(INT_LOOPBACK & enumep.flags) in update_interfaces()
2111 && (INT_LOOPBACK & iface->flags)) in create_interface()
2125 !((INT_LOOPBACK | INT_WILDCARD) & iface->flags) && in create_interface()
2176 if (iflags & INT_LOOPBACK) { in iflags_str()
2177 CLEAR_BIT_IF_DEBUG(INT_LOOPBACK, iflags); in iflags_str()
[all …]
H A Dntpsim.c194 loopback_interface->flags = INT_UP | INT_LOOPBACK; in init_sim_io()
/src/contrib/ntp/include/
H A Dntp.h210 #define INT_LOOPBACK 0x004 /* ::1 or 127.0.0.1 */ macro