Home
last modified time | relevance | path

Searched refs:tap_send (Results 1 – 4 of 4) sorted by relevance

/src/usr.sbin/bluetooth/btpand/
H A Dtap.c50 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 Dnet_backends.c154 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 Dnet_backends_priv.h142 ssize_t tap_send(struct net_backend *be, const struct iovec *iov, int iovcnt);
H A Dnet_backend_netgraph.c182 .send = tap_send,