Searched refs:pd (Results 1 – 5 of 5) sorted by relevance
| /lib/liblwip/src/netif/ppp/ |
| D | ppp.c | 171 int pd; member 348 pppRecvWakeup(int pd) in pppRecvWakeup() argument 350 PPPDEBUG(LOG_DEBUG, ("pppRecvWakeup: unit %d\n", pd)); in pppRecvWakeup() 351 if (pppControl[pd].openFlag != 0) { in pppRecvWakeup() 352 sio_read_abort(pppControl[pd].fd); in pppRecvWakeup() 359 pppLinkTerminated(int pd) in pppLinkTerminated() argument 361 PPPDEBUG(LOG_DEBUG, ("pppLinkTerminated: unit %d\n", pd)); in pppLinkTerminated() 364 if (pppControl[pd].ethif) { in pppLinkTerminated() 365 pppoe_disconnect(pppControl[pd].pppoe_sc); in pppLinkTerminated() 372 pppRecvWakeup(pd); in pppLinkTerminated() [all …]
|
| D | ppp.h | 162 int pppClose(int pd); 167 void pppSigHUP(int pd); 173 int pppIOCtl(int pd, int cmd, void *arg); 178 u_short pppMTU(int pd); 186 void pppos_input(int pd, u_char* data, int len); 192 void ppp_set_netif_statuscallback(int pd, netif_status_callback_fn status_callback); 196 void ppp_set_netif_linkcallback(int pd, netif_status_callback_fn link_callback);
|
| D | ppp_impl.h | 322 int pppWrite(int pd, const u_char *s, int n); 324 void pppInProcOverEthernet(int pd, struct pbuf *pb); 328 void pppLinkTerminated(int pd); 330 void pppLinkDown(int pd);
|
| D | ppp_oe.c | 144 pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc … in pppoe_create() argument 158 sc->sc_pd = pd; in pppoe_create()
|
| /lib/liblwip/src/include/netif/ |
| D | ppp_oe.h | 151 void (*sc_linkStatusCB)(int pd, int up); 174 err_t pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_…
|