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

  /external/tcpdump/
tftp.h 56 unsigned short th_opcode; /* packet type */ member in struct:tftphdr
print-tftp.c 89 TCHECK(tp->th_opcode);
90 opcode = EXTRACT_16BITS(&tp->th_opcode);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
tftp.h 50 short th_opcode; /* packet type */ member in struct:tftphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
tftp.h 50 short th_opcode; /* packet type */ member in struct:tftphdr
  /external/iputils/
tftpd.c 199 tp->th_opcode = ntohs(tp->th_opcode);
200 if (tp->th_opcode == RRQ || tp->th_opcode == WRQ)
256 ecode = (*pf->f_validate)(filename, tp->th_opcode);
261 if (tp->th_opcode == WRQ)
366 dp->th_opcode = htons((u_short)DATA);
386 ap->th_opcode = ntohs((u_short)ap->th_opcode);
389 if (ap->th_opcode == ERROR
    [all...]
tftp.h 53 short th_opcode; /* packet type */ member in struct:tftphdr

Completed in 2926 milliseconds