HomeSort by relevance Sort by last modified time
    Searched refs:sctp (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/ltp/testcases/network/stress/sctp/
sctp_ipsec_vti.sh 29 tst_netload -H $ip_rmt_tun -T sctp -n $p -N $p \
sctp_ipsec.sh 38 tst_netload -H $(tst_ipaddr rhost) -T sctp -n $p -N $p \
  /external/iptables/include/linux/netfilter/
nf_conntrack_tuple_common.h 31 } sctp; member in union:nf_conntrack_man_proto
  /external/ltp/utils/sctp/lib/
peeloff.c 0 /* SCTP kernel Implementation: User API extensions.
9 * SCTP kernel Implementation. The main purpose of this
10 * code is to provide the SCTP Socket API mappings for user
11 * application to interface with the SCTP in kernel.
13 * This implementation is based on the Socket API Extensions for SCTP
23 #include <netinet/sctp.h> /* SCTP_SOCKOPT_BINDX_* */
26 /* Branch off an association into a seperate socket. This is a new SCTP API
27 * described in the section 8.2 of the Sockets API Extensions for SCTP.
opt_info.c 0 /* SCTP kernel Implementation: User API extensions.
9 * SCTP kernel Implementation. The main purpose of this
10 * code if to provide the SCTP Socket API mappings for user
11 * application to interface with the SCTP in kernel.
13 * This implementation is based on the Socket API Extensions for SCTP
24 #include <netinet/sctp.h> /* SCTP_SOCKOPT_BINDX_* */
29 * See Sockets API Extensions for SCTP. Section 7.
31 * Pass sctp option information pass both in to and out of the SCTP stack.
32 * This is a new SCTP API described in the section 7 of the Sockets AP
    [all...]
