Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_usrreq.c1766 struct sctp_assoc_value *av;
1768 SCTP_CHECK_AND_CAST(av, optval, struct sctp_assoc_value, *optsize);
1786 *optsize = sizeof(struct sctp_assoc_value);
1792 struct sctp_assoc_value *av;
1794 SCTP_CHECK_AND_CAST(av, optval, struct sctp_assoc_value, *optsize);
1812 *optsize = sizeof(struct sctp_assoc_value);
1837 struct sctp_assoc_value *av;
1839 SCTP_CHECK_AND_CAST(av, optval, struct sctp_assoc_value, *optsize);
1857 *optsize = sizeof(struct sctp_assoc_value);
1889 struct sctp_assoc_value *av;
[all …]
HDsctp_uio.h684 struct sctp_assoc_value { struct
691 struct sctp_assoc_value aid_value; argument
/trueos/lib/libc/net/
HDsctp_sys_calls.c76 struct sctp_assoc_value av; in sctp_getaddrlen()
309 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info()
321 ((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()
366 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info()
369 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info()
372 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info()
[all …]