Searched refs:SCTP_MALLOC_SONAME (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | sctp6_usrreq.c | 936 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof(*sin6)); in sctp6_getaddr() 1038 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof *sin6); in sctp6_peeraddr() 1111 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof *sin6); in sctp6_in6getaddr() 1146 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof *sin6); in sctp6_getpeeraddr()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_os_bsd.h | 226 #define SCTP_MALLOC_SONAME(var, type, size) \ macro
|
| H A D | sctp_usrreq.c | 7338 SCTP_MALLOC_SONAME(sin, struct sockaddr_in *, sizeof *sin); 7354 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof *sin6); 7388 SCTP_MALLOC_SONAME(sin, struct sockaddr_in *, sizeof *sin); 7486 SCTP_MALLOC_SONAME(sin, struct sockaddr_in *, sizeof *sin);
|