Searched defs:sonodeops (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | socketvar.h | 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 *, [all …]
|