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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dbundle.h197 extern const char *bundle_GetLabel(struct bundle *);
H A Dipv6cp.c505 if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP)) {
506 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle),
558 if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP)) {
559 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle),
H A Dipcp.c894 if (bundle_GetLabel(fp->bundle)) {
895 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle),
963 if (bundle_GetLabel(fp->bundle)) {
964 if (system_Select(fp->bundle, bundle_GetLabel(fp->bundle),
H A Dbundle.c1352 bundle_GetLabel(struct bundle *bundle) function
H A Dcommand.c581 nargv[arg] = subst(nargv[arg], "LABEL", bundle_GetLabel(bundle));

Completed in 223 milliseconds