Home
last modified time | relevance | path

Searched refs:bundle_GetLabel (Results 1 – 5 of 5) sorted by relevance

/external/libppp/src/
Dipv6cp.c505 if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP)) { in ipv6cp_LayerUp()
506 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in ipv6cp_LayerUp()
558 if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP)) { in ipv6cp_LayerDown()
559 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in ipv6cp_LayerDown()
Dbundle.h197 extern const char *bundle_GetLabel(struct bundle *);
Dipcp.c889 if (bundle_GetLabel(fp->bundle)) { in IpcpLayerDown()
890 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in IpcpLayerDown()
958 if (bundle_GetLabel(fp->bundle)) { in IpcpLayerUp()
959 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in IpcpLayerUp()
Dbundle.c1352 bundle_GetLabel(struct bundle *bundle) in bundle_GetLabel() function
Dcommand.c578 nargv[arg] = subst(nargv[arg], "LABEL", bundle_GetLabel(bundle)); in command_Expand()