OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_iflist
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/net/
if_slvar.h
69
LIST_ENTRY(sl_softc)
sc_iflist
;
if_pppvar.h
150
LIST_ENTRY(ppp_softc)
sc_iflist
;
if_ppp.c
271
LIST_FOREACH(sci, &ppp_softcs.list,
sc_iflist
) {
286
LIST_FOREACH(sci, &ppp_softcs.list,
sc_iflist
) {
299
LIST_INSERT_BEFORE(sci, sc,
sc_iflist
);
301
LIST_INSERT_AFTER(scl, sc,
sc_iflist
);
303
LIST_INSERT_HEAD(&ppp_softcs.list, sc,
sc_iflist
);
351
LIST_REMOVE(sc,
sc_iflist
);
373
LIST_FOREACH(scf, &ppp_softcs.list,
sc_iflist
) {
if_sl.c
277
LIST_INSERT_HEAD(&sl_softc_list, sc,
sc_iflist
);
289
LIST_REMOVE(sc,
sc_iflist
);
340
LIST_FOREACH(sc, &sl_softc_list,
sc_iflist
)
Completed in 14 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025