Home
last modified time | relevance | path

Searched refs:th_code (Results 1 – 5 of 5) sorted by relevance

/external/tcpdump/
Dprint-tftp.c60 #define th_code th_u.tu_code macro
199 ND_TCHECK(tp->th_code); in tftp_print()
201 EXTRACT_16BITS(&tp->th_code)))); in tftp_print()
/external/curl/tests/server/
Dtftp.h49 #define th_code th_block macro
Dtftpd.c1413 tp->th_code = htons((unsigned short)error); in nak()
1419 tp->th_code = EUNDEF; /* set 'undef' errorcode */ in nak()
/external/iputils/
Dtftp.h63 #define th_code th_u.tu_code macro
Dtftpd.c523 tp->th_code = htons((u_short)error); in nak()
529 tp->th_code = EUNDEF; /* set 'undef' errorcode */ in nak()