Searched refs:udp_packet (Results 1 - 4 of 4) sorted by relevance
/external/android-clat/ |
H A D | ipv4.c | 131 iov_len = udp_packet(out, pos + 2, (const struct udphdr *) next_header, old_sum, new_sum,
|
H A D | translate.h | 80 int udp_packet(clat_packet out, clat_packet_index pos, const struct udphdr *udp,
|
H A D | ipv6.c | 163 iov_len = udp_packet(out, pos + 2, (const struct udphdr *) next_header, old_sum, new_sum,
|
H A D | translate.c | 335 /* function: udp_packet 343 int udp_packet(clat_packet out, clat_packet_index pos, const struct udphdr *udp, function 349 logmsg_dbg(ANDROID_LOG_ERROR,"udp_packet/(too small)");
|
Completed in 70 milliseconds