/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_peeloff.c | 53 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()
|
D | sctp_usrreq.c | 2061 #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 …]
|
D | sctp_peeloff.h | 50 sctp_assoc_t assoc_id; member
|
D | sctp_uio.h | 720 sctp_assoc_t assoc_id; member 730 sctp_assoc_t assoc_id; member 1231 sctp_assoc_t assoc_id; /* sctpAssocEntry 1 */ member
|
D | sctputil.h | 65 #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.assoc_id)
|
D | sctp_structs.h | 964 uint32_t assoc_id; member
|
D | sctp_sysctl.c | 569 xstcb.assoc_id = sctp_get_associd(stcb);
|
D | sctp_pcb.c | 1853 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/ |
D | sctp.h | 647 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/ |
D | connectx.c | 143 param.assoc_id = 0; in sctp_connectx3() 153 *id = param.assoc_id; in sctp_connectx3()
|
D | addrs.c | 52 getaddrs->assoc_id = id; in sctp_getaddrs()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_socket.c | 818 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 …]
|
D | usrsctp.h | 651 sctp_assoc_t assoc_id; member 829 sctp_assoc_t assoc_id; member
|
/third_party/ltp/utils/sctp/testlib/ |
D | sctputil.h | 260 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/ |
D | test_sockopt.c | 509 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/ |
D | sctpassociation.c | 661 stream_reset.assoc_id = SCTP_ALL_ASSOC; in create_sctp_socket()
|