summaryrefslogtreecommitdiffstats
path: root/sys/sys/socketvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/socketvar.h')
-rw-r--r--sys/sys/socketvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h
index fb81792..cfe061b 100644
--- a/sys/sys/socketvar.h
+++ b/sys/sys/socketvar.h
@@ -438,6 +438,8 @@ struct uio;
/*
* From uipc_socket and friends
*/
+int kern_setsockopt(struct socket *so, int level, int optname,
+ void *optval, size_t optlen);
int sockargs(struct mbuf **mp, caddr_t buf, int buflen, int type);
int getsockaddr(struct sockaddr **namp, caddr_t uaddr, size_t len);
void sbappend(struct sockbuf *sb, struct mbuf *m);
OpenPOWER on IntegriCloud