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

/haiku/src/bin/network/ping/
H A Dping.c1136 ssize_t icmp_data_raw_len; local
1178 icmp_data_raw_len = cc - (hlen + offsetof(struct icmp, icmp_data));
1318 if (icmp_data_raw_len <
1322 icmp_data_raw_len, inet_ntoa(from->sin_addr));
1341 if (icmp_data_raw_len <
1345 icmp_data_raw_len, inet_ntoa(from->sin_addr));

Completed in 79 milliseconds