HomeSort by: relevance | last modified time | path
    Searched refs:tcp (Results 1 - 25 of 172) sorted by relevancy

1 2 3 4 5 6 7

  /src/sbin/mount_portal/examples/
tcp.1.conf 1 # $NetBSD: tcp.1.conf,v 1.2 2017/05/09 23:26:49 kamil Exp $
3 tcp/ tcp tcp/
advanced.1.conf 6 tcp/ tcp tcp/
Makefile 9 rfilter.2 rfilter.2.conf tcp.1 tcp.1.conf fs.1 fs.1.conf \
  /src/sbin/mount_portal/
portal.conf 4 tcp/ tcp tcp/
  /src/sys/arch/alpha/pci/
ttwoga_dma.c 84 #define TTWOGA_TLB_INVALIDATE(tcp) \
89 temp = T2GA((tcp), T2_IOCSR); \
90 T2GA((tcp), T2_IOCSR) = temp | IOCSR_FTLB; \
93 T2GA((tcp), T2_IOCSR) = temp; \
99 ttwoga_dma_init(struct ttwoga_config *tcp)
106 t = &tcp->tc_dmat_direct;
107 t->_cookie = tcp;
132 t = &tcp->tc_dmat_sgmap;
133 t->_cookie = tcp;
138 t->_sgmap = &tcp->tc_sgmap
242 struct ttwoga_config *tcp = t->_cookie; local in function:ttwoga_dma_get_tag
276 struct ttwoga_config *tcp = t->_cookie; local in function:ttwoga_bus_dmamap_load_sgmap
294 struct ttwoga_config *tcp = t->_cookie; local in function:ttwoga_bus_dmamap_load_mbuf_sgmap
311 struct ttwoga_config *tcp = t->_cookie; local in function:ttwoga_bus_dmamap_load_uio_sgmap
328 struct ttwoga_config *tcp = t->_cookie; local in function:ttwoga_bus_dmamap_load_raw_sgmap
345 struct ttwoga_config *tcp = t->_cookie; local in function:ttwoga_bus_dmamap_unload_sgmap
    [all...]
ttwoga.c 168 struct ttwoga_config *tcp; local in function:ttwoga_init
173 tcp = &ttwoga_configuration[hose];
174 tcp->tc_hose = hose;
176 tcp->tc_sysmap = &ttwoga_sysmap[hose];
186 tcp->tc_io_bus_start = (T2GA(tcp, T2_HAE0_2) & HAE0_2_PUA2) << 23;
187 tcp->tc_d_mem_bus_start = (T2GA(tcp, T2_HAE0_4) & HAE0_4_PUA1) << 30;
188 tcp->tc_s_mem_bus_start = (T2GA(tcp, T2_HAE0_1) & HAE0_1_PUA1) << 27
221 struct ttwoga_config *tcp; local in function:ttwopciattach
    [all...]
