OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:th_code
(Results
1 - 6
of
6
) sorted by relevancy
/src/include/arpa/
tftp.h
67
#define
th_code
th_u.tu_code
macro
/src/sys/lib/libsa/
tftp.h
86
#define
th_code
th_u.tu_code
macro
tftp.c
133
if ((unsigned int)ntohs(t->
th_code
) >= 8) {
134
printf("illegal tftp error %d\n", ntohs(t->
th_code
));
138
printf("tftp-error %d\n", ntohs(t->
th_code
));
140
errno = tftperrors[ntohs(t->
th_code
)];
243
wbuf.t.
th_code
= htons((u_short)ENOSPACE); /* ??? */
/src/usr.bin/tftp/
tftp.c
314
ntohs(ap->
th_code
), ap->th_msg);
459
ntohs(dp->
th_code
), dp->th_msg);
618
tp->
th_code
= EUNDEF;
621
tp->
th_code
= htons((u_short)error);
688
(void)printf("<code=%d, msg=%s>\n", ntohs(tp->
th_code
),
/src/sys/kern/
subr_tftproot.c
93
#define
th_code
th_u.tu_code
macro
410
ntohs(tftp->
th_code
), errbuf);
/src/libexec/tftpd/
tftpd.c
1207
tp->
th_code
= EUNDEF; /* set 'undef' errorcode */
1210
tp->
th_code
= htons((u_short)error);
Completed in 14 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025