Searched defs:traceroute (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c27 * @(#)$Header: traceroute.c,v 1.49 97/06/13 02:30:23 leres Exp $ (LBL)
68 #include "traceroute.h"
107 * LBNL bug fixed: in LBNL traceroute 'uchar_t packet[512];'
172 static boolean_t pick_src = _B_FALSE; /* traceroute picks the src address */
234 static void traceroute(union any_in_addr *, struct msghdr *, struct pr_set *,
251 * the original traceroute). It's _B_FALSE if packlen is invalid, or no
473 * If it's probe_all, SIGQUIT makes traceroute exit(). But we set the
474 * address to jump back to in traceroute(). Until then, we'll need to
525 * If it's probe_all, SIGINT makes traceroute skip to probing next IP
527 * traceroute() functio
1491 traceroute(union any_in_addr *ip_addr, struct msghdr *msg6, struct pr_set *pr, function
[all...]

Completed in 63 milliseconds