Searched refs:itf (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/scripts/stats/
H A Ditf.S0 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
5 plot(itf$sec, itf$offset, type="l", xlab=paste("MJD", itf$day, "Time (s)"), ylab="Internal Offset (ns)", ylim=c(-400, 400))
1 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0)) label
/netbsd-current/usr.bin/mail/
H A Dglob.h57 EXTERN FILE *itf; /* Input temp file buffer */ variable
H A Dfio.c360 if (fseek(itf, (long)positionof(mp->m_block, mp->m_offset), SEEK_SET) < 0)
362 return itf;
H A Dlex.c271 (void)fclose(itf);
284 if ((itf = fopen(tempname, "ref")) == NULL)
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_io.c533 interface_dump(const endpt *itf) argument
535 printf("Dumping interface: %p\n", itf);
536 printf("fd = %lld\n", (long long)itf->fd);
537 printf("bfd = %lld\n", (long long)itf->bfd);
538 printf("sin = %s,\n", stoa(&itf->sin));
539 printf("bcast = %s,\n", stoa(&itf->bcast));
540 printf("mask = %s,\n", stoa(&itf->mask));
541 printf("name = %s\n", itf->name);
542 printf("flags = 0x%08x\n", itf->flags);
543 printf("last_ttl = %d\n", itf
1309 convert_isc_if( isc_interface_t *isc_if, endpt *itf, u_short port ) argument
3520 read_network_packet( SOCKET fd, endpt * itf, l_fp ts ) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsocket.c213 endpt * itf,

Completed in 198 milliseconds