#include <channel.h>
Data Fields | |
| int | headersiz |
| int | type |
| void *(* | open )(void *conf) |
| void(* | close )(void *channel) |
| int(* | send )(void *channel, const void *data, int len) |
| int(* | recv )(void *channel, char *buf, int len) |
| int(* | accept )(struct channel *c) |
| int(* | get_fd )(void *channel) |
| int(* | isset )(struct channel *c, fd_set *readfds) |
| int(* | accept_isset )(struct channel *c, fd_set *readfds) |
| void(* | stats )(struct channel *c, int fd) |
| void(* | stats_extended )(struct channel *c, int active, struct nlif_handle *h, int fd) |
Referenced by channel_accept().
Referenced by channel_accept_isset().
| void(* channel_ops::close)(void *channel) |
Referenced by channel_close().
| int(* channel_ops::get_fd)(void *channel) |
Referenced by channel_get_fd().
| int channel_ops::headersiz |
Referenced by channel_open().
Referenced by channel_isset().
| void*(* channel_ops::open)(void *conf) |
Referenced by channel_open().
Referenced by channel_recv().
Referenced by channel_send(), and channel_send_flush().
Referenced by channel_stats().
| void(* channel_ops::stats_extended)(struct channel *c, int active, struct nlif_handle *h, int fd) |
Referenced by channel_stats_extended().
| int channel_ops::type |
Referenced by channel_type().