Searched refs:bundle_GetLabel (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | ipv6cp.c | 505 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()
|
H A D | bundle.h | 197 extern const char *bundle_GetLabel(struct bundle *);
|
H A D | ipcp.c | 894 if (bundle_GetLabel(fp->bundle)) { in IpcpLayerDown() 895 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in IpcpLayerDown() 963 if (bundle_GetLabel(fp->bundle)) { in IpcpLayerUp() 964 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle), in IpcpLayerUp()
|
H A D | bundle.c | 1349 bundle_GetLabel(struct bundle *bundle) in bundle_GetLabel() function
|
H A D | command.c | 581 nargv[arg] = subst(nargv[arg], "LABEL", bundle_GetLabel(bundle)); in command_Expand()
|