HomeSort by relevance Sort by last modified time
    Searched refs:th_block (Results 1 - 7 of 7) sorted by null

  /external/curl/tests/server/
tftp.h 44 unsigned short th_block; /* all sorts of things */ member in struct:tftphdr
48 #define th_stuff th_block
49 #define th_code th_block
tftpd.c 1221 sdp->th_block = htons(sendblock);
1253 sap->th_block = ntohs(sap->th_block);
1261 if (sap->th_block == sendblock) {
1266 if (sap->th_block == (sendblock-1)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
tftp.h 59 #define th_block th_u.tu_block macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
tftp.h 59 #define th_block th_u.tu_block macro
  /external/tcpdump/
print-tftp.c 60 #define th_block th_u.tu_block macro
145 if (length <= (u_int)(p - (const u_char *)&tp->th_block))
160 ND_TCHECK(tp->th_block);
161 ND_PRINT((ndo, " block %d", EXTRACT_16BITS(&tp->th_block)));
  /external/iputils/
tftpd.c 367 dp->th_block = htons((u_short)block);
387 ap->th_block = ntohs((u_short)ap->th_block);
393 if (ap->th_block == block) {
399 if (ap->th_block == (block -1)) {
433 ap->th_block = htons((u_short)block);
452 dp->th_block = ntohs((u_short)dp->th_block);
456 if (dp->th_block == block) {
462 if (dp->th_block == (block-1)
    [all...]
tftp.h 62 #define th_block th_u.tu_block macro

Completed in 84 milliseconds