Searched refs:sctp (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-9.3-release/sys/netinet/
H A Dsctp_dtrace_declare.h43 SDT_PROVIDER_DECLARE(sctp); variable
49 SDT_PROBE_DECLARE(sctp, cwnd, net, init);
51 SDT_PROBE_DECLARE(sctp, cwnd, net, ack);
53 SDT_PROBE_DECLARE(sctp, cwnd, net, fr);
55 SDT_PROBE_DECLARE(sctp, cwnd, net, to);
57 SDT_PROBE_DECLARE(sctp, cwnd, net, bl);
59 SDT_PROBE_DECLARE(sctp, cwnd, net, ecn);
61 SDT_PROBE_DECLARE(sctp, cwnd, net, pd);
63 SDT_PROBE_DECLARE(sctp, cwnd, net, rttvar);
64 SDT_PROBE_DECLARE(sctp, cwn
[all...]
H A Dsctp_dtrace_define.h42 SDT_PROVIDER_DEFINE(sctp); variable
48 SDT_PROBE_DEFINE5(sctp, cwnd, net, init,
59 SDT_PROBE_DEFINE5(sctp, cwnd, net, ack,
70 SDT_PROBE_DEFINE5(sctp, cwnd, net, rttvar,
77 SDT_PROBE_DEFINE5(sctp, cwnd, net, rttstep,
85 SDT_PROBE_DEFINE5(sctp, cwnd, net, fr,
96 SDT_PROBE_DEFINE5(sctp, cwnd, net, to,
107 SDT_PROBE_DEFINE5(sctp, cwnd, net, bl,
118 SDT_PROBE_DEFINE5(sctp, cwnd, net, ecn,
129 SDT_PROBE_DEFINE5(sctp, cwn
[all...]
H A Dcc.h86 struct sctp_nets *sctp; member in union:cc_var::ccv_container
H A Dsctp_crc32.c37 #include <netinet/sctp.h>
H A Dsctp_cc_functions.c84 SDT_PROBE(sctp, cwnd, net, init,
181 SDT_PROBE(sctp, cwnd, net, fr,
248 SDT_PROBE(sctp, cwnd, net, rttvar,
269 SDT_PROBE(sctp, cwnd, net, rttstep,
293 SDT_PROBE(sctp, cwnd, net, rttvar,
305 SDT_PROBE(sctp, cwnd, net, rttstep,
336 SDT_PROBE(sctp, cwnd, net, rttvar,
385 SDT_PROBE(sctp, cwnd, net, rttvar,
403 SDT_PROBE(sctp, cwnd, net, rttvar,
416 SDT_PROBE(sctp, cwn
[all...]
H A Dsctp_peeloff.c42 #include <netinet/sctp.h>
H A Din_proto.c99 #include <netinet/sctp.h>
371 SYSCTL_NODE(_net_inet, IPPROTO_SCTP, sctp, CTLFLAG_RW, 0, "SCTP");
H A Dsctp_header.h40 #include <netinet/sctp.h>
113 /* draft-ietf-tsvwg-addip-sctp */
402 * draft-ietf-tsvwg-addip-sctp
532 * Authenticated chunks support draft-ietf-tsvwg-sctp-auth
H A Dsctp_pcb.h40 #include <netinet/sctp.h>
H A Dip_output.c74 #include <netinet/sctp.h>
/freebsd-9.3-release/usr.bin/netstat/
H A DMakefile8 unix.c atalk.c mroute6.c ipsec.c bpf.c pfkey.c sctp.c
H A Dsctp.c34 static char sccsid[] = "@(#)sctp.c 0.1 (Berkeley) 4/18/2007";
50 #include <netinet/sctp.h>
218 sp = getservbyport((int)port, "sctp");
533 const char *mibvar = "net.inet.sctp.assoclist";
616 if (sysctlbyname("net.inet.sctp.stats", &sctpstat, &len,
619 warn("sysctl: net.inet.sctp.stats");
/freebsd-9.3-release/etc/
H A Dservices36 echo 7/sctp
39 discard 9/sctp sink null
44 daytime 13/sctp
51 chargen 19/sctp ttytst source #Character Generator
54 ftp-data 20/sctp #File Transfer [Default Data]
57 ftp 21/sctp #File Transfer [Control]
60 ssh 22/sctp #Secure Shell Login
161 http 80/sctp www www-http #World Wide Web HTTP
361 bgp 179/sctp #Border Gateway Protocol
750 https 443/sctp
[all...]
H A Dprotocols142 sctp 132 SCTP # Stream Control Transmission Protocol
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_sctp.h88 #include <netinet/sctp.h>
123 * @brief sctp association information
125 * Structure that contains information about a particular sctp association
177 struct sctphdr *sctp_hdr; /**< pointer to sctp common header */
184 * @brief sctp nat timer queue structure
/freebsd-9.3-release/usr.sbin/tcpdump/tcpdump/
H A DMakefile106 print-sctp.c \
/freebsd-9.3-release/share/man/man4/
H A DMakefile393 sctp.4 \
/freebsd-9.3-release/sys/netinet6/
H A Din6_proto.c117 #include <netinet/sctp.h>
/freebsd-9.3-release/contrib/libpcap/
H A Dscanner.l199 sctp return SCTP;
/freebsd-9.3-release/lib/libc/net/
H A Dsctp_sys_calls.c49 #include <netinet/sctp.h>
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixv.c3531 bool sctp = FALSE; local
3535 sctp = TRUE;
3549 if (sctp)
3554 if (!sctp)
H A Dixgbe.c4635 bool sctp = FALSE; local
4639 sctp = TRUE;
4653 if (sctp)
4658 if (!sctp)
/freebsd-9.3-release/sys/netgraph/netflow/
H A Dng_netflow.c59 #include <netinet/sctp.h>
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_igb.c4964 int sctp; local
4974 sctp = 1;
4976 sctp = 0;
4990 if (sctp) /* reassign */
4996 if (sctp == 0)
/freebsd-9.3-release/sys/dev/oce/
H A Doce_if.h83 #include <netinet/sctp.h>

Completed in 374 milliseconds

12