Home | History | Annotate | Download | only in timed

Lines Matching defs:oicp

87 	struct icmp oicp;
130 oicp.icmp_type = ICMP_TSTAMP;
131 oicp.icmp_code = 0;
132 oicp.icmp_id = getpid();
133 oicp.icmp_rtime = 0;
134 oicp.icmp_ttime = 0;
135 oicp.icmp_seq = seqno;
158 oicp.icmp_otime = htonl(otime);
159 oicp.icmp_cksum = 0;
160 oicp.icmp_cksum = in_cksum(&oicp, sizeof(oicp));
162 count = sendto(sock_raw, &oicp, sizeof(oicp), 0,
170 oicp.icmp_seq++;
211 || icp.icmp_id != oicp.icmp_id
213 || icp.icmp_seq >= oicp.icmp_seq)