Home
last modified time | relevance | path

Searched refs:fn_print (Results 1 – 9 of 9) sorted by relevance

/openbsd/usr.sbin/tcpdump/
H A Dprint-tftp.c105 i = fn_print(p, snapend); in tftp_print()
124 i = fn_print((const u_char *)tp->th_data, snapend); in tftp_print()
H A Dprint-ipx.c139 fn_print((u_char *)&ipx[1], min(snapend, (u_char *)&ipx[1] + 48)); in ipx_sap_print()
154 fn_print((u_char *)&ipx[1], min(snapend, (u_char *)&ipx[1] + 48)); in ipx_sap_print()
H A Dprint-timed.c96 if (fn_print(tsp->tsp_name, end)) in timed_print()
H A Dprint-bootp.c137 if (fn_print(bp->bp_sname, snapend)) { in bootp_print()
147 if (fn_print(bp->bp_file, snapend)) { in bootp_print()
H A Dprint-rip.c199 (void)fn_print((const u_char *)(rp + 1), snapend); in rip_print()
H A Dutil.c54 fn_print(const u_char *s, const u_char *ep) in fn_print() function
H A Dprint-wb.c200 (void)fn_print((u_char *)cp, (u_char *)cp + len); in wb_id()
H A Dinterface.h160 extern int fn_print(const u_char *, const u_char *);
H A Dprint-snmp.c720 (void)fn_print(p, p + asnlen); in asn1_print()