/external/tcpdump/ |
D | ipproto.h | 57 #ifndef IPPROTO_TCP 58 #define IPPROTO_TCP 6 /* tcp */ macro
|
D | print-ip6.c | 118 nh != IPPROTO_TCP && nh != IPPROTO_UDP && in ip6_print() 166 case IPPROTO_TCP: in ip6_print()
|
D | print-tcp.c | 133 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()
|
D | ipproto.c | 35 { IPPROTO_TCP, "TCP" },
|
D | print-cnfp.c | 163 if (pent && pent->p_proto == IPPROTO_TCP) { in cnfp_print()
|
D | print-ip.c | 426 case IPPROTO_TCP: in ip_print_demux() 680 if (ipds->nh != IPPROTO_TCP && ipds->nh != IPPROTO_UDP && in ip_print()
|
/external/openssl/crypto/bio/ |
D | b_sock.c | 78 #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()
|
D | bss_acpt.c | 70 #define SOCKET_PROTOCOL IPPROTO_TCP
|
/external/webkit/V8Binding/v8/src/ |
D | platform-posix.cc | 206 socket_ = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); in POSIXSocket() 287 hints.ai_protocol = IPPROTO_TCP; in Connect()
|
/external/libpcap/ |
D | nametoaddr.c | 134 hints.ai_protocol = IPPROTO_TCP; /*not really*/ in pcap_nametoaddrinfo() 189 *proto = IPPROTO_TCP; in pcap_nametoport()
|
D | gencode.c | 3731 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/ |
D | neo_net.c | 47 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/ |
D | tcpip.c | 127 case IPPROTO_TCP: in ip_dump()
|
/external/iptables/extensions/ |
D | libipt_MASQUERADE.c | 84 if (entry->ip.proto == IPPROTO_TCP in parse()
|
D | libipt_REDIRECT.c | 87 if (entry->ip.proto == IPPROTO_TCP in parse()
|
D | libipt_SNAT.c | 146 if (entry->ip.proto == IPPROTO_TCP in parse()
|
D | libipt_DNAT.c | 146 if (entry->ip.proto == IPPROTO_TCP in parse()
|
/external/netperf/ |
D | nettest_sdp.c | 267 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()
|
D | nettest_bsd.c | 1347 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/ |
D | sysdeps_posix.c | 603 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/ |
D | net.c | 399 { IPPROTO_TCP, "IPPROTO_TCP" }, 809 #if !defined (SOL_TCP) && defined (IPPROTO_TCP) 810 #define SOL_TCP IPPROTO_TCP
|
/external/iptables/ |
D | ip6tables-save.c | 67 { "tcp", IPPROTO_TCP },
|
D | iptables-save.c | 74 { "tcp", IPPROTO_TCP },
|
/external/opencore/oscl/oscl/config/android/ |
D | osclconfig_io.h | 241 #define OSCL_IPPROTO_TCP IPPROTO_TCP
|
/external/opencore/oscl/oscl/config/linux/ |
D | osclconfig_io.h | 227 #define OSCL_IPPROTO_TCP IPPROTO_TCP
|