HomeSort by relevance Sort by last modified time
    Searched refs:th_block (Results 1 - 6 of 6) 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 1256 sdp->th_block = htons(sendblock);
    [all...]
  /bionic/libc/include/arpa/
tftp.h 63 #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/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 243 milliseconds