/external/usrsctp/usrsctplib/netinet/ |
D | sctp_peeloff.c | 57 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()
|
D | sctp_usrreq.c | 2132 #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 …]
|
D | sctp_peeloff.h | 50 sctp_assoc_t assoc_id; member
|
D | sctputil.h | 65 #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,
|
D | sctp_uio.h | 724 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
|
D | sctp_structs.h | 967 uint32_t assoc_id; member
|
/external/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);
|
/external/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()
|
/external/kernel-headers/original/uapi/linux/ |
D | sctp.h | 901 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/ |
D | user_socket.c | 851 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 …]
|
D | usrsctp.h | 651 sctp_assoc_t assoc_id; member 829 sctp_assoc_t assoc_id; member
|
/external/iproute2/include/uapi/linux/ |
D | sctp.h | 812 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/ |
D | sctputil.h | 262 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/ |
D | discard_server_upcall.c | 176 av.assoc_id = SCTP_ALL_ASSOC; in main()
|
D | chargen_server_upcall.c | 180 av.assoc_id = SCTP_ALL_ASSOC; in main()
|
D | discard_server.c | 161 av.assoc_id = SCTP_ALL_ASSOC;
|
D | echo_server_upcall.c | 193 av.assoc_id = SCTP_ALL_ASSOC; in main()
|
D | echo_server.c | 176 av.assoc_id = SCTP_ALL_ASSOC;
|
D | tsctp_upcall.c | 711 av.assoc_id = 0; in main()
|
D | tsctp.c | 695 av.assoc_id = 0;
|
/external/iperf3/src/ |
D | iperf_sctp.c | 429 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/ |
D | test_sockopt.c | 506 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/ |
D | fuzzer_connect.c | 316 assoc_val.assoc_id = SCTP_ALL_ASSOC; in LLVMFuzzerTestOneInput()
|
/external/webrtc/media/sctp/ |
D | sctp_transport.cc | 838 stream_rst.assoc_id = SCTP_ALL_ASSOC; in ConfigureSctpSocket()
|