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

  /src/sys/kern/
subr_tftproot.c 109 unsigned short trh_block; member in struct:tftproot_handle
188 trh.trh_block = 1;
280 if ((trh->trh_block % TFTPROOT_PROGRESS) == 0)
302 tftp->th_block = htons(trh->trh_block);
311 trh->trh_block++;
433 if (ntohs(tftp->th_block) != trh->trh_block) {
435 __func__, __LINE__, trh->trh_block, ntohs(tftp->th_block)));
subr_tftproot.c 109 unsigned short trh_block; member in struct:tftproot_handle
188 trh.trh_block = 1;
280 if ((trh->trh_block % TFTPROOT_PROGRESS) == 0)
302 tftp->th_block = htons(trh->trh_block);
311 trh->trh_block++;
433 if (ntohs(tftp->th_block) != trh->trh_block) {
435 __func__, __LINE__, trh->trh_block, ntohs(tftp->th_block)));
subr_tftproot.c 109 unsigned short trh_block; member in struct:tftproot_handle
188 trh.trh_block = 1;
280 if ((trh->trh_block % TFTPROOT_PROGRESS) == 0)
302 tftp->th_block = htons(trh->trh_block);
311 trh->trh_block++;
433 if (ntohs(tftp->th_block) != trh->trh_block) {
435 __func__, __LINE__, trh->trh_block, ntohs(tftp->th_block)));

Completed in 33 milliseconds