OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_tapfd
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/usermode/dev/
if_veth.c
76
int
sc_tapfd
;
member in struct:veth_softc
110
sc->
sc_tapfd
= thunk_open_tap(taa->u.veth.device);
111
if (sc->
sc_tapfd
== -1) {
158
thunk_setown(sc->
sc_tapfd
);
170
if (sc->
sc_tapfd
!= -1)
171
thunk_close(sc->
sc_tapfd
);
207
avail = thunk_pollin_tap(sc->
sc_tapfd
, 0);
211
len = thunk_read(sc->
sc_tapfd
, sc->sc_rx_buf,
271
if (thunk_pollout_tap(sc->
sc_tapfd
, 0) != 1) {
282
len = thunk_write(sc->
sc_tapfd
, sc->sc_tx_buf
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Oct 19 19:09:49 GMT 2025