Searched refs:tap_send (Results 1 – 4 of 4) sorted by relevance
| /src/usr.sbin/bluetooth/btpand/ |
| H A D | tap.c | 50 static bool tap_send(channel_t *, packet_t *); 111 chan->send = tap_send; in tap_init() 133 tap_send(channel_t *chan, packet_t *pkt) in tap_send() function
|
| /src/usr.sbin/bhyve/ |
| H A D | net_backends.c | 154 tap_send(struct net_backend *be, const struct iovec *iov, int iovcnt) in tap_send() function 253 .send = tap_send, 268 .send = tap_send, 283 .send = tap_send,
|
| H A D | net_backends_priv.h | 142 ssize_t tap_send(struct net_backend *be, const struct iovec *iov, int iovcnt);
|
| H A D | net_backend_netgraph.c | 182 .send = tap_send,
|