Searched refs:totaddr (Results 1 – 3 of 3) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctputil.h | 227 int totaddr, int *error);
|
D | sctputil.c | 7497 int totaddr, int *error) argument 7514 for (i = 0; i < totaddr; i++) { 7594 unsigned int totaddr, argument 7606 if (totaddr == 0) { 7609 for (i = 0; i < totaddr; i++) {
|
D | sctp_usrreq.c | 1988 unsigned int num_v6 = 0, num_v4 = 0, *totaddrp, totaddr; local 2026 totaddr = *totaddrp; 2028 …error = sctp_connectx_helper_find(inp, sa, totaddr, &num_v4, &num_v6, (unsigned int)(optsize - siz… 2107 sctp_connectx_helper_add(stcb, sa, (totaddr-1), &error);
|