Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ppp/
H A Dipv6cp.c507 if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP)) { in ipv6cp_LayerUp()
508 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in ipv6cp_LayerUp()
560 if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP)) { in ipv6cp_LayerDown()
561 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in ipv6cp_LayerDown()
H A Dbundle.h199 extern const char *bundle_GetLabel(struct bundle *);
H A Dipcp.c896 if (bundle_GetLabel(fp->bundle)) { in IpcpLayerDown()
897 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in IpcpLayerDown()
965 if (bundle_GetLabel(fp->bundle)) { in IpcpLayerUp()
966 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in IpcpLayerUp()
H A Dbundle.c1354 bundle_GetLabel(struct bundle *bundle) in bundle_GetLabel() function
H A Dcommand.c583 nargv[arg] = subst(nargv[arg], "LABEL", bundle_GetLabel(bundle)); in command_Expand()