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

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

Completed in 36 milliseconds