pci_2100_a500.c 190 struct ttwoga_config *tcp = core; local in function:pci_2100_a500_pickintr
208 pc->pc_vecbase = 0x800 + ((64 * 16) * tcp->tc_hose);
219 tcp->tc_hose == 0 ? dec_2100_a500_intr_deftype[i]
239 if (tcp->tc_rev < TRN_T3 && tcp->tc_hose == 0) {
241 tcp->tc_enable_intr = dec_2100_a500_pic_enable_intr;
242 tcp->tc_setlevel = dec_2100_a500_pic_setlevel;
243 tcp->tc_eoi = dec_2100_a500_pic_eoi;
244 dec_2100_a500_pic_init_intr(tcp);
247 tcp->tc_enable_intr = dec_2100_a500_icic_enable_intr
435 struct ttwoga_config *tcp = pc->pc_intr_v; local in function:dec_2100_a500_intr_establish
470 struct ttwoga_config *tcp = pc->pc_intr_v; local in function:dec_2100_a500_intr_disestablish
538 struct ttwoga_config *tcp = v; local in function:dec_2100_a500_eisa_intr_evcnt
552 struct ttwoga_config *tcp = v; local in function:dec_2100_a500_eisa_intr_establish
608 struct ttwoga_config *tcp = v; local in function:dec_2100_a500_eisa_intr_disestablish
665 struct ttwoga_config *tcp = arg; local in function:dec_2100_a500_iointr
    [all...]
ttwoga_pci.c 110 struct ttwoga_config *tcp = cpv; local in function:ttwoga_conf_read
119 pci_decompose_tag(&tcp->tc_pc, tag, &b, &d, &f);
126 old_hae3 = T2GA(tcp, T2_HAE0_3) & ~HAE0_3_PCA;
127 T2GA(tcp, T2_HAE0_3) =
133 (pcireg_t *)ALPHA_PHYS_TO_K0SEG(tcp->tc_sysmap->tsmap_conf_base |
142 T2GA(tcp, T2_HAE0_3) = old_hae3;
163 struct ttwoga_config *tcp = cpv; local in function:ttwoga_conf_write
172 pci_decompose_tag(&tcp->tc_pc, tag, &b, &d, &f);
179 old_hae3 = T2GA(tcp, T2_HAE0_3) & ~HAE0_3_PCA;
180 T2GA(tcp, T2_HAE0_3)
    [all...]
  /src/usr.sbin/faithd/
Makefile 6 SRCS= faithd.c tcp.c ftp.c prefix.c
  /src/tests/usr.sbin/inetd/
inetd_ratelimit.conf 48 protocol = tcp,
57 protocol = tcp,
68 protocol = tcp,
78 protocol = tcp,
87 protocol = tcp,
96 protocol = tcp,
  /src/sys/arch/alpha/alpha/
dec_2100_a500.c 122 struct ttwoga_config *tcp; local in function:dec_2100_a500_cons_init
128 tcp = ttwoga_init(0);
130 isa_iot = &tcp->tc_iot;
131 isa_memt = &tcp->tc_memt;
142 tcp = ttwoga_init(CTB_TURBOSLOT_HOSE(ctbslot));
151 pci_consinit(&tcp->tc_pc, &tcp->tc_iot, &tcp->tc_memt,
  /src/usr.bin/ypwhich/
ypwhich.c 75 * -T: use TCP instead of UDP
99 int inhibit = 0, force = 0, tcp = 0; local in function:main
134 tcp = 1;
155 "force=%d, tcp=%d\n",
156 targhost, ourdomain, inhibit, saw_m, targmap, force, tcp);
171 tcp, ypaliases);
173 inaddr = find_server(targhost, ourdomain, tcp);
199 int tcp)
204 if (tcp)
214 find_server(const char *host, const char *domain, int tcp)
    [all...]
  /src/usr.sbin/yppoll/
yppoll.c 94 int c, r, tcp = 0; local in function:main
101 tcp = 1;
130 &order, &master, tcp);
149 int tcp)
154 if (tcp)
162 int *outorder, char **outname, int tcp)
185 client = mkclient(&rsrv_sin, YPPROG, YPVERS, tcp);
188 tcp ? "tcp" : "udp", server);
  /src/share/examples/npf/
l2tp_gw-npf.conf 47 pass stateful out final proto tcp all
52 block in final proto tcp to 192.0.2.255 apply "log"
77 pass in final proto tcp flags A/A all
78 pass in final proto tcp flags R/R all
82 pass in final proto tcp from any to any port 5500
87 #pass in final proto tcp from any to <A>/<M> port http
95 #pass in final proto tcp to any port smtp
96 #pass in final proto tcp to any port auth
97 #pass in final proto tcp to any port ssh
98 #pass in final proto tcp to any port bg
    [all...]
soho_gw-npf.conf 48 pass stateful in family inet4 proto tcp to $ext_v4 port ssh \
51 # Allow inbound traffic for services hosted on TCP
52 pass stateful in proto tcp to $ext_addrs port $services_tcp
  /src/tests/net/tcp/
Makefile 6 TESTSDIR= ${TESTSBASE}/net/tcp
  /src/tests/net/
Makefile 12 TESTS_SUBDIRS+= ndp npf route tcp
  /src/sys/net/npf/
npf_socket.c 33 #include <netinet/tcp.h>
127 struct tcphdr *tcp = npc->npc_l4.tcp; local in function:npf_ip_socket
133 sport = tcp->th_sport;
134 dport = tcp->th_dport;
190 struct tcphdr *tcp = npc->npc_l4.tcp; local in function:npf_ip6_socket
196 sport = tcp->th_sport;
197 dport = tcp->th_dport;
  /src/sys/external/bsd/ipf/netinet/
