Searched defs:sonodeops (Results 1 – 1 of 1) sorted by relevance
/onnv-gate/usr/src/uts/common/sys/ |
H A D | socketvar.h | 650 struct sonodeops { struct 651 int (*sop_init)(struct sonode *, struct sonode *, cred_t *, 653 int (*sop_accept)(struct sonode *, int, cred_t *, struct sonode **); 654 int (*sop_bind)(struct sonode *, struct sockaddr *, socklen_t, 656 int (*sop_listen)(struct sonode *, int, cred_t *); 657 int (*sop_connect)(struct sonode *, struct sockaddr *, 659 int (*sop_recvmsg)(struct sonode *, struct msghdr *, 661 int (*sop_sendmsg)(struct sonode *, struct msghdr *, 663 int (*sop_sendmblk)(struct sonode *, struct msghdr *, int, 665 int (*sop_getpeername)(struct sonode *, struct sockaddr *, [all …]
|