Home
last modified time | relevance | path

Searched defs:sonodeops (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h661 struct sonodeops { struct
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,
680 int (*sop_shutdown)(struct sonode *, int, cred_t *);
681 int (*sop_getsockopt)(struct sonode *, int, int, void *,
685 int (*sop_ioctl)(struct sonode *, int, intptr_t, int,
687 int (*sop_poll)(struct sonode *, short, int, short *,
[all …]