Home
last modified time | relevance | path

Searched refs:assoc_id (Results 1 – 25 of 30) sorted by relevance

12

/external/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c57 sctp_can_peel_off(struct socket *head, sctp_assoc_t assoc_id) in sctp_can_peel_off() argument
77 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); in sctp_can_peel_off()
95 sctp_do_peeloff(struct socket *head, struct socket *so, sctp_assoc_t assoc_id) in sctp_do_peeloff() argument
106 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); in sctp_do_peeloff()
179 sctp_get_peeloff(struct socket *head, sctp_assoc_t assoc_id, int *error) in sctp_get_peeloff() argument
200 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); in sctp_get_peeloff()
Dsctp_usrreq.c2132 #define SCTP_FIND_STCB(inp, stcb, assoc_id) { \ argument
2141 } else if (assoc_id > SCTP_ALL_ASSOC) { \
2142 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); \
2305 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
2314 (av->assoc_id == SCTP_FUTURE_ASSOC))) {
2337 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
2345 (av->assoc_id == SCTP_FUTURE_ASSOC))) {
2364 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
2372 (av->assoc_id == SCTP_FUTURE_ASSOC))) {
2391 SCTP_FIND_STCB(inp, stcb, cc_opt->aid_value.assoc_id);
[all …]
Dsctp_peeloff.h50 sctp_assoc_t assoc_id; member
Dsctputil.h65 #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.assoc_id)
292 struct sockaddr *sa, sctp_assoc_t assoc_id,
295 struct sockaddr *sa, sctp_assoc_t assoc_id,
Dsctp_uio.h724 sctp_assoc_t assoc_id; member
734 sctp_assoc_t assoc_id; member
1251 sctp_assoc_t assoc_id; /* sctpAssocEntry 1 */ member
1257 sctp_assoc_t assoc_id; /* sctpAssocEntry 1 */ member
Dsctp_structs.h967 uint32_t assoc_id; member
/external/ltp/utils/sctp/include/netinet/
Dsctp.h647 sctp_assoc_t assoc_id; member
745 sctp_assoc_t assoc_id; member
750 sctp_assoc_t assoc_id; /*input*/ member
811 int sctp_peeloff(int sd, sctp_assoc_t assoc_id);
/external/ltp/utils/sctp/lib/
Dconnectx.c143 param.assoc_id = 0; in sctp_connectx3()
153 *id = param.assoc_id; in sctp_connectx3()
Daddrs.c52 getaddrs->assoc_id = id; in sctp_getaddrs()
/external/kernel-headers/original/uapi/linux/
Dsctp.h901 sctp_assoc_t assoc_id; member
906 sctp_assoc_t assoc_id; member
1019 sctp_assoc_t assoc_id; member
1029 sctp_assoc_t assoc_id; /*input*/ member
/external/usrsctp/usrsctplib/
Duser_socket.c851 sctp_assoc_t *assoc_id; in usrsctp_sendv() local
862 assoc_id = NULL; in usrsctp_sendv()
881 assoc_id = &(((struct sctp_sndinfo *)info)->snd_assoc_id); in usrsctp_sendv()
908 assoc_id = &(((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_assoc_id); in usrsctp_sendv()
945 if ((to != NULL) && (assoc_id != NULL)) { in usrsctp_sendv()
946 *assoc_id = usrsctp_getassocid(so, to); in usrsctp_sendv()
2494 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2506 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2539 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2542 ((struct sctp_assoc_value *)arg)->assoc_id = id;
[all …]
Dusrsctp.h651 sctp_assoc_t assoc_id; member
829 sctp_assoc_t assoc_id; member
/external/iproute2/include/uapi/linux/
Dsctp.h812 sctp_assoc_t assoc_id; member
923 sctp_assoc_t assoc_id; member
929 sctp_assoc_t assoc_id; /*input*/ member
/external/ltp/utils/sctp/testlib/
Dsctputil.h262 static inline int test_sctp_peeloff(int sk, sctp_assoc_t assoc_id) in test_sctp_peeloff() argument
264 int error = sctp_peeloff(sk, assoc_id); in test_sctp_peeloff()
/external/usrsctp/programs/
Ddiscard_server_upcall.c176 av.assoc_id = SCTP_ALL_ASSOC; in main()
Dchargen_server_upcall.c180 av.assoc_id = SCTP_ALL_ASSOC; in main()
Ddiscard_server.c161 av.assoc_id = SCTP_ALL_ASSOC;
Decho_server_upcall.c193 av.assoc_id = SCTP_ALL_ASSOC; in main()
Decho_server.c176 av.assoc_id = SCTP_ALL_ASSOC;
Dtsctp_upcall.c711 av.assoc_id = 0; in main()
Dtsctp.c695 av.assoc_id = 0;
/external/iperf3/src/
Diperf_sctp.c429 av.assoc_id = SCTP_FUTURE_ASSOC; in iperf_sctp_connect()
431 av.assoc_id = 0; in iperf_sctp_connect()
/external/ltp/utils/sctp/func_tests/
Dtest_sockopt.c506 value.assoc_id = 0; in main()
514 value.assoc_id = 0; in main()
642 value.assoc_id = sac->sac_assoc_id; in main()
/external/usrsctp/fuzzer/
Dfuzzer_connect.c316 assoc_val.assoc_id = SCTP_ALL_ASSOC; in LLVMFuzzerTestOneInput()
/external/webrtc/media/sctp/
Dsctp_transport.cc838 stream_rst.assoc_id = SCTP_ALL_ASSOC; in ConfigureSctpSocket()

12