OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:th_opcode
(Results
1 - 7
of
7
) sorted by null
/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
/external/tcpdump/
print-tftp.c
89
TCHECK(tp->
th_opcode
);
90
opcode = EXTRACT_16BITS(&tp->
th_opcode
);
tftp.h
56
unsigned short
th_opcode
; /* packet type */
member in struct:tftphdr
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
tftp.h
50
short
th_opcode
; /* packet type */
member in struct:tftphdr
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/arpa/
tftp.h
50
short
th_opcode
; /* packet type */
member in struct:tftphdr
Completed in 115 milliseconds