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

/haiku/src/bin/network/ping/
H A Dping.c1135 const u_char *icmp_data_raw; local
1179 icmp_data_raw = buf + hlen + offsetof(struct icmp, icmp_data);
1194 tp = icmp_data_raw + phdr_len;
1326 memcpy(&oip_header_len, icmp_data_raw, sizeof(oip_header_len));
1349 memcpy(&oip, icmp_data_raw, sizeof(struct ip));
1350 oicmp_raw = icmp_data_raw + oip_header_len;
1361 pr_icmph(&icp, &oip, icmp_data_raw);

Completed in 44 milliseconds