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

/freebsd-13-stable/contrib/ntp/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
/freebsd-13-stable/usr.bin/mail/
H A Dglob.h52 extern FILE *itf; /* Input temp file buffer */
H A Dlex.c123 (void)fclose(itf);
137 if ((itf = fopen(tempname, "r")) == NULL)
139 (void)fcntl(fileno(itf), F_SETFD, 1);
H A Dfio.c211 if (fseeko(itf,
214 return (itf);
H A Dmain.c66 FILE *itf; variable
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_io.c525 interface_dump(const endpt *itf) argument
527 printf("Dumping interface: %p\n", itf);
528 printf("fd = %lld\n", (long long)itf->fd);
529 printf("bfd = %lld\n", (long long)itf->bfd);
530 printf("sin = %s,\n", stoa(&itf->sin));
531 sockaddr_dump(&itf->sin);
532 printf("bcast = %s,\n", stoa(&itf->bcast));
533 sockaddr_dump(&itf->bcast);
534 printf("mask = %s,\n", stoa(&itf->mask));
535 sockaddr_dump(&itf
1401 convert_isc_if( isc_interface_t *isc_if, endpt *itf, u_short port ) argument
3479 read_network_packet( SOCKET fd, struct interface * itf, l_fp ts ) argument
[all...]
/freebsd-13-stable/tests/sys/netinet/
H A Dcarp.sh33 itf=$2
35 jexec ${jail} ifconfig ${itf} | grep carp | grep MASTER
/freebsd-13-stable/contrib/ntp/libntp/
H A Dsocket.c211 struct interface * itf,
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c666 if (ecp->itf != ETF_ELF) {
684 if (ecp->itf == ETF_BINARY)
686 else if (ecp->itf == ETF_IHEX)
688 else if (ecp->itf == ETF_SREC)
1395 ecp->itf = elftc_bfd_target_flavor(tgt);
1602 ecp->itf = ecp->otf = ETF_ELF;
H A Delfcopy.h182 Elftc_Bfd_Target_Flavor itf; /* flavour of input object */ member in struct:elfcopy

Completed in 86 milliseconds