Searched refs:fn_printztn (Results 1 – 5 of 5) sorted by relevance
/external/tcpdump/ |
D | print-tftp.c | 123 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()
|
D | print-bootp.c | 360 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()
|
D | util-print.c | 129 fn_printztn(netdissect_options *ndo, in fn_printztn() function
|
D | netdissect.h | 330 extern u_int fn_printztn(netdissect_options *ndo, const u_char *, u_int, const u_char *);
|
D | CHANGES | 126 Add a fn_printztn() which returns the number of bytes processed
|