Searched refs:ppp (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/share/examples/
H A DMakefile35 ppp \
131 ppp/chap-auth \
132 ppp/login-auth \
133 ppp/ppp.conf.sample \
134 ppp/ppp.conf.span-isp \
135 ppp/ppp.conf.span-isp.working \
136 ppp/pp
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dppp.conf6 # See /usr/share/examples/ppp/ for some examples
13 ident user-ppp VERSION
H A DMakefile5 PROG= ppp
6 MAN= ppp.8
24 CONFS= ppp.conf
25 CONFSDIR= ${CONFDIR}/ppp
/freebsd-11-stable/etc/
H A Dsyslog.conf34 !ppp
35 *.* /var/log/ppp.log
H A Dnetstart52 /etc/rc.d/ppp ${_start}
H A Dnewsyslog.conf34 /var/log/ppp.log root:network 640 3 100 * JC
H A DMakefile155 PPPCNF= ppp.conf
/freebsd-11-stable/contrib/ipfilter/
H A Dmkfilters23 next if (($i =~ /lo/) || !defined($net{$i}) || defined($ppp{$i}));
101 ($ppp{$iface} = $_) =~ s/.*inet ([^ ]+) \-\-\> ([^ ]+).*/$2/;
/freebsd-11-stable/sys/modules/netgraph/
H A DMakefile40 ppp \
/freebsd-11-stable/sys/netgraph/
H A Dng_rfc1490.c107 hook_p ppp; member in struct:ng_rfc1490_private
192 if (priv->ppp)
194 priv->ppp = hook;
372 NG_FWD_NEW_DATA(error, item, priv->ppp, m);
384 NG_FWD_NEW_DATA(error, item, priv->ppp, m);
387 } else if (hook == priv->ppp) {
481 else if (hook == priv->ppp)
482 priv->ppp = NULL;
/freebsd-11-stable/secure/
H A DMakefile18 usr.sbin/pkg_install usr.sbin/ppp usr.sbin/tcpdump/tcpdump
/freebsd-11-stable/sys/geom/
H A Dgeom_bsd.c100 struct partition *ppp; local
136 ppp = &dl.d_partitions[i];
137 if (ppp->p_size == 0)
139 o = (off_t)ppp->p_offset * dl.d_secsize;
153 ppp = &dl.d_partitions[i];
155 o = (off_t)ppp->p_offset * dl.d_secsize;
160 (off_t)ppp->p_size * dl.d_secsize,
169 ppp = &dl.d_partitions[u];
170 o = (off_t)ppp->p_offset * dl.d_secsize;
175 (off_t)ppp
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c269 * with chat script in ppp.conf
403 * 'ppp -direct -quiet [-unit N] label'. Never returns.
409 char ppp[] = "/usr/sbin/ppp"; local
410 char *ppp_args[] = { ppp, "-direct", "-quiet",
437 if (execv(ppp, ppp_args) < 0) {
439 "%s (%d)", ppp, (unit != NULL)? " -unit " : "",
/freebsd-11-stable/usr.sbin/pppctl/
H A Dpppctl.c61 int ppp; /* ppp descriptor */ member in struct:thread_data
65 #define REC_PASSWD (1) /* Handle a password request from ppp */
116 * Receive data from the ppp descriptor.
206 * on the ppp descriptor.
243 * service the ppp descriptor anyway.
269 * write the results to our ppp descriptor and read the results back.
272 * a SIGUSR1 from the Monitor thread, telling us that the ppp descriptor
295 while ((l = SmartGets(td->edit, &len, td->ppp))) {
302 write(td->ppp,
[all...]
/freebsd-11-stable/contrib/bzip2/
H A Dbzlib_private.h103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dmakefile128 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
166 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
H A Dmakefile.wc118 ethertyp.h nlpid.h llc.h gencode.h atmuni31.h sunatmpo.h ppp.h sll.h &
/freebsd-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile124 print-ppp.c \
/freebsd-11-stable/etc/rc.d/
H A DMakefile85 ppp \
/freebsd-11-stable/usr.sbin/
H A DMakefile196 SUBDIR.${MK_PPP}+= ppp
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c2584 int ppp; local
2588 ppp = priv->prof->tx_ppp;
2589 error = sysctl_handle_int(oidp, &ppp, 0, req);
2592 if (ppp > 0xff || ppp < 0)
2594 priv->prof->tx_ppp = ppp;
2609 int ppp; local
2616 ppp = priv->prof->rx_ppp;
2617 error = sysctl_handle_int(oidp, &ppp, 0, req);
2620 if (ppp >
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in190 print-ppp.c \
288 ppp.h \
/freebsd-11-stable/contrib/amd/amd/
H A Dopts.c1351 apply_opts(void (*op) (opt_apply *, int), opt_apply ppp[], int b) argument
1355 for (pp = ppp; pp->opt; pp++)
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l258 link|ether|ppp|slip return LINK;
H A DMakefile.in143 ppp.h \

Completed in 132 milliseconds

12