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

/freebsd-12-stable/usr.sbin/timed/timed/
H A Dmeasure.c146 oicp->icmp_otime = htonl((tcur.tv_sec % SECDAY) * 1000
198 sendtime = ntohl(icp->icmp_otime);
/freebsd-12-stable/sys/netinet/
H A Dip_icmp.h118 #define icmp_otime icmp_dun.id_ts.its_otime macro
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-icmp.c81 #define icmp_otime icmp_dun.id_ts.its_otime macro
546 icmp_tstamp_print(EXTRACT_32BITS(&dp->icmp_otime)));
/freebsd-12-stable/sbin/ping/
H A Dping.c1065 icp.icmp_otime = htonl((now.tv_sec % (24*60*60))
1236 (void)printf(" tso=%s", pr_ntime(icp.icmp_otime));
/freebsd-12-stable/contrib/ipfilter/iplang/
H A Diplang_y.y1538 icmp->icmp_otime = htonl(arg);

Completed in 201 milliseconds