Searched refs:SCTP_MALLOC_SONAME (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/netinet6/ |
| D | sctp6_usrreq.c | 998 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof(*sin6)); in sctp6_getaddr() 1100 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof *sin6); in sctp6_peeraddr() 1172 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof *sin6); in sctp6_in6getaddr() 1207 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof *sin6); in sctp6_getpeeraddr()
|
| /freebsd-10-stable/sys/netinet/ |
| D | sctp_os_bsd.h | 234 #define SCTP_MALLOC_SONAME(var, type, size) \ macro
|
| D | sctp_usrreq.c | 7185 SCTP_MALLOC_SONAME(sin, struct sockaddr_in *, sizeof *sin); 7201 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof *sin6); 7269 SCTP_MALLOC_SONAME(sin, struct sockaddr_in *, sizeof *sin); 7366 SCTP_MALLOC_SONAME(sin, struct sockaddr_in *, sizeof *sin);
|