Searched refs:tcp (Results 1 - 25 of 324) sorted by relevance

1234567891011>>

/freebsd-10-stable/crypto/heimdal/etc/
H A Dservices.append7 kerberos 88/tcp kerberos-sec # Kerberos v5 TCP
9 kpasswd 464/tcp # password changing
10 klogin 543/tcp # Kerberos authenticated rlogin
11 kshell 544/tcp krcmd # and remote shell
12 ekshell 545/tcp # Kerberos encrypted remote shell -kfall
13 ekshell2 2106/tcp # What U of Colorado @ Boulder uses?
15 kerberos-adm 749/tcp # v5 kadmin
17 kerberos-iv 750/tcp kdc # Kerberos authentication--tcp
19 kerberos_master 751/tcp # v
[all...]
/freebsd-10-stable/sys/pc98/cbus/
H A Dscterm-sck.c131 static void scterm_scan_esc(scr_stat *scp, term_stat *tcp,
133 static int mask2attr(term_stat *tcp);
306 term_stat *tcp; local
313 tcp = *softc;
317 bzero(tcp, sizeof(*tcp));
318 tcp->flags = SCTERM_BUSY;
319 tcp->esc = 0;
320 tcp->saved_xpos = -1;
321 tcp
367 scterm_scan_esc(scr_stat *scp, term_stat *tcp, u_char c) argument
914 term_stat *tcp; local
1123 term_stat *tcp = scp->ts; local
1157 term_stat *tcp = scp->ts; local
1172 term_stat *tcp = scp->ts; local
1210 mask2attr(term_stat *tcp) argument
[all...]
/freebsd-10-stable/sys/netinet/
H A Din_kdtrace.c39 SDT_PROVIDER_DEFINE(tcp); variable
58 SDT_PROBE_DEFINE5_XLATE(tcp, , , accept__established,
65 SDT_PROBE_DEFINE5_XLATE(tcp, , , accept__refused,
72 SDT_PROBE_DEFINE5_XLATE(tcp, , , connect__established,
79 SDT_PROBE_DEFINE5_XLATE(tcp, , , connect__refused,
86 SDT_PROBE_DEFINE5_XLATE(tcp, , , connect__request,
93 SDT_PROBE_DEFINE5_XLATE(tcp, , , receive,
100 SDT_PROBE_DEFINE5_XLATE(tcp, , , send,
107 SDT_PROBE_DEFINE6_XLATE(tcp, , , state__change,
115 SDT_PROBE_DEFINE6_XLATE(tcp, , , receive__autoresiz
[all...]
H A Din_kdtrace.h36 SDT_PROBE5(tcp, , , probe, arg0, arg1, arg2, arg3, arg4)
38 SDT_PROBE6(tcp, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
41 SDT_PROVIDER_DECLARE(tcp); variable
47 SDT_PROBE_DECLARE(tcp, , , accept__established);
48 SDT_PROBE_DECLARE(tcp, , , accept__refused);
49 SDT_PROBE_DECLARE(tcp, , , connect__established);
50 SDT_PROBE_DECLARE(tcp, , , connect__refused);
51 SDT_PROBE_DECLARE(tcp, , , connect__request);
52 SDT_PROBE_DECLARE(tcp, , , receive);
53 SDT_PROBE_DECLARE(tcp, , , sen
[all...]
/freebsd-10-stable/contrib/ipfilter/rules/
H A Dexample.14 block in on le0 proto tcp from 10.1.1.1/32 to any
H A Dexample.25 block out on le0 proto tcp from any to 10.1.1.3/32 port = 23
H A Dexample.115 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
14 block in proto tcp from any to any port 5999 >< 6010
19 block in proto tcp/udp all
20 pass in proto tcp/udp from any to any port 512 <> 515
25 pass in proto tcp/udp all
26 block in proto tcp/udp from any to any port 511 >< 516
H A Dexample.104 pass in proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
5 pass out proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
10 block in on le0 proto tcp from any to 10.1.0.0/16 flags S/SA
12 block out on le0 proto tcp from 10.1.0.0 to any flags SA/SA
H A Dexample.65 block in proto tcp from any to any flags S/SA
H A DBASIC.NAT13 map ppp0 w.x.y.z/24 -> a.b.c.d/32 proxy port ftp ftp/tcp
17 map ppp0 w.x.y.z/24 -> a.b.c.d/32 portmap tcp/udp 40000:60000
22 #map ppp0 w.x.y.z/24 -> 0/32 portmap tcp/udp 40000:60000
28 #map ppp0 w.x.y.z/24 -> a.b.c.d/24 portmap tcp/udp 40000:60000
33 #map ppp0 w.x.y.v/32 -> a.b.c.E/32 portmap tcp/udp 40000:60000
35 #map ppp0 w.x.y.u/32 -> a.b.c.F/32 portmap tcp/udp 40000:60000
37 #map ppp0 w.x.y.t/32 -> a.b.c.G/32 portmap tcp/udp 40000:60000
39 #map ppp0 w.x.y.s/32 -> a.b.c.H/32 portmap tcp/udp 40000:60000
41 #map ppp0 w.x.y.r/32 -> a.b.c.I/32 portmap tcp/udp 40000:60000
43 #map ppp0 w.x.y.q/32 -> a.b.c.J/32 portmap tcp/ud
[all...]
H A Dexample.85 block in proto tcp from any to any flags S/SA
6 block return-rst in quick proto tcp from any to any port = 113 flags S/SA
H A Dtcpstate5 pass out quick on le0 proto tcp from any to any flags S/SAFR keep state
6 block out on le0 proto tcp all
7 block in on le0 proto tcp all
/freebsd-10-stable/release/picobsd/floppy.tree/etc/
H A Dinetd.conf6 telnet stream tcp nowait root /usr/libexec/telnetd telnetd
12 #daytime stream tcp nowait root internal
14 #time stream tcp nowait root internal
16 #echo stream tcp nowait root internal
18 #discard stream tcp nowait root internal
20 #chargen stream tcp nowait root internal
/freebsd-10-stable/cddl/usr.sbin/dtrace/tests/common/mib/
H A DMakefile9 tst.tcp.ksh \
/freebsd-10-stable/tools/regression/mac/mac_portacl/
H A Dnobody.t18 bind_test fl fl uid nobody tcp 77
19 bind_test ok ok uid nobody tcp 7777
23 bind_test fl fl gid nobody tcp 77
24 bind_test ok ok gid nobody tcp 7777
30 bind_test fl fl uid nobody tcp 77
31 bind_test ok ok uid nobody tcp 7777
35 bind_test fl fl gid nobody tcp 77
36 bind_test ok ok gid nobody tcp 7777
44 bind_test fl fl uid nobody tcp 77
45 bind_test fl ok uid nobody tcp 777
[all...]
H A Droot.t15 bind_test ok ok uid root tcp 77
16 bind_test ok ok uid root tcp 7777
20 bind_test ok ok gid root tcp 77
21 bind_test ok ok gid root tcp 7777
29 bind_test fl ok uid root tcp 77
30 bind_test ok ok uid root tcp 7777
34 bind_test fl ok gid root tcp 77
35 bind_test ok ok gid root tcp 7777
43 bind_test fl ok uid root tcp 77
44 bind_test fl ok uid root tcp 777
[all...]
/freebsd-10-stable/tests/sys/mac/portacl/
H A Dnobody_test.sh18 bind_test fl fl uid nobody tcp 77
19 bind_test ok ok uid nobody tcp 7777
23 bind_test fl fl gid nobody tcp 77
24 bind_test ok ok gid nobody tcp 7777
30 bind_test fl fl uid nobody tcp 77
31 bind_test ok ok uid nobody tcp 7777
35 bind_test fl fl gid nobody tcp 77
36 bind_test ok ok gid nobody tcp 7777
44 bind_test fl fl uid nobody tcp 77
45 bind_test fl ok uid nobody tcp 777
[all...]
H A Droot_test.sh15 bind_test ok ok uid root tcp 77
16 bind_test ok ok uid root tcp 7777
20 bind_test ok ok gid root tcp 77
21 bind_test ok ok gid root tcp 7777
29 bind_test fl ok uid root tcp 77
30 bind_test ok ok uid root tcp 7777
34 bind_test fl ok gid root tcp 77
35 bind_test ok ok gid root tcp 7777
43 bind_test fl ok uid root tcp 77
44 bind_test fl ok uid root tcp 777
[all...]
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dprintpacket.c24 tcphdr_t *tcp; local
74 tcp = (struct tcphdr *)((char *)ip + (IP_HL(ip) << 2));
82 PRINTF(",%d", ntohs(tcp->th_sport));
87 PRINTF(",%d", ntohs(tcp->th_dport));
88 if ((ip->ip_p == IPPROTO_TCP) && (tcp->th_flags != 0)) {
90 if (tcp->th_flags & TH_FIN)
92 if (tcp->th_flags & TH_SYN)
94 if (tcp->th_flags & TH_RST)
96 if (tcp->th_flags & TH_PUSH)
98 if (tcp
[all...]
H A Dipft_tx.c170 tcphdr_t th, *tcp = &th; local
177 bzero((char *)ip, MAX(sizeof(*tcp), sizeof(*ic)) + sizeof(*ip));
178 bzero((char *)tcp, sizeof(*tcp));
219 if (!strcasecmp(*cpp, "tcp") || !strcasecmp(*cpp, "udp") ||
224 tx_proto = "tcp";
248 fprintf(stderr, "tcp/udp with no source port\n");
252 tcp->th_sport = htons(tx_portnum(last));
254 tcp->th_win = htons(4096);
255 TCP_OFF_A(tcp, sizeo
348 tcphdr_t th, *tcp = &th; local
[all...]
H A Dprintpacket6.c24 tcphdr_t *tcp; local
28 tcp = (tcphdr_t *)(buf + 40);
49 (void)PRINTF(",%d", ntohs(tcp->th_sport));
58 PRINTF(",%d", ntohs(tcp->th_dport));
/freebsd-10-stable/usr.sbin/faithd/
H A DMakefile19 SRCS= faithd.c tcp.c ftp.c prefix.c
/freebsd-10-stable/contrib/ipfilter/ipsd/
H A Dslinux.c26 #include <netinet/tcp.h>
49 tcphdr_t *tcp; local
53 tcp = (tcphdr_t *)(ip + 1);
56 bcopy(bp + (ip.ip_hl << 2), (char *)tcp, sizeof(*tcp));
57 if (0 == detect(ip, tcp))
89 * get rid of non-tcp or fragmented packets here.
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dtcp_tlro.c116 struct tcphdr *tcp = pinfo->tcp; local
119 if (tcp->th_off < ((TCPOLEN_TSTAMP_APPA + sizeof(*tcp)) >> 2))
122 ts_ptr = (uint32_t *)(tcp + 1);
137 struct tcphdr *tcp = pinfoa->tcp; local
140 if (tcp->th_off < ((TCPOLEN_TSTAMP_APPA + sizeof(*tcp)) >> 2))
143 ts_ptr = (uint32_t *)(tcp
165 struct tcphdr *tcp; local
[all...]
/freebsd-10-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device-fp.c698 __hal_lro_check_for_session_match(lro_t *lro, tcplro_t *tcp, iplro_t *ip) argument
710 if ((lro->tcp_hdr->source != tcp->source))
714 if ((lro->tcp_hdr->dest != tcp->dest))
721 * __hal_tcp_seg_len: Find the tcp seg len.
723 * @tcp: tcp header.
727 __hal_tcp_seg_len(iplro_t *ip, tcplro_t *tcp) argument
733 ((tcp->doff_res)>>2));
774 * __hal_tcp_lro_capable: Finds whether tcp is lro capable.
776 * @tcp
779 __hal_tcp_lro_capable(iplro_t *ip, tcplro_t *tcp, lro_t *lro, int *ts_off) argument
895 __hal_lro_capable( u8 *buffer, iplro_t **ip, tcplro_t **tcp, xge_hal_dtr_info_t *ext_info) argument
974 __hal_open_lro_session(u8 *buffer, iplro_t *ip, tcplro_t *tcp, lro_t **lro, xge_hal_device_t *hldev, xge_hal_lro_desc_t *ring_lro, int slot, u32 tcp_seg_len, int ts_off) argument
1029 __hal_get_lro_session(u8 *eth_hdr, iplro_t *ip, tcplro_t *tcp, lro_t **lro, xge_hal_dtr_info_t *ext_info, xge_hal_device_t *hldev, xge_hal_lro_desc_t *ring_lro, lro_t **lro_end3 ) argument
1180 __hal_lro_under_optimal_thresh(iplro_t *ip, tcplro_t *tcp, lro_t *lro, xge_hal_device_t *hldev) argument
1213 __hal_collapse_ip_hdr( iplro_t *ip, tcplro_t *tcp, lro_t *lro, xge_hal_device_t *hldev) argument
1235 __hal_collapse_tcp_hdr( iplro_t *ip, tcplro_t *tcp, lro_t *lro, xge_hal_device_t *hldev) argument
1254 __hal_append_lro(iplro_t *ip, tcplro_t **tcp, u32 *seg_len, lro_t *lro, xge_hal_device_t *hldev) argument
1294 xge_hal_lro_process_rx(int ring, u8 *eth_hdr, u8 *ip_hdr, tcplro_t **tcp, u32 *seglen, lro_t **p_lro, xge_hal_dtr_info_t *ext_info, xge_hal_device_t *hldev, lro_t **lro_end3) argument
1366 xge_hal_accumulate_large_rx(u8 *buffer, tcplro_t **tcp, u32 *seglen, lro_t **p_lro, xge_hal_dtr_info_t *ext_info, xge_hal_device_t *hldev, lro_t **lro_end3) argument
[all...]

Completed in 120 milliseconds

1234567891011>>