Home
last modified time | relevance | path

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

/external/libppp/src/
Dphysical.h75 const char *(*openinfo)(struct physical *); member
Dphysical.c458 if (p->handler && p->handler->openinfo) { in physical_ShowStatus()
460 prompt_Printf(arg->prompt, "open (%s)\n", (*p->handler->openinfo)(p)); in physical_ShowStatus()
463 (*p->handler->openinfo)(p), slot); in physical_ShowStatus()