Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_icmp.h115 #define icmp_otime icmp_dun.id_ts.its_otime macro
/freebsd/sbin/ping/tests/
H A Dtest_ping.py146 icmp_otime: sc.scapy.layers.inet.ICMPTimeStampField = 0,
252 ts_ori=icmp_otime,
/freebsd/contrib/tcpdump/
H A Dprint-icmp.c79 #define icmp_otime icmp_dun.id_ts.its_otime macro
637 icmp_tstamp_print(GET_BE_U_4(dp->icmp_otime))); in icmp_print()
/freebsd/sbin/ping/
H A Dping.c1033 icp.icmp_otime = htonl((now.tv_sec % (24*60*60)) in pinger()
1221 (void)printf(" tso=%s", pr_ntime(icp.icmp_otime)); in pr_pack()
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y1489 icmp->icmp_otime = htonl(arg); in set_icmpotime()