Lines Matching defs:so
321 struct socket *so = arg; in hci_drop() local
333 hci_cmdwait_flush(struct socket *so) in hci_cmdwait_flush()
354 hci_attach(struct socket *so, int proto) in hci_attach()
392 hci_detach(struct socket *so) in hci_detach()
411 hci_accept(struct socket *so, struct sockaddr *nam) in hci_accept()
419 hci_bind(struct socket *so, struct sockaddr *nam, struct lwp *l) in hci_bind()
445 hci_listen(struct socket *so, struct lwp *l) in hci_listen()
453 hci_connect(struct socket *so, struct sockaddr *nam, struct lwp *l) in hci_connect()
477 hci_connect2(struct socket *so, struct socket *so2) in hci_connect2()
485 hci_disconnect(struct socket *so) in hci_disconnect()
505 hci_shutdown(struct socket *so) in hci_shutdown()
514 hci_abort(struct socket *so) in hci_abort()
524 hci_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp) in hci_ioctl()
534 hci_stat(struct socket *so, struct stat *ub) in hci_stat()
542 hci_peeraddr(struct socket *so, struct sockaddr *nam) in hci_peeraddr()
559 hci_sockaddr(struct socket *so, struct sockaddr *nam) in hci_sockaddr()
576 hci_rcvd(struct socket *so, int flags, struct lwp *l) in hci_rcvd()
584 hci_recvoob(struct socket *so, struct mbuf *m, int flags) in hci_recvoob()
592 hci_send(struct socket *so, struct mbuf *m, struct sockaddr *nam, in hci_send()
689 hci_sendoob(struct socket *so, struct mbuf *m, struct mbuf *control) in hci_sendoob()
700 hci_purgeif(struct socket *so, struct ifnet *ifp) in hci_purgeif()
710 hci_ctloutput(int req, struct socket *so, struct sockopt *sopt) in hci_ctloutput()