Searched refs:totaddr (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctputil.h199 int totaddr, int *error);
H A Dsctputil.c6565 int totaddr, int *error)
6582 for (i = 0; i < totaddr; i++) {
6646 unsigned int totaddr,
6658 if (totaddr == 0) {
6661 for (i = 0; i < totaddr; i++) {
6564 sctp_connectx_helper_add(struct sctp_tcb *stcb, struct sockaddr *addr, int totaddr, int *error) argument
6645 sctp_connectx_helper_find(struct sctp_inpcb *inp, struct sockaddr *addr, unsigned int totaddr, unsigned int *num_v4, unsigned int *num_v6, unsigned int limit) argument
H A Dsctp_usrreq.c1337 unsigned int num_v6 = 0, num_v4 = 0, *totaddrp, totaddr; local
1375 totaddr = *totaddrp;
1377 error = sctp_connectx_helper_find(inp, sa, totaddr, &num_v4, &num_v6, (unsigned int)(optsize - sizeof(int)));
1450 sctp_connectx_helper_add(stcb, sa, (totaddr - 1), &error);

Completed in 116 milliseconds