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

12

/freebsd-11.0-release/sys/netinet/
H A Dsctp_dtrace_declare.h42 SDT_PROVIDER_DECLARE(sctp); variable
48 SDT_PROBE_DECLARE(sctp, cwnd, net, init);
50 SDT_PROBE_DECLARE(sctp, cwnd, net, ack);
52 SDT_PROBE_DECLARE(sctp, cwnd, net, fr);
54 SDT_PROBE_DECLARE(sctp, cwnd, net, to);
56 SDT_PROBE_DECLARE(sctp, cwnd, net, bl);
58 SDT_PROBE_DECLARE(sctp, cwnd, net, ecn);
60 SDT_PROBE_DECLARE(sctp, cwnd, net, pd);
62 SDT_PROBE_DECLARE(sctp, cwnd, net, rttvar);
63 SDT_PROBE_DECLARE(sctp, cwn
[all...]
H A Dsctp_dtrace_define.h41 SDT_PROVIDER_DEFINE(sctp); variable
47 SDT_PROBE_DEFINE5(sctp, cwnd, net, init,
58 SDT_PROBE_DEFINE5(sctp, cwnd, net, ack,
69 SDT_PROBE_DEFINE5(sctp, cwnd, net, rttvar,
77 SDT_PROBE_DEFINE5(sctp, cwnd, net, rttstep,
86 SDT_PROBE_DEFINE5(sctp, cwnd, net, fr,
97 SDT_PROBE_DEFINE5(sctp, cwnd, net, to,
108 SDT_PROBE_DEFINE5(sctp, cwnd, net, bl,
119 SDT_PROBE_DEFINE5(sctp, cwnd, net, ecn,
130 SDT_PROBE_DEFINE5(sctp, cwn
[all...]
H A Dsctp_crc32.c37 #include <netinet/sctp.h>
H A Dsctp_cc_functions.c98 SDT_PROBE5(sctp, cwnd, net, init,
196 SDT_PROBE5(sctp, cwnd, net, fr,
264 SDT_PROBE5(sctp, cwnd, net, rttvar,
285 SDT_PROBE5(sctp, cwnd, net, rttstep,
309 SDT_PROBE5(sctp, cwnd, net, rttvar,
321 SDT_PROBE5(sctp, cwnd, net, rttstep,
352 SDT_PROBE5(sctp, cwnd, net, rttvar,
401 SDT_PROBE5(sctp, cwnd, net, rttvar,
419 SDT_PROBE5(sctp, cwnd, net, rttvar,
432 SDT_PROBE5(sctp, cwn
[all...]
H A Dsctp_peeloff.c42 #include <netinet/sctp.h>
H A Din_proto.c100 #include <netinet/sctp.h>
366 SYSCTL_NODE(_net_inet, IPPROTO_SCTP, sctp, CTLFLAG_RW, 0, "SCTP");
H A Dsctp_header.h40 #include <netinet/sctp.h>
107 /* draft-ietf-tsvwg-addip-sctp */
368 * draft-ietf-tsvwg-addip-sctp
508 * Authenticated chunks support draft-ietf-tsvwg-sctp-auth
H A Dsctp_pcb.h40 #include <netinet/sctp.h>
H A Dsctp_syscalls.c81 #include <netinet/sctp.h>
99 ("%s: syscall_helper_register failed for sctp syscalls", __func__));
103 ("%s: syscall32_helper_register failed for sctp syscalls",
/freebsd-11.0-release/usr.bin/systat/
H A DMakefile9 mode.c ip.c sctp.c tcp.c zarc.c \
H A Dextern.h177 SYSTAT_CMD ( sctp ); variable
H A Dsctp.c32 __FBSDID("$FreeBSD: releng/11.0/usr.bin/systat/sctp.c 289873 2015-10-24 09:34:40Z tuexen $");
39 #include <netinet/sctp.h>
318 const char *name = "net.inet.sctp.stats";
341 const char *name = "net.inet.sctp.stats";
354 const char *name = "net.inet.sctp.stats";
/freebsd-11.0-release/usr.bin/netstat/
H A DMakefile8 unix.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";
39 __FBSDID("$FreeBSD: releng/11.0/usr.bin/netstat/sctp.c 303267 2016-07-24 14:50:16Z tuexen $");
50 #include <netinet/sctp.h>
145 sp = getservbyport((int)port, "sctp");
500 const char *mibvar = "net.inet.sctp.assoclist";
588 if (fetch_stats("net.inet.sctp.stats", off, &sctpstat,
/freebsd-11.0-release/contrib/apr/include/arch/unix/
H A Dapr_arch_networkio.h59 #include <netinet/sctp.h>
/freebsd-11.0-release/sys/netinet/libalias/
H A Dalias_sctp.h88 #include <netinet/sctp.h>
122 * @brief sctp association information
124 * Structure that contains information about a particular sctp association
176 struct sctphdr *sctp_hdr; /**< pointer to sctp common header */
183 * @brief sctp nat timer queue structure
/freebsd-11.0-release/sys/netinet/cc/
H A Dcc.h87 struct sctp_nets *sctp; member in union:cc_var::ccv_container
/freebsd-11.0-release/contrib/traceroute/
H A Dtraceroute.c222 #include <netinet/sctp.h>
451 "sctp",
1490 struct sctphdr *const sctp = (struct sctphdr *) outp; local
1493 sctp->src_port = htons(ident);
1494 sctp->dest_port = htons(port + (fixedPort ? 0 : outdata->seq));
1495 sctp->v_tag = (sctp->src_port << 16) | sctp->dest_port;
1496 sctp->checksum = htonl(0);
1499 chk = (struct sctp_chunkhdr *)(sctp
1520 struct sctphdr *const sctp = (struct sctphdr *) data; local
[all...]
/freebsd-11.0-release/usr.sbin/tcpdump/tcpdump/
H A DMakefile120 print-sctp.c \
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dix_txrx.c2031 bool sctp = false; local
2035 sctp = true;
2049 if (!sctp)
/freebsd-11.0-release/sys/dev/ixl/
H A Dixl.h75 #include <netinet/sctp.h>
/freebsd-11.0-release/sys/netinet6/
H A Din6_proto.c119 #include <netinet/sctp.h>
/freebsd-11.0-release/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1053 headerFieldSctp_t sctp; /**< sctp */ member in union:t_FmPcdFields
/freebsd-11.0-release/contrib/tcpdump/
H A DMakefile.in187 print-sctp.c \
/freebsd-11.0-release/contrib/libpcap/
H A Dscanner.l194 sctp return SCTP;

Completed in 175 milliseconds

12