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

/external/android-clat/
H A Dclatd_test.cpp201 void check_packet(const uint8_t *packet, size_t len, const char *msg) { function
300 check_packet(packet, len, "Fragment sanity check");
439 check_packet(original, original_len, foo);
477 check_packet(out, *outlen, msg);
485 check_packet(out, *outlen, msg);
513 check_packet(reassembled, reassembled_len, msg);
518 check_packet(translated, translated_len, msg);
756 // Sanity checks check_packet.
762 check_packet(v4_udp_packet, sizeof(v4_udp_packet), "UDP/IPv4 packet sanity check");
768 check_packet(v6_udp_packe
[all...]

Completed in 765 milliseconds