Lines Matching refs:socket
243 int ip_ctloutput(int, struct socket *, int, int, struct mbuf *);
268 int rip_ctloutput(int, struct socket *, int, int, struct mbuf *);
271 int rip_output(struct mbuf *, struct socket *, struct sockaddr *,
275 int rip_attach(struct socket *, int, int);
276 int rip_detach(struct socket *);
277 int rip_bind(struct socket *, struct mbuf *, struct proc *);
278 int rip_connect(struct socket *, struct mbuf *);
279 int rip_disconnect(struct socket *);
280 int rip_shutdown(struct socket *);
281 int rip_send(struct socket *, struct mbuf *, struct mbuf *,
284 extern struct socket *ip_mrouter[]; /* multicast routing daemon */