Home | History | Annotate | Download | only in timed

Lines Matching defs:ntp

85 	struct netinfo *ntp;
131 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
132 if ((ntp->mask & from.sin_addr.s_addr) ==
133 ntp->net.s_addr) {
134 fromnet = ntp;
244 for (ntp = nettab; ntp != NULL; ntp = ntp->next)
245 if ((ntp->mask & from.sin_addr.s_addr) ==
246 ntp->net.s_addr) {
247 fromnet = ntp;