Searched refs:bundle_GetLabel (Results 1 - 5 of 5) sorted by path

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

Completed in 333 milliseconds