OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l2tp_ec
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/net/
if_l2tp.c
249
if_initname(&sc->
l2tp_ec
.ec_if, ifc->ifc_name, unit);
284
sc->
l2tp_ec
.ec_capabilities = 0;
285
sc->
l2tp_ec
.ec_capabilities |= ETHERCAP_VLAN_MTU;
286
sc->
l2tp_ec
.ec_capabilities |= ETHERCAP_JUMBO_MTU;
288
ether_ifattach(&sc->
l2tp_ec
.ec_if, NULL);
290
sc->
l2tp_ec
.ec_if.if_addrlen = 0;
291
sc->
l2tp_ec
.ec_if.if_mtu = L2TP_MTU;
292
sc->
l2tp_ec
.ec_if.if_flags = IFF_POINTOPOINT|IFF_MULTICAST|IFF_SIMPLEX;
294
sc->
l2tp_ec
.ec_if.if_extflags = IFEF_MPSAFE;
296
sc->
l2tp_ec
.ec_if.if_ioctl = l2tp_ioctl
[
all
...]
if_l2tp.h
95
struct ethercom
l2tp_ec
; /* common area - must be at the top */
member in struct:l2tp_softc
/src/sys/netinet/
in_l2tp.c
107
ifp = &sc->
l2tp_ec
.ec_if;
285
l2tpp = &(sc->
l2tp_ec
.ec_if);
/src/sys/netinet6/
in6_l2tp.c
111
ifp = &sc->
l2tp_ec
.ec_if;
281
l2tpp = &(sc->
l2tp_ec
.ec_if);
Completed in 27 milliseconds
Indexes created Tue Oct 14 10:09:51 GMT 2025