Home
last modified time | relevance | path

Searched refs:ethernetInterfaceOfPPPOE (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A Dpppoe.cpp114 net_interface* ethernetInterfaceOfPPPOE = NULL; in FindPPPoEInterface() local
118 ethernetInterfaceOfPPPOE = get_interface_by_name(domain, name); in FindPPPoEInterface()
120 if (ethernetInterfaceOfPPPOE == NULL) { in FindPPPoEInterface()
125 if (ethernetInterfaceOfPPPOE->device) in FindPPPoEInterface()
126 return ethernetInterfaceOfPPPOE->device; in FindPPPoEInterface()