HomeSort by: relevance | last modified time | path
    Searched defs:tftpport (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libsa/
tftp.c 64 static int tftpport = 2000; variable
175 /* h->iodesc->myport = htons(--tftpport); */
176 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff));
tftp.c 64 static int tftpport = 2000; variable
175 /* h->iodesc->myport = htons(--tftpport); */
176 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff));

Completed in 46 milliseconds