Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c53 sctp_can_peel_off(struct socket *head, sctp_assoc_t assoc_id) in sctp_can_peel_off() argument
73 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); in sctp_can_peel_off()
91 sctp_do_peeloff(struct socket *head, struct socket *so, sctp_assoc_t assoc_id) in sctp_do_peeloff() argument
102 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); in sctp_do_peeloff()
175 sctp_get_peeloff(struct socket *head, sctp_assoc_t assoc_id, int *error) in sctp_get_peeloff() argument
188 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); in sctp_get_peeloff()
Dsctp_usrreq.c2061 #define SCTP_FIND_STCB(inp, stcb, assoc_id) { \ argument
2070 } else if (assoc_id > SCTP_ALL_ASSOC) { \
2071 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); \
2234 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
2243 (av->assoc_id == SCTP_FUTURE_ASSOC))) {
2266 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
2274 (av->assoc_id == SCTP_FUTURE_ASSOC))) {
2293 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
2301 (av->assoc_id == SCTP_FUTURE_ASSOC))) {
2320 SCTP_FIND_STCB(inp, stcb, cc_opt->aid_value.assoc_id);
[all …]
Dsctp_peeloff.h50 sctp_assoc_t assoc_id; member
Dsctp_uio.h720 sctp_assoc_t assoc_id; member
730 sctp_assoc_t assoc_id; member
1231 sctp_assoc_t assoc_id; /* sctpAssocEntry 1 */ member
Dsctputil.h65 #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.assoc_id)
Dsctp_structs.h964 uint32_t assoc_id; member
Dsctp_sysctl.c569 xstcb.assoc_id = sctp_get_associd(stcb);
Dsctp_pcb.c1853 if (stcb->asoc.assoc_id == id) {
3128 lhd = &new_inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(stcb->asoc.assoc_id,
5111 asoc->assoc_id = sctp_aloc_a_assoc_id(inp, stcb);
/third_party/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);
/third_party/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()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c818 sctp_assoc_t *assoc_id; in usrsctp_sendv() local
829 assoc_id = NULL; in usrsctp_sendv()
848 assoc_id = &(((struct sctp_sndinfo *)info)->snd_assoc_id); in usrsctp_sendv()
875 assoc_id = &(((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_assoc_id); in usrsctp_sendv()
912 if ((to != NULL) && (assoc_id != NULL)) { in usrsctp_sendv()
913 *assoc_id = usrsctp_getassocid(so, to); in usrsctp_sendv()
2321 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2333 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2366 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2369 ((struct sctp_assoc_value *)arg)->assoc_id = id;
[all …]
Dusrsctp.h651 sctp_assoc_t assoc_id; member
829 sctp_assoc_t assoc_id; member
/third_party/ltp/utils/sctp/testlib/
Dsctputil.h260 static inline int test_sctp_peeloff(int sk, sctp_assoc_t assoc_id) in test_sctp_peeloff() argument
262 int error = sctp_peeloff(sk, assoc_id); in test_sctp_peeloff()
/third_party/ltp/utils/sctp/func_tests/
Dtest_sockopt.c509 value.assoc_id = 0; in main()
517 value.assoc_id = 0; in main()
645 value.assoc_id = sac->sac_assoc_id; in main()
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c661 stream_reset.assoc_id = SCTP_ALL_ASSOC; in create_sctp_socket()