Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dipv6cp.c485 if (bundle_GetLabel(fp->bundle)) { in ipv6cp_LayerUp()
486 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in ipv6cp_LayerUp()
520 if (bundle_GetLabel(fp->bundle)) { in ipv6cp_LayerDown()
521 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in ipv6cp_LayerDown()
H A Dbundle.h189 extern const char *bundle_GetLabel(struct bundle *);
H A Dipcp.c882 if (bundle_GetLabel(fp->bundle)) { in IpcpLayerDown()
883 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in IpcpLayerDown()
949 if (bundle_GetLabel(fp->bundle)) { in IpcpLayerUp()
950 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in IpcpLayerUp()
H A Dbundle.c1343 bundle_GetLabel(struct bundle *bundle) in bundle_GetLabel() function
H A Dcommand.c559 nargv[arg] = subst(nargv[arg], "LABEL", bundle_GetLabel(bundle)); in command_Expand()