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

/freebsd-13-stable/sbin/ping/
H A Dping.c1143 const u_char *icmp_data_raw; local
1173 icmp_data_raw = buf + hlen + offsetof(struct icmp, icmp_ip);
1175 icmp_data_raw = buf + hlen + offsetof(struct icmp, icmp_data);
1191 tp = icmp_data_raw + phdr_len;
1304 memcpy(&oip_header_len, icmp_data_raw, sizeof(oip_header_len));
1306 memcpy(&oip, icmp_data_raw, oip_header_len);
1307 oicmp_raw = icmp_data_raw + oip_header_len;

Completed in 56 milliseconds