Home
last modified time | relevance | path

Searched refs:icmp_otime (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netinet/
HDip_icmp.h115 #define icmp_otime icmp_dun.id_ts.its_otime macro
/dragonfly/contrib/tcpdump/
HDprint-icmp.c81 #define icmp_otime icmp_dun.id_ts.its_otime macro
619 icmp_tstamp_print(GET_BE_U_4(dp->icmp_otime))); in icmp_print()
/dragonfly/sbin/ping/
HDping.c888 icp->icmp_otime = htonl((now.tv_sec % (24*60*60)) in pinger()
1034 printf(" tso=%s", pr_ntime(icp->icmp_otime)); in pr_pack()