HomeSort by: relevance | last modified time | path
    Searched defs:oicp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/timed/timed/
measure.c 87 struct icmp oicp; local in function:measure
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))
    [all...]
  /src/sys/netinet/
ip_icmp.c 281 struct icmp *oicp = (struct icmp *)((char *)oip + oiphlen); local in function:icmp_error
282 if (!ICMP_INFOTYPE(oicp->icmp_type)) {

Completed in 206 milliseconds