OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eth_if
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/
if_pppoe.c
1336
struct ifnet *
eth_if
;
local in function:pppoe_ioctl
1343
eth_if
= ifunit(parms->eth_ifname);
1344
if (
eth_if
== NULL ||
eth_if
->if_dlt != DLT_EN10MB) {
1351
eth_if
->if_mtu - PPPOE_OVERHEAD) {
1352
sc->sc_sppp.pp_if.if_mtu =
eth_if
->if_mtu -
1355
sc->sc_eth_if =
eth_if
;
Completed in 12 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025