OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IF_MODULE
(Results
1 - 19
of
19
) sorted by relevancy
/src/sys/net/
if_module.h
1
/* $NetBSD:
if_module
.h,v 1.1 2016/08/07 17:38:34 christos Exp $ */
54
#define
IF_MODULE
(class, name, dep) \
if_faith.c
327
#include "
if_module
.h"
329
IF_MODULE
(MODULE_CLASS_DRIVER, faith, NULL)
if_loop.c
510
#include "
if_module
.h"
512
IF_MODULE
(MODULE_CLASS_DRIVER, loop, NULL)
if_mpls.c
718
#include "
if_module
.h"
720
IF_MODULE
(MODULE_CLASS_DRIVER, mpls, NULL)
if_srt.c
573
#include "
if_module
.h"
575
IF_MODULE
(MODULE_CLASS_DRIVER, srt, NULL)
if_stf.c
734
#include "
if_module
.h"
736
IF_MODULE
(MODULE_CLASS_DRIVER, stf, NULL)
if_sl.c
1079
#include "
if_module
.h"
1081
IF_MODULE
(MODULE_CLASS_DRIVER, sl, "slcompress");
if_gif.c
1266
#include "
if_module
.h"
1268
IF_MODULE
(MODULE_CLASS_DRIVER, gif, "ip_ecn")
if_tun.c
1141
#include "
if_module
.h"
1143
IF_MODULE
(MODULE_CLASS_DRIVER, tun, NULL)
if_tap.c
1356
#include "
if_module
.h"
1358
IF_MODULE
(MODULE_CLASS_DRIVER, tap, NULL)
if_l2tp.c
1435
#include "
if_module
.h"
1437
IF_MODULE
(MODULE_CLASS_DRIVER, l2tp, NULL)
if_vlan.c
1549
#include "
if_module
.h"
1551
IF_MODULE
(MODULE_CLASS_DRIVER, vlan, NULL)
if_gre.c
1460
#include "
if_module
.h"
1462
IF_MODULE
(MODULE_CLASS_DRIVER, gre, NULL)
if_ppp.c
1956
#include "
if_module
.h"
1964
IF_MODULE
(MODULE_CLASS_DRIVER, ppp, PPP_DEP "slcompress")
if_pppoe.c
2206
#include "
if_module
.h"
2208
IF_MODULE
(MODULE_CLASS_DRIVER, pppoe, "sppp_subr")
if_wg.c
5635
#include "
if_module
.h"
5637
IF_MODULE
(MODULE_CLASS_DRIVER, wg, "sodium,blake2s")
/src/sys/netcan/
if_canloop.c
222
#include "../net/
if_module
.h"
224
IF_MODULE
(MODULE_CLASS_DRIVER, canloop, NULL)
/src/sys/net/agr/
if_agr.c
1166
#include <net/
if_module
.h>
1168
IF_MODULE
(MODULE_CLASS_DRIVER, agr, NULL)
/src/sys/net/lagg/
if_lagg.c
3048
#include <net/
if_module
.h>
3050
IF_MODULE
(MODULE_CLASS_DRIVER, lagg, NULL)
Completed in 31 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025