Home
last modified time | relevance | path

Searched refs:IPPROTO_TCP (Results 1 – 25 of 55) sorted by relevance

123

/external/tcpdump/
Dipproto.h57 #ifndef IPPROTO_TCP
58 #define IPPROTO_TCP 6 /* tcp */ macro
Dprint-ip6.c118 nh != IPPROTO_TCP && nh != IPPROTO_UDP && in ip6_print()
166 case IPPROTO_TCP: in ip6_print()
Dprint-tcp.c133 phu.ph.proto = IPPROTO_TCP; in tcp_cksum()
168 phu.ph.ph_nxt = IPPROTO_TCP; in tcp6_cksum()
249 if (ip6->ip6_nxt == IPPROTO_TCP) { in tcp_print()
262 if (ip->ip_p == IPPROTO_TCP) { in tcp_print()
777 nxt = IPPROTO_TCP; in tcp_verify_signature()
Dipproto.c35 { IPPROTO_TCP, "TCP" },
Dprint-cnfp.c163 if (pent && pent->p_proto == IPPROTO_TCP) { in cnfp_print()
Dprint-ip.c426 case IPPROTO_TCP: in ip_print_demux()
680 if (ipds->nh != IPPROTO_TCP && ipds->nh != IPPROTO_UDP && in ip_print()
/external/openssl/crypto/bio/
Db_sock.c78 #define SOCKET_PROTOCOL IPPROTO_TCP
759 #if defined(TCP_NODELAY) && (defined(IPPROTO_TCP) || defined(SOL_TCP)) in BIO_set_tcp_ndelay()
765 #ifdef IPPROTO_TCP in BIO_set_tcp_ndelay()
766 opt=IPPROTO_TCP; in BIO_set_tcp_ndelay()
Dbss_acpt.c70 #define SOCKET_PROTOCOL IPPROTO_TCP
/external/webkit/V8Binding/v8/src/
Dplatform-posix.cc206 socket_ = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); in POSIXSocket()
287 hints.ai_protocol = IPPROTO_TCP; in Connect()
/external/libpcap/
Dnametoaddr.c134 hints.ai_protocol = IPPROTO_TCP; /*not really*/ in pcap_nametoaddrinfo()
189 *proto = IPPROTO_TCP; in pcap_nametoport()
Dgencode.c3731 b1 = gen_proto(IPPROTO_TCP, Q_IP, Q_DEFAULT);
3733 b0 = gen_proto(IPPROTO_TCP, Q_IPV6, Q_DEFAULT);
4073 case IPPROTO_TCP:
4079 tmp = gen_portop(port, IPPROTO_TCP, dir);
4146 case IPPROTO_TCP:
4152 tmp = gen_portop6(port, IPPROTO_TCP, dir);
4250 case IPPROTO_TCP:
4256 tmp = gen_portrangeop(port1, port2, IPPROTO_TCP, dir);
4351 case IPPROTO_TCP:
4357 tmp = gen_portrangeop6(port1, port2, IPPROTO_TCP, dir);
[all …]
/external/clearsilver/util/
Dneo_net.c47 if ((sfd = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP)) < 0) in ne_net_listen()
64 if(setsockopt (sfd, IPPROTO_TCP, TCP_NODELAY, (void *)&on, in ne_net_listen()
177 fd = socket(PF_INET, SOCK_STREAM, IPPROTO_TCP); in ne_net_connect()
/external/bluetooth/hcidump/parser/
Dtcpip.c127 case IPPROTO_TCP: in ip_dump()
/external/iptables/extensions/
Dlibipt_MASQUERADE.c84 if (entry->ip.proto == IPPROTO_TCP in parse()
Dlibipt_REDIRECT.c87 if (entry->ip.proto == IPPROTO_TCP in parse()
Dlibipt_SNAT.c146 if (entry->ip.proto == IPPROTO_TCP in parse()
Dlibipt_DNAT.c146 if (entry->ip.proto == IPPROTO_TCP in parse()
/external/netperf/
Dnettest_sdp.c267 IPPROTO_TCP, in send_sdp_stream()
964 IPPROTO_TCP, in send_sdp_maerts()
1666 IPPROTO_TCP, in recv_sdp_stream()
2001 IPPROTO_TCP, in recv_sdp_maerts()
2373 IPPROTO_TCP, in send_sdp_rr()
3106 IPPROTO_TCP, in recv_sdp_rr()
Dnettest_bsd.c1347 IPPROTO_TCP, in send_tcp_stream()
2041 IPPROTO_TCP, in send_tcp_maerts()
2759 IPPROTO_TCP, in send_exs_tcp_stream()
3537 IPPROTO_TCP,
4326 IPPROTO_TCP, in recv_tcp_stream()
4659 IPPROTO_TCP, in recv_tcp_maerts()
5041 IPPROTO_TCP, in send_tcp_rr()
7656 IPPROTO_TCP, in recv_tcp_rr()
8062 IPPROTO_TCP, in send_tcp_conn_rr()
8759 IPPROTO_TCP, in recv_tcp_conn_rr()
[all …]
/external/qemu/telephony/
Dsysdeps_posix.c603 setsockopt(channel->fd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on)); in sys_channel_create_tcp_handler()
642 setsockopt( channel->fd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on) ); in sys_channel_create_tcp_client()
/external/strace/
Dnet.c399 { IPPROTO_TCP, "IPPROTO_TCP" },
809 #if !defined (SOL_TCP) && defined (IPPROTO_TCP)
810 #define SOL_TCP IPPROTO_TCP
/external/iptables/
Dip6tables-save.c67 { "tcp", IPPROTO_TCP },
Diptables-save.c74 { "tcp", IPPROTO_TCP },
/external/opencore/oscl/oscl/config/android/
Dosclconfig_io.h241 #define OSCL_IPPROTO_TCP IPPROTO_TCP
/external/opencore/oscl/oscl/config/linux/
Dosclconfig_io.h227 #define OSCL_IPPROTO_TCP IPPROTO_TCP

123