ip_rcmd_pxy.c 72 tcphdr_t *tcp = (tcphdr_t *)fin->fin_dp; local in function:ipf_p_rcmd_new
83 aps->aps_sport = tcp->th_sport;
84 aps->aps_dport = tcp->th_dport;
135 tcphdr_t *tcp, tcph, *tcp2 = &tcph; local in function:ipf_p_rcmd_portmsg
152 tcp = (tcphdr_t *)fin->fin_dp;
156 tcpsz = TCP_OFF(tcp) << 2;
162 off = (char *)tcp - (char *)ip + tcpsz + fin->fin_ipoff;
170 (tcp->th_seq != rc->rcmd_portseq))
196 rc->rcmd_portseq = tcp->th_seq;
250 ip6->ip6_plen = htons(sizeof(*tcp));
    [all...]
ip_raudio_pxy.c 72 rap->rap_mode = RAP_M_TCP; /* default is for TCP */
84 tcphdr_t *tcp; local in function:ipf_p_raudio_out
99 tcp = (tcphdr_t *)fin->fin_dp;
100 off = (char *)tcp - (char *)fin->fin_ip;
101 off += (TCP_OFF(tcp) << 2) + fin->fin_ipoff;
186 tcphdr_t *tcp, tcph, *tcp2 = &tcph; local in function:ipf_p_raudio_in
205 * only proceed further if we're using UDP. If they want to use TCP
212 tcp = (tcphdr_t *)fin->fin_dp;
213 off = (char *)tcp - (char *)fin->fin_ip;
214 off += (TCP_OFF(tcp) << 2) + fin->fin_ipoff
    [all...]
ip_state.c 69 #include <netinet/tcp.h>
339 /* - initialise all of the timeout queues, including a table for TCP, some */
1356 tcphdr_t *tcp; local in function:ipf_state_add
1421 tcp = NULL;
1542 tcp = fin->fin_dp;
1544 if (tcp->th_flags & TH_RST) {
1566 * state information structure from the TCP header information.
1570 is->is_maxswin = ntohs(tcp->th_win);
1575 is->is_send = ntohl(tcp->th_seq) + fin->fin_dlen -
1576 (TCP_OFF(tcp) << 2)
2083 tcphdr_t *tcp; local in function:ipf_checknewisn
2633 tcphdr_t *tcp; local in function:ipf_checkicmpmatchingstate
3255 tcphdr_t *tcp; local in function:ipf_state_check
3409 tcphdr_t *tcp; local in function:ipf_fixoutisn
3446 tcphdr_t *tcp; local in function:ipf_fixinisn
3965 tcphdr_t *tcp; local in function:ipf_tcp_age
4375 tcphdr_t *tcp; local in function:ipf_checkicmp6matchingstate
    [all...]
  /src/sys/external/bsd/common/linux/
linux_tasklet.c 123 struct tasklet_cpu **tcp = ptr, *tc; local in function:tasklet_cpu_init
125 *tcp = tc = kmem_zalloc(sizeof(*tc), KM_SLEEP);
132 struct tasklet_cpu **tcp = ptr, *tc = *tcp; local in function:tasklet_cpu_fini
136 *tcp = NULL; /* paranoia */
203 struct tasklet_cpu **tcp, *tc; local in function:tasklet_softintr
212 tcp = percpu_getref(tq->tq_percpu);
213 tc = *tcp;
309 struct tasklet_cpu **tcp, *tc; local in function:tasklet_queue_enqueue
319 tcp = percpu_getref(tq->tq_percpu)
    [all...]
  /src/usr.bin/ftp/
complete.c 210 char *tcp; local in function:complete_local
212 tcp = ftp_strdup(dp->d_name);
213 ftp_sl_add(words, tcp);
311 char *tcp; local in function:complete_remote
319 tcp = strrchr(cp, '/');
320 if (tcp)
321 tcp++;
323 tcp = cp;
324 tcp = ftp_strdup(tcp);
    [all...]
  /src/sys/dist/pf/netinet/
tcp_rndiss.c 77 #include <netinet/tcp.h>
  /src/sys/kern/
uipc_mbufdebug.c 52 #include <netinet/tcp.h>
195 return("TCP");
813 struct tcphdr tcp; local in function:m_examine_tcp
816 if (pktlen < sizeof(tcp)) {
818 pktlen, sizeof(tcp));
822 if (m_peek_data(m, off, sizeof(tcp), (void *)(&tcp)) < 0) {
826 off += sizeof(tcp);
828 (*pr)("TCP: Src = %u\n", ntohs(tcp.th_sport))
    [all...]

Completed in 65 milliseconds

1 2 3 4 5 6 7