Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/rp-pppoe/
Dif.c275 openInterface(char const *ifname, UINT16_t type, unsigned char *hwaddr) in openInterface() function
419 openInterface(char const *ifname, UINT16_t type, unsigned char *hwaddr) in openInterface() function
708 openInterface(char const *ifname, UINT16_t type, unsigned char *hwaddr) in openInterface() function
Dpppoe.h283 int openInterface(char const *ifname, UINT16_t type, unsigned char *hwaddr);
Ddiscovery.c590 openInterface(conn->ifName, Eth_PPPOE_Discovery, conn->myEth); in discovery()