Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_io.c1120 wildif->flags = INT_UP | INT_WILDCARD; in create_wildcards()
1870 ep = getinterface(&enumep.sin, INT_WILDCARD); in update_interfaces()
1986 if (((INT_WILDCARD | INT_MCASTIF) & ep->flags) || in update_interfaces()
2245 if (ep->flags & INT_WILDCARD) in set_reuseaddr()
2629 if (ep->flags & (INT_WILDCARD | INT_LOOPBACK)) in io_setbclient()
2726 if (INT_WILDCARD & ep->flags) in io_unsetbclient()
2836 (INT_LOOPBACK | INT_WILDCARD) & ep->flags)
2976 if (!(interf->flags & INT_WILDCARD))
3981 if (ep != NULL && INT_WILDCARD & ep->flags)
4002 iface = findlocalinterface(addr, INT_WILDCARD, 0);
[all …]
H A Dntp_config.c5588 if (iflags & INT_WILDCARD) { in build_iflags()
5589 iflags &= ~INT_WILDCARD; in build_iflags()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp.h214 #define INT_WILDCARD 0x080 /* wildcard interface - usually skipped */ macro