Home | History | Annotate | Download | only in slirp-android

Lines Matching full:tcp

45 /* patchable/settable parameters for tcp */
50 * Tcp initialization
60 * Create template to be used to send tcp packets on a connection.
62 * in a skeletal tcp/ip header, minimizing the amount of work
92 * Send a single message to the TCP at address specified by
93 * the given TCP/IP header. If m == 0, then we make a copy
95 * This is used to force keep alive messages out using the TCP
97 * then we send a message back to the TCP which originated the
176 * Create a new TCP control block, making an
219 * Drop a TCP connection, reporting
249 * Close a TCP control block:
250 * discard all space held by the tcp
316 * TCP protocol interface to socket abstraction.
406 * Only do a connect, the tcp fields will be set in tcp_input
437 "About to be dropped TCP allowed to sink: "
449 "Dropped TCP: 0x%08lx:0x%04x -> 0x%08lx:0x%04x %ld\n",
462 "Allowed TCP: 0x%08lx:0x%04x -> 0x%08lx:0x%04x %ld\n",
554 "Redirected TCP: orig 0x%08lx:0x%04x -> 0x%08lx:0x%04x "