Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-tftp.c123 ui = fn_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
134 ui = fn_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
145 ui = fn_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
159 ui = fn_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
188 ui = fn_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
Dprint-bootp.c360 if (fn_printztn(ndo, bp->bp_sname, (u_int)sizeof bp->bp_sname, in bootp_print()
371 if (fn_printztn(ndo, bp->bp_file, (u_int)sizeof bp->bp_file, in bootp_print()
Dutil-print.c129 fn_printztn(netdissect_options *ndo, in fn_printztn() function
Dnetdissect.h330 extern u_int fn_printztn(netdissect_options *ndo, const u_char *, u_int, const u_char *);
DCHANGES126 Add a fn_printztn() which returns the number of bytes processed