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

/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dmeasure.c84 struct icmp oicp; local
127 oicp.icmp_type = ICMP_TSTAMP;
128 oicp.icmp_code = 0;
129 oicp.icmp_id = getpid();
130 oicp.icmp_rtime = 0;
131 oicp.icmp_ttime = 0;
132 oicp.icmp_seq = seqno;
155 oicp.icmp_otime = htonl(otime);
156 oicp.icmp_cksum = 0;
157 oicp
[all...]

Completed in 56 milliseconds