| 740 | } |
| 741 | |
| 742 | void |
| 743 | soaio_rcv(void *context, int pending) |
| 744 | { |
| 745 | struct socket *so; |
| 746 | |
| 747 | so = context; |
| 748 | soaio_process_sb(so, &so->so_rcv); |
| 749 | } |
| 750 | |
| 751 | void |
| 752 | soaio_snd(void *context, int pending) |
nothing calls this directly
no test coverage detected