HomeSort by relevance Sort by last modified time
    Searched refs:bundle_GetLabel (Results 1 - 5 of 5) sorted by null

  /external/libppp/src/
bundle.h 197 extern const char *bundle_GetLabel(struct bundle *);
ipv6cp.c 505 if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP)) {
506 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle),
558 if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP)) {
559 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle),
ipcp.c 889 if (bundle_GetLabel(fp->bundle)) {
890 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle),
958 if (bundle_GetLabel(fp->bundle)) {
959 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle),
    [all...]
bundle.c     [all...]
command.c 578 nargv[arg] = subst(nargv[arg], "LABEL", bundle_GetLabel(bundle));
    [all...]

Completed in 45 milliseconds