Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctp_uio.h590 struct sctp_paddrthlds { struct
Dsctp_usrreq.c3159 struct sctp_paddrthlds *thlds;
3166 SCTP_CHECK_AND_CAST(thlds, optval, struct sctp_paddrthlds, *optsize);
3267 *optsize = sizeof(struct sctp_paddrthlds);
6305 struct sctp_paddrthlds *thlds;
6312 SCTP_CHECK_AND_CAST(thlds, optval, struct sctp_paddrthlds, optsize);
/freebsd-12-stable/lib/libc/net/
Dsctp_sys_calls.c342 ((struct sctp_paddrthlds *)arg)->spt_assoc_id = id; in sctp_opt_info()