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

12

/freebsd-10.0-release/share/examples/ppp/
H A Dppp.linkup.sample3 # Example of ppp.linkup file
5 # This file is checked when ppp establishes a connection.
6 # ppp searches the labels in this file as follows:
10 # 2) The label specified on the command line to ppp.
20 # ppp.conf route is `sticky' (see the man page).
25 !bg /usr/X11R6/bin/auplay /etc/ppp/linkup.au
28 # to 192.244.176.0 network. This may also be done in ppp.conf instead.
40 # connectivity. Using ``!'' will delay ppp 'till the completion
46 !bg /etc/ppp/ppp
[all...]
H A Dppp.linkdown.sample3 # Example of ppp.linkdown file
5 # This file is checked when ppp closes a connection.
6 # ppp searches the labels in this file as follows:
10 # 2) The label specified on the command line to ppp.
26 !bg /usr/local/bin/auplay /etc/ppp/linkdown.au
28 # If you're running ``ppp -auto -nat dynamic-nat-auto'', and are
H A Dppp.conf.sample20 # may want to ``!include ~/.ppp.conf'' for backwards compatibility.
60 # when negotiating with some (broken) ppp implementations.
66 # It's better to put the ``add'' line in ppp.linkup when not in -auto mode.
68 # Finally, the ``enable dns'' line tells ppp to ask the peer for the
70 # by the other side, but if it is, ppp will update /etc/resolv.conf with
75 # it's received, send ``ppp'', expect ``word:'' then send ``ppp''.
81 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp"
107 # # ppp
[all...]
/freebsd-10.0-release/share/examples/
H A DMakefile30 ppp \
134 ppp/chap-auth \
135 ppp/login-auth \
136 ppp/ppp.conf.sample \
137 ppp/ppp.conf.span-isp \
138 ppp/ppp.conf.span-isp.working \
139 ppp/pp
[all...]
/freebsd-10.0-release/etc/ppp/
H A Dppp.conf6 # See /usr/share/examples/ppp/ for some examples
13 ident user-ppp VERSION
/freebsd-10.0-release/etc/
H A Dsyslog.conf34 !ppp
35 *.* /var/log/ppp.log
H A Dnetstart55 /etc/rc.d/ppp ${_start}
H A Dnewsyslog.conf34 /var/log/ppp.log root:network 640 3 100 * JC
H A DMakefile149 PPPCNF= ppp.conf
277 cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
278 ${PPPCNF} ${DESTDIR}/etc/ppp
/freebsd-10.0-release/contrib/ipfilter/
H A Dmkfilters23 next if (($i =~ /lo/) || !defined($net{$i}) || defined($ppp{$i}));
101 ($ppp{$iface} = $_) =~ s/.*inet ([^ ]+) \-\-\> ([^ ]+).*/$2/;
/freebsd-10.0-release/sys/modules/netgraph/
H A DMakefile40 ppp \
/freebsd-10.0-release/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-10.0-release/usr.sbin/ppp/
H A DMakefile5 PROG= ppp
6 MAN= ppp.8
/freebsd-10.0-release/secure/
H A DMakefile10 usr.sbin/pkg_install usr.sbin/ppp usr.sbin/tcpdump/tcpdump
/freebsd-10.0-release/sys/geom/
H A Dgeom_bsd.c98 struct partition *ppp; local
134 ppp = &dl.d_partitions[i];
135 if (ppp->p_size == 0)
137 o = (off_t)ppp->p_offset * dl.d_secsize;
151 ppp = &dl.d_partitions[i];
153 o = (off_t)ppp->p_offset * dl.d_secsize;
158 (off_t)ppp->p_size * dl.d_secsize,
167 ppp = &dl.d_partitions[u];
168 o = (off_t)ppp->p_offset * dl.d_secsize;
173 (off_t)ppp
[all...]
/freebsd-10.0-release/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c267 * with chat script in ppp.conf
401 * 'ppp -direct -quiet [-unit N] label'. Never returns.
407 char ppp[] = "/usr/sbin/ppp"; local
408 char *ppp_args[] = { ppp, "-direct", "-quiet",
435 if (execv(ppp, ppp_args) < 0) {
437 "%s (%d)", ppp, (unit != NULL)? " -unit " : "",
/freebsd-10.0-release/usr.sbin/pppctl/
H A Dpppctl.c59 int ppp; /* ppp descriptor */ member in struct:thread_data
63 #define REC_PASSWD (1) /* Handle a password request from ppp */
114 * Receive data from the ppp descriptor.
204 * on the ppp descriptor.
241 * service the ppp descriptor anyway.
267 * write the results to our ppp descriptor and read the results back.
270 * a SIGUSR1 from the Monitor thread, telling us that the ppp descriptor
293 while ((l = SmartGets(td->edit, &len, td->ppp))) {
300 write(td->ppp,
[all...]
/freebsd-10.0-release/etc/rc.d/
H A DMakefile115 ppp \
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c1261 int ppp; local
1265 ppp = priv->prof->tx_ppp;
1266 error = sysctl_handle_int(oidp, &ppp, 0, req);
1269 if (ppp > 0xff || ppp < 0)
1271 priv->prof->tx_ppp = ppp;
1287 int ppp; local
1294 ppp = priv->prof->rx_ppp;
1295 error = sysctl_handle_int(oidp, &ppp, 0, req);
1298 if (ppp >
[all...]
/freebsd-10.0-release/contrib/bzip2/
H A Dbzlib_private.h103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
/freebsd-10.0-release/usr.sbin/
H A DMakefile270 SUBDIR+= ppp
/freebsd-10.0-release/usr.sbin/tcpdump/tcpdump/
H A DMakefile96 print-ppp.c \
/freebsd-10.0-release/contrib/openresolv/
H A Dresolvconf.in46 : ${dynamic_order:=tap[0-9]* tun[0-9]* vpn vpn[0-9]* ppp[0-9]* ippp[0-9]*}
/freebsd-10.0-release/contrib/amd/amd/
H A Dopts.c1349 apply_opts(void (*op) (opt_apply *, int), opt_apply ppp[], int b) argument
1353 for (pp = ppp; pp->opt; pp++)
/freebsd-10.0-release/contrib/libpcap/
H A Dscanner.l194 link|ether|ppp|slip return LINK;

Completed in 201 milliseconds

12