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

  /src/sys/lib/libsa/
tftp.h 76 short th_opcode; /* packet type */ member in struct:tftphdr
  /src/include/arpa/
tftp.h 57 short th_opcode; /* packet type */ member in struct:tftphdr
  /src/sys/kern/
subr_tftproot.c 83 short th_opcode; /* packet type */ member in struct:tftphdr
244 packetlen = sizeof(tftp->th_opcode) + namelen + sizeof(octetstr);
261 tftp->th_opcode = htons((short)RRQ);
301 tftp->th_opcode = htons((short)ACK);
391 switch(ntohs(tftp->th_opcode)) {
418 __func__, __LINE__, ntohs(tftp->th_opcode)));

Completed in 12 milliseconds