bindx.c 0 /* SCTP kernel Implementation: User API extensions.
9 * SCTP kernel Implementation. The main purpose of this
10 * code is to provide the SCTP Socket API mappings for user
11 * application to interface with the SCTP in kernel.
13 * This implementation is based on the Socket API Extensions for SCTP
28 #include <netinet/sctp.h> /* SCTP_SOCKOPT_BINDX_* */
33 * See Sockets API Extensions for SCTP. Section 8.1.
addrs.c 0 /* SCTP kernel Implementation: User API extensions.
9 * SCTP kernel Implementation. The main purpose of this
10 * code is to provide the SCTP Socket API mappings for user
11 * application to interface with the SCTP in kernel.
13 * This implementation is based on the Socket API Extensions for SCTP
22 * Ivan Skytte Jørgensen <isj-sctp@i1.dk>
27 #include <netinet/sctp.h>
88 /* Get all peer address on a socket. This is a new SCTP API
89 * described in the section 8.3 of the Sockets API Extensions for SCTP.
100 /* Frees all resources allocated by sctp_getpaddrs(). This is a new SCTP AP
    [all...]
recvmsg.c 0 /* SCTP kernel Implementation: User API extensions.
9 * SCTP kernel Implementation. The main purpose of this
10 * code is to provide the SCTP Socket API mappings for user
11 * application to interface with the SCTP in kernel.
13 * This implementation is based on the Socket API Extensions for SCTP
22 * call) to assist the user with the advanced features of SCTP. Note
53 #include <netinet/sctp.h>
connectx.c 0 /* SCTP kernel Implementation: User API extensions.
9 * SCTP kernel Implementation. The main purpose of this
10 * code is to provide the SCTP Socket API mappings for user
11 * application to interface with the SCTP in kernel.
13 * This implementation is based on the Socket API Extensions for SCTP
24 #include <netinet/sctp.h> /* SCTP_SOCKOPT_CONNECTX_* */
32 * See Sockets API Extensions for SCTP. Section 8.1.
sendmsg.c 0 /* SCTP kernel Implementation: User API extensions.
9 * SCTP kernel Implementation. The main purpose of this
10 * code is to provide the SCTP Socket API mappings for user
11 * application to interface with the SCTP in kernel.
13 * This implementation is based on the Socket API Extensions for SCTP
24 #include <netinet/sctp.h>
27 * of SCTP. This is a new SCTP API described in the section 8.7 of the
28 * Sockets API Extensions for SCTP. This is implemented using the
  /bionic/libc/kernel/uapi/linux/netfilter/
nf_conntrack_tuple_common.h 45 } sctp; member in union:nf_conntrack_man_proto
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_conntrack_tuple_common.h 38 } sctp; member in union:nf_conntrack_man_proto
  /external/ltp/testcases/network/sctp/
sctp01.sh 41 tst_resm TINFO "compare TCP/SCTP performance"
46 tst_netload -S $(tst_ipaddr) -H $(tst_ipaddr rhost) -T sctp $opts
52 tst_resm TFAIL "sctp performance $per %"
54 tst_resm TPASS "sctp performance $per % in range -100 ... 100 %"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
nf_nat.h 30 } sctp; member in union:nf_conntrack_man_proto
  /external/libnetfilter_conntrack/include/internal/
object.h 73 } sctp; member in union:__nfct_l4_src
93 } sctp; member in union:__nfct_l4_dst
133 } sctp; member in union:__nfct_protoinfo
232 * 10 states, SCTP has 8 state. Therefore, 16 bits is enough.
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_rtoinfo.c 0 /* SCTP kernel Implementation
12 * The SCTP implementation is free software;
18 * The SCTP implementation is distributed in the hope that it
37 * be incorporated into the next SCTP release
53 #include <netinet/sctp.h>
test_1_to_1_initmsg_connect.c 0 /* SCTP kernel Implementation
8 * The SCTP implementation is free software;
14 * The SCTP implementation is distributed in the hope that it
34 * be incorporated into the next SCTP release.
47 #include <netinet/sctp.h>
test_recvmsg.c 0 /* SCTP kernel Implementation
5 * This file is part of the SCTP kernel Implementation
7 * The SCTP implementation is free software;
13 * The SCTP implementation is distributed in the hope that it
35 * be incorporated into the next SCTP release.
54 #include <netinet/sctp.h>
test_1_to_1_events.c 0 /* SCTP kernel Implementation
7 * The SCTP implementation is free software;
13 * The SCTP implementation is distributed in the hope that it
33 * be incorporated into the next SCTP release.
40 #include <sys/socket.h> /* needed by linux/sctp.h */
44 #include <netinet/sctp.h>
test_1_to_1_recvfrom.c 0 /* SCTP kernel Implementation
15 * The SCTP implementation is free software;
21 * The SCTP implementation is distributed in the hope that it
40 * be incorporated into the next SCTP release
54 #include <netinet/sctp.h>
test_1_to_1_recvmsg.c 0 /* SCTP kernel Implementation
16 * The SCTP implementation is free software;
22 * The SCTP implementation is distributed in the hope that it
41 * be incorporated into the next SCTP release
55 #include <netinet/sctp.h>
test_1_to_1_sendto.c 0 /* SCTP kernel Implementation
13 * The SCTP implementation is free software;
19 * The SCTP implementation is distributed in the hope that it
38 * be incorporated into the next SCTP release
51 #include <netinet/sctp.h>
test_1_to_1_shutdown.c 0 /* SCTP kernel Implementation
14 * The SCTP implementation is free software;
20 * The SCTP implementation is distributed in the hope that it
39 * be incorporated into the next SCTP release
49 #include <netinet/sctp.h>
  /external/libnetfilter_conntrack/src/conntrack/
copy.c 252 dest->protoinfo.sctp.state = orig->protoinfo.sctp.state;
258 dest->protoinfo.sctp.vtag[__DIR_ORIG] =
259 orig->protoinfo.sctp.vtag[__DIR_ORIG];
265 dest->protoinfo.sctp.vtag[__DIR_REPL] =
266 orig->protoinfo.sctp.vtag[__DIR_REPL];
getter.c 194 return &ct->protoinfo.sctp.state;
199 return &ct->protoinfo.sctp.vtag[__DIR_ORIG];
204 return &ct->protoinfo.sctp.vtag[__DIR_REPL];

Completed in 1013 milliseconds

1 2 3