Searched refs:tcp (Results 251 - 275 of 385) sorted by path

<<111213141516

/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dipsend.c177 tcphdr_t *tcp; local
189 tcp = (tcphdr_t *)(ip + 1);
190 udp = (udphdr_t *)tcp;
297 tcp->th_dport = htons(atoi(optarg));
305 tcp->th_win = atoi(optarg);
367 tcp = (tcphdr_t *)(p + hlen);
378 tcp->th_flags |= TH_SYN;
381 tcp->th_flags |= TH_ACK;
384 tcp->th_flags |= TH_FIN;
387 tcp
[all...]
H A Dipsopt.c24 #include <netinet/tcp.h>
H A Dsbpf.c27 #include <netinet/tcp.h>
H A Dsdlpi.c38 #include <netinet/tcp.h>
H A Dsock.c59 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/ipfilter/lib/
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...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y442 tcphdr_t *tcp;
452 tcp = (tcphdr_t *)((char *)ip + (IP_HL(ip) << 2));
524 if (tcp->th_dport != a->ac_dport) {
596 if (tcp->th_sport != a->ac_sport) {
H A Dipnat.c38 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dos.c51 #include <tcp.h>
H A Dscanner.l264 tcp return TCP;
467 tcp-fin { yylval->i = 0x01; return NUM; }
468 tcp-syn { yylval->i = 0x02; return NUM; }
469 tcp-rst { yylval->i = 0x04; return NUM; }
470 tcp-push { yylval->i = 0x08; return NUM; }
471 tcp-ack { yylval->i = 0x10; return NUM; }
472 tcp-urg { yylval->i = 0x20; return NUM; }
473 tcp-ece { yylval->i = 0x40; return NUM; }
474 tcp-cwr { yylval->i = 0x80; return NUM; }
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Drpcapd.inetd.conf1 2002 stream tcp nowait root /usr/local/sbin/rpcapd rpcapd -i
H A Drpcapd.xinetd.conf3 protocol = tcp
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp31 #include <netinet/tcp.h>
45 #include <linux/tcp.h>
H A DTCPSocket.cpp25 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c137 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dconfigure13602 netinet/tcp.h \
/freebsd-11-stable/contrib/sendmail/src/
H A Dmilter.c27 # include <netinet/tcp.h>
869 sp = getservbyname(colon, "tcp");
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c2101 struct trailing_context_printer *tcp = baton;
2102 SVN_ERR_ASSERT(tcp->lines_to_print > 0);
2103 SVN_ERR(svn_stream_write(tcp->fob->real_output_stream, data, len));
2104 tcp->lines_to_print--;
2105 if (tcp->lines_to_print == 0)
2106 make_context_saver(tcp->fob);
2114 struct trailing_context_printer *tcp;
2119 tcp = apr_pcalloc(btn->pool, sizeof(*tcp));
2120 tcp
2099 struct trailing_context_printer *tcp = baton; local
2112 struct trailing_context_printer *tcp; local
[all...]
H A Ddiff_memory.c797 struct trailing_context_printer *tcp = baton;
798 SVN_ERR_ASSERT(tcp->lines_to_print > 0);
799 SVN_ERR(svn_stream_write(tcp->mob->real_output_stream, data, len));
800 tcp->lines_to_print--;
801 if (tcp->lines_to_print == 0)
802 make_context_saver(tcp->mob);
810 struct trailing_context_printer *tcp;
815 tcp = apr_pcalloc(btn->pool, sizeof(*tcp));
816 tcp
796 struct trailing_context_printer *tcp = baton; local
809 struct trailing_context_printer *tcp; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in217 print-tcp.c \
298 tcp.h \
309 /usr/include/netinet/tcp.h \
/freebsd-11-stable/contrib/tcsh/
H A Dsh.c246 char *tcp, *ttyn; local
605 if (((tcp = getenv("HOME")) != NULL && strcmp (tcp, "/data") != 0)
606 || (tcp = getenv("EXTERNAL_STORAGE")) != NULL) {
607 cp = quote(SAVE(tcp));
612 if ((tcp = getenv("HOME")) != NULL)
613 cp = quote(SAVE(tcp));
701 if ((tcp = getenv("SYSTYPE")) == NULL)
702 tcp = "bsd4.3";
703 tsetenv(STRSYSTYPE, quote(str2short(tcp)));
[all...]
H A Dsh.dir.c99 Char *cp, *tcp; local
103 tcp = agetcwd();
104 if (tcp == NULL) {
129 swd_ok = stat(short2str(tcp), &swd) == 0;
147 tcp = SAVE(cwd);
148 cleanup_push(tcp, xfree);
151 cleanup_push(tcp, xfree);
152 cp = dcanon(tcp, STRNULL);
153 cleanup_ignore(tcp);
154 cleanup_until(tcp);
[all...]
H A Dtc.os.c82 char *tcp; local
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_osx.c54 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/unbound/
H A Dconfigure14733 for ac_header in stdarg.h stdbool.h netinet/in.h netinet/tcp.h sys/param.h sys/select.h sys/socket.h sys/un.h sys/uio.h sys/resource.h arpa/inet.h syslog.h netdb.h sys/wait.h pwd.h glob.h grp.h login_cap.h winsock2.h ws2tcpip.h endian.h sys/endian.h libkern/OSByteOrder.h sys/ipc.h sys/shm.h ifaddrs.h
19162 #include <netinet/tcp.h>
19209 #include <netinet/tcp.h>
20200 #include <netinet/tcp.h>
20422 #include <netinet/tcp.h>
20454 #include <netinet/tcp.h>

Completed in 397 milliseconds

<<111213141516