HomeSort by relevance Sort by last modified time
    Searched refs:udp_packet (Results 1 - 4 of 4) sorted by null

  /external/android-clat/
translate.h 58 int udp_packet(clat_packet out, int pos, const struct udphdr *udp, uint32_t checksum, size_t len);
ipv4.c 132 iov_len = udp_packet(out, pos + 1, (const struct udphdr *) next_header, checksum, len_left);
ipv6.c 147 iov_len = udp_packet(out, pos + 1, (const struct udphdr *) next_header, checksum,
translate.c 283 /* function: udp_packet
290 int udp_packet(clat_packet out, int pos, const struct udphdr *udp, uint32_t checksum, size_t len) { function
295 logmsg_dbg(ANDROID_LOG_ERROR,"udp_packet/(too small)");

Completed in 1037 milliseconds