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

  /external/android-clat/
ipv4.c 128 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum,
translate.h 89 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp,
ipv6.c 160 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum,
translate.c 359 /* function: tcp_packet
367 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp, function
373 logmsg_dbg(ANDROID_LOG_ERROR,"tcp_packet/(too small)");
378 logmsg_dbg(ANDROID_LOG_ERROR,"tcp_packet/tcp header length set to less than 5: %x", tcp->doff);
383 logmsg_dbg(ANDROID_LOG_ERROR,"tcp_packet/tcp header length set too large: %x", tcp->doff);

Completed in 981 milliseconds