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

12

/freebsd-current/usr.sbin/syslogd/
H A Dppp.conf0 !ppp
2 *.* /var/log/ppp.log
H A DMakefile42 PPP+= ppp.conf
44 PPPPACKAGE= ppp
/freebsd-current/usr.sbin/newsyslog/newsyslog.conf.d/
H A Dppp.conf1 /var/log/ppp.log root:network 640 3 1000 * JC
H A DMakefile37 PPP+= ppp.conf
38 PPPPACKAGE= ppp
/freebsd-current/usr.sbin/pppctl/
H A DMakefile2 PACKAGE= ppp
H A Dpppctl.c58 int ppp; /* ppp descriptor */ member in struct:thread_data
62 #define REC_PASSWD (1) /* Handle a password request from ppp */
113 * Receive data from the ppp descriptor.
205 * on the ppp descriptor.
242 * service the ppp descriptor anyway.
268 * write the results to our ppp descriptor and read the results back.
271 * a SIGUSR1 from the Monitor thread, telling us that the ppp descriptor
294 while ((l = SmartGets(td->edit, &len, td->ppp))) {
301 write(td->ppp,
[all...]
/freebsd-current/usr.sbin/ppp/
H A DMakefile4 PACKAGE= ppp
5 PROG= ppp
6 MAN= ppp.8
14 CONFS= ppp.conf
15 CONFSDIR= ${CONFDIR}/ppp
H A Dppp.conf6 # See /usr/share/examples/ppp/ for some examples
12 ident user-ppp VERSION
/freebsd-current/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-current/share/examples/
H A DMakefile26 ppp \
231 SE_DIRS+= ppp
232 SE_PPPPACKAGE= ppp
236 ppp.conf.sample \
237 ppp.conf.span-isp \
238 ppp.conf.span-isp.working \
239 ppp.linkdown.sample \
240 ppp.linkdown.span-isp \
241 ppp.linkdown.span-isp.working \
242 ppp
[all...]
/freebsd-current/share/examples/ipfilter/
H A Dmkfilters23 next if (($i =~ /lo/) || !defined($net{$i}) || defined($ppp{$i}));
101 ($ppp{$iface} = $_) =~ s/.*inet ([^ ]+) \-\-\> ([^ ]+).*/$2/;
/freebsd-current/sys/modules/netgraph/
H A DMakefile39 ppp \
/freebsd-current/sys/netgraph/
H A Dng_rfc1490.c105 hook_p ppp; member in struct:ng_rfc1490_private
190 if (priv->ppp)
192 priv->ppp = hook;
370 NG_FWD_NEW_DATA(error, item, priv->ppp, m);
382 NG_FWD_NEW_DATA(error, item, priv->ppp, m);
385 } else if (hook == priv->ppp) {
479 else if (hook == priv->ppp)
480 priv->ppp = NULL;
/freebsd-current/libexec/rc/
H A Dnetstart44 /etc/rc.d/ppp ${_start}
/freebsd-current/secure/
H A DMakefile15 usr.sbin/ppp usr.sbin/tcpdump/tcpdump
/freebsd-current/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c268 * with chat script in ppp.conf
402 * 'ppp -direct -quiet [-unit N] label'. Never returns.
408 char ppp[] = "/usr/sbin/ppp"; local
409 char *ppp_args[] = { ppp, "-direct", "-quiet",
436 if (execv(ppp, ppp_args) < 0) {
438 "%s (%d)", ppp, (unit != NULL)? " -unit " : "",
/freebsd-current/contrib/bzip2/
H A Dbzlib_private.h103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
/freebsd-current/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-current/usr.sbin/tcpdump/tcpdump/
H A DMakefile125 print-ppp.c \
/freebsd-current/usr.sbin/
H A DMakefile191 SUBDIR.${MK_PPP}+= ppp
/freebsd-current/libexec/rc/rc.d/
H A DMakefile75 ppp \
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c2583 int ppp; local
2587 ppp = priv->prof->tx_ppp;
2588 error = sysctl_handle_int(oidp, &ppp, 0, req);
2591 if (ppp > 0xff || ppp < 0)
2593 priv->prof->tx_ppp = ppp;
2608 int ppp; local
2615 ppp = priv->prof->rx_ppp;
2616 error = sysctl_handle_int(oidp, &ppp, 0, req);
2619 if (ppp >
[all...]
/freebsd-current/contrib/tcpdump/
H A DMakefile.in201 print-ppp.c \
311 ppp.h \
/freebsd-current/contrib/libpcap/
H A Dscanner.l259 link|ether|ppp|slip return LINK;

Completed in 424 milliseconds

12