HomeSort by: relevance | last modified time | path
    Searched refs:openInterface (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/plugins/pppoe/
if.c 82 *%FUNCTION: openInterface
93 openInterface(char const *ifname, UINT16_t type, unsigned char *hwaddr)
plugin.c 210 openInterface(conn->ifName, Eth_PPPOE_Discovery, conn->myEth);
312 openInterface(conn->ifName, Eth_PPPOE_Discovery, NULL);
pppoe-discovery.c 255 conn->discoverySocket = openInterface(conn->ifName, Eth_PPPOE_Discovery, conn->myEth);
pppoe.h 257 int openInterface(char const *ifname, UINT16_t type, unsigned char *hwaddr);

Completed in 108 milliseconds