Lines Matching defs:sonodeops
661 struct sonodeops { struct
662 int (*sop_init)(struct sonode *, struct sonode *, cred_t *,
664 int (*sop_accept)(struct sonode *, int, cred_t *, struct sonode **);
665 int (*sop_bind)(struct sonode *, struct sockaddr *, socklen_t,
667 int (*sop_listen)(struct sonode *, int, cred_t *);
668 int (*sop_connect)(struct sonode *, struct sockaddr *,
670 int (*sop_recvmsg)(struct sonode *, struct msghdr *,
672 int (*sop_sendmsg)(struct sonode *, struct msghdr *,
674 int (*sop_sendmblk)(struct sonode *, struct msghdr *, int,
676 int (*sop_getpeername)(struct sonode *, struct sockaddr *,
678 int (*sop_getsockname)(struct sonode *, struct sockaddr *,
680 int (*sop_shutdown)(struct sonode *, int, cred_t *);
681 int (*sop_getsockopt)(struct sonode *, int, int, void *,
683 int (*sop_setsockopt)(struct sonode *, int, int, const void *,
685 int (*sop_ioctl)(struct sonode *, int, intptr_t, int,
687 int (*sop_poll)(struct sonode *, short, int, short *,
689 int (*sop_close)(struct sonode *, int, cred_t *);