OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_TESTPORT_2
(Results
1 - 14
of
14
) sorted by null
/external/ltp/utils/sctp/func_tests/
test_connectx.c
107
clt_loop1[i].sin_port = htons(
SCTP_TESTPORT_2
);
110
clt_test1[i].v4.sin_port = htons(
SCTP_TESTPORT_2
);
113
clt_loop2[i].sin_port = htons(
SCTP_TESTPORT_2
+1);
116
clt_test2[i].v4.sin_port = htons(
SCTP_TESTPORT_2
+1);
119
clt_loop3[i].sin_port = htons(
SCTP_TESTPORT_2
+2);
test_connect.c
81
clt_loop1.v4.sin_port = htons(
SCTP_TESTPORT_2
);
84
clt_loop2.v4.sin_port = htons(
SCTP_TESTPORT_2
+1);
87
clt_loop3.v4.sin_port = htons(
SCTP_TESTPORT_2
+2);
test_recvmsg.c
84
clt_loop.sin_port = htons(
SCTP_TESTPORT_2
);
test_tcp_style.c
98
clt_loop[i].v6.sin6_port = htons(
SCTP_TESTPORT_2
+ i);
102
clt2_loop.v6.sin6_port = htons(
SCTP_TESTPORT_2
+ i);
111
clt_loop[i].v4.sin_port = htons(
SCTP_TESTPORT_2
+ i);
115
clt2_loop.v4.sin_port = htons(
SCTP_TESTPORT_2
+ i);
test_fragments.c
113
loop2.v6.sin6_port = htons(
SCTP_TESTPORT_2
);
123
loop2.v4.sin_port = htons(
SCTP_TESTPORT_2
);
test_autoclose.c
84
loop2.v4.sin_port = htons(
SCTP_TESTPORT_2
);
test_peeloff.c
117
clt_loop[i].v6.sin6_port = htons(
SCTP_TESTPORT_2
+ i);
121
clt_loop[i].v4.sin_port = htons(
SCTP_TESTPORT_2
+ i);
test_sctp_sendrecvmsg.c
110
loop2.v6.sin6_port = htons(
SCTP_TESTPORT_2
);
120
loop2.v4.sin_port = htons(
SCTP_TESTPORT_2
);
test_basic.c
110
loop2.v6.sin6_port = htons(
SCTP_TESTPORT_2
);
120
loop2.v4.sin_port = htons(
SCTP_TESTPORT_2
);
test_timetolive.c
132
loop2.v6.sin6_port = htons(
SCTP_TESTPORT_2
);
142
loop2.v4.sin_port = htons(
SCTP_TESTPORT_2
);
test_assoc_abort.c
111
clt_loop[i].v4.sin_port = htons(
SCTP_TESTPORT_2
+ i);
test_assoc_shutdown.c
111
clt_loop[i].v4.sin_port = htons(
SCTP_TESTPORT_2
+ i);
test_sockopt.c
145
tcp_clt_loop.v4.sin_port = htons(
SCTP_TESTPORT_2
+3);
[
all
...]
/external/ltp/utils/sctp/testlib/
sctputil.h
73
#define
SCTP_TESTPORT_2
(SCTP_TESTPORT_1+1)
Completed in 57 milliseconds