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

  /external/qemu/slirp/
tftp.h 19 u_int16_t tp_op; member in struct:tftp_t
tftp.c 151 tp->tp_op = htons(TFTP_OACK);
193 tp->tp_op = htons(TFTP_ERROR);
240 tp->tp_op = htons(TFTP_DATA);
416 switch(ntohs(tp->tp_op)) {
  /external/qemu/slirp-android/
tftp.h 19 u_int16_t tp_op; member in struct:tftp_t
tftp.c 151 tp->tp_op = htons(TFTP_OACK);
195 tp->tp_op = htons(TFTP_ERROR);
244 tp->tp_op = htons(TFTP_DATA);
422 switch(ntohs(tp->tp_op)) {

Completed in 382 milliseconds