Searched refs:totaddr (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctputil.h | 196 int totaddr, int *error);
|
| H A D | sctputil.c | 6556 int totaddr, int *error) in sctp_connectx_helper_add() argument 6573 for (i = 0; i < totaddr; i++) { in sctp_connectx_helper_add() 6637 unsigned int totaddr, in sctp_connectx_helper_find() argument 6649 if (totaddr == 0) { in sctp_connectx_helper_find() 6652 for (i = 0; i < totaddr; i++) { in sctp_connectx_helper_find()
|
| H A D | sctp_usrreq.c | 1350 unsigned int num_v6 = 0, num_v4 = 0, *totaddrp, totaddr; in sctp_do_connect_x() local 1388 totaddr = *totaddrp; in sctp_do_connect_x() 1390 …error = sctp_connectx_helper_find(inp, sa, totaddr, &num_v4, &num_v6, (unsigned int)(optsize - siz… in sctp_do_connect_x() 1462 sctp_connectx_helper_add(stcb, sa, (totaddr - 1), &error); in sctp_do_connect_x()
|