Lines Matching defs:sonodeops
654 struct sonodeops { struct
655 int (*sop_init)(struct sonode *, struct sonode *, cred_t *,
657 int (*sop_accept)(struct sonode *, int, cred_t *, struct sonode **);
658 int (*sop_bind)(struct sonode *, struct sockaddr *, socklen_t,
660 int (*sop_listen)(struct sonode *, int, cred_t *);
661 int (*sop_connect)(struct sonode *, struct sockaddr *,
663 int (*sop_recvmsg)(struct sonode *, struct msghdr *,
665 int (*sop_sendmsg)(struct sonode *, struct msghdr *,
667 int (*sop_sendmblk)(struct sonode *, struct msghdr *, int,
669 int (*sop_getpeername)(struct sonode *, struct sockaddr *,
671 int (*sop_getsockname)(struct sonode *, struct sockaddr *,
673 int (*sop_shutdown)(struct sonode *, int, cred_t *);
674 int (*sop_getsockopt)(struct sonode *, int, int, void *,
676 int (*sop_setsockopt)(struct sonode *, int, int, const void *,
678 int (*sop_ioctl)(struct sonode *, int, intptr_t, int,
680 int (*sop_poll)(struct sonode *, short, int, short *,
682 int (*sop_close)(struct sonode *, int, cred_t *);