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

12

/freebsd-13-stable/usr.sbin/syslogd/
H A Dppp.conf2 !ppp
3 *.* /var/log/ppp.log
H A DMakefile34 SYSLOGD_D+= ppp.conf
/freebsd-13-stable/usr.sbin/newsyslog/newsyslog.conf.d/
H A Dppp.conf2 /var/log/ppp.log root:network 640 3 1000 * JC
H A DMakefile26 CONFS+= ppp.conf
/freebsd-13-stable/usr.sbin/pppctl/
H A DMakefile3 PACKAGE= ppp
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.
208 * on the ppp descriptor.
245 * service the ppp descriptor anyway.
271 * write the results to our ppp descriptor and read the results back.
274 * a SIGUSR1 from the Monitor thread, telling us that the ppp descriptor
297 while ((l = SmartGets(td->edit, &len, td->ppp))) {
304 write(td->ppp,
[all...]
/freebsd-13-stable/usr.sbin/ppp/
H A DMakefile5 PACKAGE= ppp
6 PROG= ppp
7 MAN= ppp.8
15 CONFS= ppp.conf
16 CONFSDIR= ${CONFDIR}/ppp
H A Dppp.conf6 # See /usr/share/examples/ppp/ for some examples
13 ident user-ppp VERSION
/freebsd-13-stable/share/examples/
H A DMakefile29 ppp \
235 SE_DIRS+= ppp
239 ppp.conf.sample \
240 ppp.conf.span-isp \
241 ppp.conf.span-isp.working \
242 ppp.linkdown.sample \
243 ppp.linkdown.span-isp \
244 ppp.linkdown.span-isp.working \
245 ppp.linkup.sample \
246 ppp
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h71 proc_t **ppp; local
82 ppp = &system_proc;
84 ppp = &pp;
85 error = kproc_kthread_add(proc, arg, ppp, &td, RFSTOPPED,
/freebsd-13-stable/contrib/ipfilter/
H A Dmkfilters23 next if (($i =~ /lo/) || !defined($net{$i}) || defined($ppp{$i}));
101 ($ppp{$iface} = $_) =~ s/.*inet ([^ ]+) \-\-\> ([^ ]+).*/$2/;
/freebsd-13-stable/sys/modules/netgraph/
H A DMakefile42 ppp \
/freebsd-13-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-13-stable/libexec/rc/
H A Dnetstart49 /etc/rc.d/ppp ${_start}
/freebsd-13-stable/secure/
H A DMakefile16 usr.sbin/ppp usr.sbin/tcpdump/tcpdump
/freebsd-13-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-13-stable/contrib/bzip2/
H A Dbzlib_private.h103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
/freebsd-13-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-13-stable/libexec/rc/rc.d/
H A DMakefile84 ppp \
/freebsd-13-stable/usr.sbin/
H A DMakefile191 SUBDIR.${MK_PPP}+= ppp
/freebsd-13-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile124 print-ppp.c \
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c2586 int ppp; local
2590 ppp = priv->prof->tx_ppp;
2591 error = sysctl_handle_int(oidp, &ppp, 0, req);
2594 if (ppp > 0xff || ppp < 0)
2596 priv->prof->tx_ppp = ppp;
2611 int ppp; local
2618 ppp = priv->prof->rx_ppp;
2619 error = sysctl_handle_int(oidp, &ppp, 0, req);
2622 if (ppp >
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A DMakefile.in190 print-ppp.c \
288 ppp.h \
/freebsd-13-stable/contrib/libpcap/
H A Dscanner.l258 link|ether|ppp|slip return LINK;

Completed in 284 milliseconds

12