OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcp_packet
(Results
1 - 4
of
4
) sorted by null
/external/android-clat/
translate.h
57
int
tcp_packet
(clat_packet out, int pos, const struct tcphdr *tcp, uint32_t checksum, size_t len);
ipv4.c
130
iov_len =
tcp_packet
(out, pos + 1, (const struct tcphdr *) next_header, checksum, len_left);
ipv6.c
144
iov_len =
tcp_packet
(out, pos + 1, (const struct tcphdr *) next_header, checksum,
translate.c
305
/* function:
tcp_packet
313
int
tcp_packet
(clat_packet out, int pos, const struct tcphdr *tcp, uint32_t checksum, size_t len) {
function
318
logmsg_dbg(ANDROID_LOG_ERROR,"
tcp_packet
/(too small)");
323
logmsg_dbg(ANDROID_LOG_ERROR,"
tcp_packet
/tcp header length set to less than 5: %x", tcp->doff);
328
logmsg_dbg(ANDROID_LOG_ERROR,"
tcp_packet
/tcp header length set too large: %x", tcp->doff);
Completed in 157 milliseconds