Searched refs:tcp (Results 101 - 125 of 285) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/netgraph/netflow/
H A Dnetflow.c55 #include <netinet/tcp.h>
705 register struct tcphdr *tcp; local
707 tcp = (struct tcphdr *)((caddr_t )ip + hlen);
708 r.r_sport = tcp->th_sport;
709 r.r_dport = tcp->th_dport;
710 tcp_flags = tcp->th_flags;
818 register struct tcphdr *tcp; local
820 tcp = (struct tcphdr *)upper_ptr;
822 tcp_flags = tcp->th_flags;
/freebsd-9.3-release/sys/net/
H A Dif_spppfr.c78 #include <netinet/tcp.h>
336 struct tcphdr *tcp = (struct tcphdr*) ((long*)ip + ip->ip_hl);
340 ip->ip_p == IPPROTO_TCP && ! tcp->th_flags))
/freebsd-9.3-release/tools/test/netfibs/
H A Dforwarding.sh526 ipfw add $((10000 + i)) count tcp from any to any \
534 ipfw add $((20000 + i)) count tcp from any to any \
574 awk '/ tcp / { print $2 }'` ;;
617 # FIBs * {left, right} * {icmp6, tcp, udp}
789 proto tcp dst-port ${CTRLPORT} via ${IFACE} in > /dev/null
795 ipfw add 100 setfib 0 tcp from any to any \
938 ipfw add 100 setfib ${i} tcp from any to any \
945 ipfw add 100 setfib ${i} tcp from any to any \
1108 ipfw add 100 setfib ${i} tcp from any to any \
1116 ipfw add 100 setfib ${j} tcp fro
[all...]
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c307 tcpopts_match(struct tcphdr *tcp, ipfw_insn *cmd) argument
310 u_char *cp = (u_char *)(tcp + 1);
311 int x = (tcp->th_off << 2) - sizeof(struct tcphdr);
579 struct tcphdr *tcp; local
580 tcp = (struct tcphdr *)((char *)ip6 + hlen);
582 if ((tcp->th_flags & TH_RST) == 0) {
585 ntohl(tcp->th_seq), ntohl(tcp->th_ack),
586 tcp->th_flags | TH_RST);
637 struct tcphdr *const tcp local
1691 struct tcphdr *tcp; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dser-tcp.c40 #include <netinet/tcp.h>
55 /* Open a tcp socket */
72 else if (strncmp (name, "tcp:", 4) == 0)
212 ops->name = "tcp";
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dipsopt.c26 #include <netinet/tcp.h>
H A Dsnit.c38 #include <netinet/tcp.h>
/freebsd-9.3-release/libexec/fingerd/
H A Dfingerd.c52 #include <netinet/tcp.h>
/freebsd-9.3-release/sbin/iscontrol/
H A Dauth_subr.c41 #include <netinet/tcp.h>
H A Discontrol.c43 #include <netinet/tcp.h>
H A Dmisc.c41 #include <netinet/tcp.h>
/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_os.h68 #include <netinet/tcp.h>
/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_os.h69 #include <netinet/tcp.h>
/freebsd-9.3-release/sys/dev/qlxge/
H A Dqls_os.h69 #include <netinet/tcp.h>
/freebsd-9.3-release/sys/netinet/
H A Dtcp_debug.c64 #include <netinet/tcp.h>
H A Dtcp_offload.c43 #include <netinet/tcp.h>
H A Din_proto.c79 #include <netinet/tcp.h>
369 SYSCTL_NODE(_net_inet, IPPROTO_TCP, tcp, CTLFLAG_RW, 0, "TCP");
/freebsd-9.3-release/etc/
H A Dprotocols16 tcp 6 TCP # transmission control protocol
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dclient.h273 ns_interface_t *ifp, isc_boolean_t tcp);
276 * If 'tcp' is ISC_TRUE, the clients will listen for TCP connections,
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dgdbreplay.c28 #include <netinet/tcp.h>
99 fprintf (stderr, "%s: Must specify tcp connection as host:addr\n", name);
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-nit.c47 #include <netinet/tcp.h>
/freebsd-9.3-release/sbin/dump/
H A Ddumprmt.c48 #include <netinet/tcp.h>
137 sp = getservbyname("shell", "tcp");
139 msg("shell/tcp: unknown service\n");
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_rules.c31 #include <netinet/tcp.h>
/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb.h63 #include <netinet/tcp.h>
/freebsd-9.3-release/sys/dev/mxge/
H A Dif_mxge_var.h314 struct tcphdr *tcp; member in struct:mxge_pkt_info

Completed in 224 milliseconds

1234567891011>>