Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/ntpd/
HDntp_io.c891 INT_LOOPBACK & ep->flags) in add_interface()
1318 isloopback = !!(INT_LOOPBACK & if_flags); in interface_action()
1493 ? INT_LOOPBACK : 0) in convert_isc_if()
1506 if (INT_LOOPBACK & itf->flags) { in convert_isc_if()
1509 itf->flags &= ~INT_LOOPBACK; in convert_isc_if()
1513 itf->flags &= ~INT_LOOPBACK; in convert_isc_if()
2150 && (INT_LOOPBACK & iface->flags)) in create_interface()
2164 !((INT_LOOPBACK | INT_WILDCARD) & iface->flags) && in create_interface()
2623 if (interf->flags & (INT_WILDCARD | INT_LOOPBACK)) in io_setbclient()
2803 (INT_LOOPBACK | INT_WILDCARD) & ep->flags)
[all …]
HDntpsim.c193 loopback_interface->flags = INT_UP | INT_LOOPBACK; in init_sim_io()
/NextBSD/contrib/ntp/include/
HDntp.h206 #define INT_LOOPBACK 0x004 /* the loopback interface */ macro