Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_io.c836 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 …]
H A Dntpsim.c194 loopback_interface->flags = INT_UP | INT_LOOPBACK; in init_sim_io()
H A Dntp_config.c5546 if (iflags & INT_LOOPBACK) { in build_iflags()
5547 iflags &= ~INT_LOOPBACK; in build_iflags()
/freebsd-13.1/contrib/ntp/include/
H A Dntp.h207 #define INT_LOOPBACK 0x004 /* the loopback interface */ macro