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

/freebsd-9.3-release/lib/libstand/
H A Dtftp.c92 static int tftpport = 2000; variable
312 /* h->iodesc->myport = htons(--tftpport); */
313 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff));

Completed in 47 milliseconds