Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet6/
Din6_proto.c172 PR_WRAP_CTLINPUT(sctp6_ctlinput) in PR_WRAP_CTLINPUT()
175 #define sctp6_ctlinput sctp6_ctlinput_wrapper in PR_WRAP_CTLINPUT() macro
326 .pr_ctlinput = sctp6_ctlinput,
336 .pr_ctlinput = sctp6_ctlinput,
346 .pr_ctlinput = sctp6_ctlinput,
Dsctp6_var.h48 void * sctp6_ctlinput(int, const struct sockaddr *, void *);
Dsctp6_usrreq.c404 sctp6_ctlinput(int cmd, const struct sockaddr *pktdst, void *d) in sctp6_ctlinput() function