Searched defs:tcp (Results 1 - 13 of 13) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcio.h129 tcp = PR_DESC_SOCKET_TCP, enumerator in enum:__anon17211
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlazyinit.c81 PRFileDesc *file, *udp, *tcp, *pair[2]; local
110 case 5: tcp = PR_NewTCPSocket();
H A Dsockopt.c85 PRFileDesc *tcp = PR_NewTCPSocket(); local
118 else if (NULL == tcp) Failed("PR_NewTCPSocket()", NULL);
132 PRFileDesc *fd = tcp;
202 PR_Close(tcp);
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dapi.h43 #include "lwip/tcp.h"
85 struct tcp_pcb *tcp; member in union:netconn::__anon14880
H A Dstats.h93 struct stats_proto tcp; member in struct:stats_
/vbox/src/VBox/Devices/Network/slirp/
H A Dip_icmp.c169 struct tcphdr *tcp; local
238 tcp = (struct tcphdr *)((char *)ip + (ip->ip_hl << 2));
241 fport = tcp->th_dport;
242 lport = tcp->th_sport;
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dapi.h169 struct tcp_pcb *tcp; member in union:netconn::__anon14901
H A Dstats.h136 struct stats_proto tcp; member in struct:stats_
184 #define TCP_STATS_DISPLAY() stats_display_proto(&lwip_stats.tcp, "TCP")
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dipcp.c1262 /* set tcp compression */
1385 u_char *tcp; local
1403 tcp = pkt + hlen;
1404 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4) {
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtcp.c18 #include <ipxe/tcp.h>
142 static int tcp_rx_ack ( struct tcp_connection *tcp, uint32_t ack,
171 * @v tcp TCP connection
174 tcp_dump_state ( struct tcp_connection *tcp ) {
176 if ( tcp->tcp_state != tcp->prev_tcp_state ) {
177 DBGC ( tcp, "TCP %p transitioned from %s to %s\n", tcp,
178 tcp_state ( tcp->prev_tcp_state ),
179 tcp_state ( tcp
190 tcp_dump_flags( struct tcp_connection *tcp, unsigned int flags ) argument
220 tcp_bind( struct tcp_connection *tcp, unsigned int port ) argument
265 struct tcp_connection *tcp; local
315 tcp_close( struct tcp_connection *tcp, int rc ) argument
429 tcp_process_tx_queue( struct tcp_connection *tcp, size_t max_len, struct io_buffer *dest, int remove ) argument
596 struct tcp_connection *tcp = local
630 struct tcp_connection *tcp = local
650 tcp_xmit_reset( struct tcp_connection *tcp, struct sockaddr_tcpip *st_dest, struct tcp_header *in_tcphdr ) argument
714 struct tcp_connection *tcp; local
731 tcp_rx_opts( struct tcp_connection *tcp, const void *data, size_t len, struct tcp_options *options ) argument
769 tcp_rx_seq( struct tcp_connection *tcp, uint32_t seq_len ) argument
799 tcp_rx_syn( struct tcp_connection *tcp, uint32_t seq, struct tcp_options *options ) argument
831 tcp_rx_ack( struct tcp_connection *tcp, uint32_t ack, uint32_t win ) argument
904 tcp_rx_data( struct tcp_connection *tcp, uint32_t seq, struct io_buffer *iobuf ) argument
940 tcp_rx_fin( struct tcp_connection *tcp, uint32_t seq ) argument
965 tcp_rx_rst( struct tcp_connection *tcp, uint32_t seq ) argument
997 tcp_rx_enqueue( struct tcp_connection *tcp, uint32_t seq, uint8_t flags, struct io_buffer *iobuf ) argument
1098 struct tcp_connection *tcp; local
1244 struct tcp_connection *tcp; local
1271 struct tcp_connection *tcp; local
1299 tcp_xfer_close( struct tcp_connection *tcp, int rc ) argument
1316 tcp_xfer_deliver( struct tcp_connection *tcp, struct io_buffer *iobuf, struct xfer_metadata *meta __unused ) argument
[all...]
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_db.c164 #include <netinet/tcp.h>
351 struct tcp_dat *tcp; member in union:alias_link::__anon14942
528 "icmp=%u, udp=%u, tcp=%u, pptp=%u, proto=%u, frag_id=%u frag_ptr=%u / tot=%u",
937 free(lnk->data.tcp);
1063 lnk->data.tcp = aux_tcp;
1130 old_lnk->data.tcp->fwhole > 0) {
1848 if (lnk->data.tcp->state.out != ALIAS_TCP_STATE_CONNECTED)
1854 if (lnk->data.tcp->state.out == ALIAS_TCP_STATE_CONNECTED)
1864 lnk->data.tcp->state.in = state;
1874 if (lnk->data.tcp
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmib2.c47 #include "lwip/tcp.h"
220 /* tcp .1.3.6.1.2.1.6 */
286 const struct mib_array_node tcp = { variable in typeref:struct:mib_array_node
686 (struct mib_node* const)&tcp,
832 /* mib-2.tcp counter(s) */
3467 /** @todo tcp grp */
3482 LWIP_DEBUGF(SNMP_MIB_DEBUG,("get_object_def tcp.%"U16_F".0\n",(u16_t)id));
3616 LWIP_DEBUGF(SNMP_MIB_DEBUG,("get_object_def tcp.%"U16_F".0\n",(u16_t)id));
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib2.c232 /* tcp .1.3.6.1.2.1.6 */
298 const struct mib_array_node tcp = { variable in typeref:struct:mib_array_node
703 (struct mib_node*)&tcp,
851 /* mib-2.tcp counter(s) */
3584 /** @todo tcp grp */
3600 LWIP_DEBUGF(SNMP_MIB_DEBUG,("get_object_def tcp.%"U16_F".0\n",(u16_t)id));
3735 LWIP_DEBUGF(SNMP_MIB_DEBUG,("get_object_def tcp.%"U16_F".0\n",(u16_t)id));

Completed in 698 milliseconds