Home
last modified time | relevance | path

Searched refs:sctp_assoc_value (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_usrreq.c1639 struct sctp_assoc_value *av;
1641 SCTP_CHECK_AND_CAST(av, optval, struct sctp_assoc_value, *optsize);
1665 *optsize = sizeof(struct sctp_assoc_value);
1671 struct sctp_assoc_value *av;
1673 SCTP_CHECK_AND_CAST(av, optval, struct sctp_assoc_value, *optsize);
1692 *optsize = sizeof(struct sctp_assoc_value);
1698 struct sctp_assoc_value *av;
1700 SCTP_CHECK_AND_CAST(av, optval, struct sctp_assoc_value, *optsize);
1719 *optsize = sizeof(struct sctp_assoc_value);
1744 struct sctp_assoc_value *av;
[all …]
H A Dsctp_uio.h689 struct sctp_assoc_value { struct
696 struct sctp_assoc_value aid_value; argument
/freebsd/lib/libc/net/
H A Dsctp_sys_calls.c77 struct sctp_assoc_value av; in sctp_getaddrlen()
300 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info()
312 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info()
345 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info()
348 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info()
351 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info()
354 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info()
357 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info()
360 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info()
363 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info()
[all …]