Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Din_proto.c160 PR_WRAP_CTLOUTPUT(udp_ctloutput) in PR_WRAP_CTLINPUT()
164 #define udp_ctloutput udp_ctloutput_wrapper in PR_WRAP_CTLINPUT() macro
282 .pr_ctloutput = udp_ctloutput,
H A Dudp_var.h88 int udp_ctloutput(int, struct socket *, struct sockopt *);
H A Dudp_usrreq.c690 udp_ctloutput(int op, struct socket *so, struct sockopt *sopt) in udp_ctloutput()
687 udp_ctloutput(int op, struct socket *so, struct sockopt *sopt) udp_ctloutput() function