Lines Matching refs:paths
381 local($paths, $options, $defref) = @_;
400 if defined($paths{$peer});
404 $paths{$peer} = $options;
439 local($words,$word,$prevword,$i,$errors,%defaults,%ifconfig,%paths);
465 savepath(\%paths, $options, \%defaults);
471 savepath(\%paths, $options, \%defaults);
504 savepath(\%paths, $options, \%defaults);
505 die "No paths defined for aspppd.\n" if 0+(keys %paths) == 0;
508 nof 0+(keys %paths), "path", " and ";
512 ( \%ifconfig, \%paths );
723 convert_options(\@pppdargs, $$paths{$peer}, undef, $peer);
954 local($ifconfig, $paths) = readaspppcf($aspppcf);
998 if (!defined($$paths{$user})) {
1004 $intf = ${$$paths{$user}}{"interface"};
1018 ${$$paths{$user}}{$isdialin} = 1;
1023 if (${$$paths{$user}}{require_authentication}) {
1062 foreach $peer (keys %$paths) {
1066 if (${$$paths{$peer}}{$isdialin}) {
1072 delete $$paths{$peer};
1075 push @bidirectional, $peer if ${$$paths{$peer}}{$isdialin};
1195 convert_options(\@pppdargs,$$paths{$peer},
1222 } elsif (${$$paths{$peer}}{$isdialin}) {
1226 delete $$paths{$peer};
1240 delete $ {$$paths{$peer}}{interface};