Home
last modified time | relevance | path

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

/freebsd-14.2/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()
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 …]
H A Dntpsim.c194 loopback_interface->flags = INT_UP | INT_LOOPBACK; in init_sim_io()
/freebsd-14.2/contrib/ntp/include/
H A Dntp.h210 #define INT_LOOPBACK 0x004 /* ::1 or 127.0.0.1 */ macro