HomeSort by relevance Sort by last modified time
    Searched full:check_packet (Results 1 - 1 of 1) sorted by null

  /external/android-clat/
clatd_test.cpp 201 void check_packet(const uint8_t *packet, size_t len, const char *msg) { function
300 check_packet(packet, len, "Fragment sanity check");
438 check_packet(original, original_len, foo);
474 check_packet(out, *outlen, msg);
482 check_packet(out, *outlen, msg);
510 check_packet(reassembled, reassembled_len, msg);
515 check_packet(translated, translated_len, msg);
753 // Sanity checks check_packet.
759 check_packet(v4_udp_packet, sizeof(v4_udp_packet), "UDP/IPv4 packet sanity check");
765 check_packet(v6_udp_packet, sizeof(v6_udp_packet), "UDP/IPv6 packet sanity check")
    [all...]

Completed in 168 milliseconds