HomeSort by: relevance | last modified time | path
    Searched refs:ppp (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/distrib/syspkg/sets/base/base-ppp-bin/
Makefile 3 PKGBASE=base-ppp-bin
  /src/distrib/syspkg/sets/etc/etc-ppp-rc/
Makefile 3 PKGBASE=etc-ppp-rc
  /src/distrib/syspkg/sets/man/man-ppp-catman/
Makefile 3 PKGBASE=man-ppp-catman
  /src/distrib/syspkg/sets/man/man-ppp-man/
Makefile 3 PKGBASE=man-ppp-man
  /src/sys/modules/ppp_deflate/
Makefile 8 SRCS= ppp-deflate.c
  /src/external/lgpl3/gmp/dist/mpn/generic/
trialdiv.c 65 mp_limb_t ppp; /* primes, multiplied together */ member in struct:gmp_primes_ptab
66 mp_limb_t cps[7]; /* ppp values pre-computed for mpn_mod_1s_4p */
96 mp_limb_t ppp; local
106 ppp = gmp_primes_ptab[i].ppp;
109 r = mpn_mod_1s_4p (tp, tn, ppp << cps[1], cps);
  /src/sys/modules/if_ppp/
Makefile 8 IOCONF= ppp.ioconf
  /src/external/bsd/ppp/usr.sbin/pppd/
Makefile 28 ppp-des.c \
29 ppp-md4.c \
30 ppp-md5.c \
31 ppp-sha1.c \
49 CPPFLAGS+= -DPPPD_PLUGIN_DIR=\"/usr/libexec/ppp\"
  /src/sys/arch/prep/stand/installboot/
installboot.c 183 load_prep_partition(int devfd, struct mbr_partition *ppp)
211 if (ppp) {
212 *ppp = mbrp[i];
213 ppp->mbrp_start = le32toh(ppp->mbrp_start);
214 ppp->mbrp_size = le32toh(ppp->mbrp_size);
223 struct mbr_partition ppp; local
262 if (load_prep_partition(devfd, &ppp)) {
267 if (bootsize + dbtob(2) > dbtob(ppp.mbrp_size))
    [all...]
  /src/external/lgpl3/gmp/dist/
gen-trialdivtab.c 63 mpz_t ppp, acc, inv, gmp_numb_max, tmp, Bhalf; local
107 mpz_init_set_ui (ppp, 1);
122 mpz_mul_ui (acc, ppp, t);
145 mpz_set_ui (ppp, t);
151 mpz_set (ppp, acc);
164 mpz_set_ui (ppp, 1);
174 mpz_mul_ui (acc, ppp, t);
185 mpn_mod_1s_4p_cps (pre, ppp);
187 printf (" {CNST_LIMB(0x"); mpz_out_str (stdout, 16, ppp);
201 mpz_set_ui (ppp, t)
    [all...]
  /src/etc/rc.d/
ppp 3 # $NetBSD: ppp,v 1.11 2013/01/13 18:47:58 prlw1 Exp $
6 # PROVIDE: ppp
11 # any PPP addresses. This is considered a feature.
16 name="ppp"
27 # /etc/ppp/peers and $ppp_peers contain boot configuration
29 # file in /etc/ppp/peers of the same name, will be run as
38 if [ -f /etc/ppp/peers/$peer ]; then
Makefile 35 perusertmp pf pf_boot pflogd powerd ppp pwcheck \
  /src/sys/arch/playstation2/conf/
AGATE 27 options PPP_BSDCOMP # BSD-Compress compression support for PPP
28 options PPP_DEFLATE # Deflate compression support for PPP
29 options PPP_FILTER # Active filter support for PPP (requires bpf)
34 pseudo-device ppp # Point-to-Point Protocol
DEBUG 21 options PPP_BSDCOMP # BSD-Compress compression support for PPP
22 options PPP_DEFLATE # Deflate compression support for PPP
23 options PPP_FILTER # Active filter support for PPP (requires bpf)
116 pseudo-device ppp # Point-to-Point Protocol
  /src/etc/pam.d/
Makefile 6 passwd pop3 ppp racoon rexecd rsh sshd su system telnetd xdm \
  /src/external/bsd/ipf/dist/
mkfilters 23 next if (($i =~ /lo/) || !defined($net{$i}) || defined($ppp{$i}));
99 if (/\-\-\>/) { # PPP, (SLIP?)
101 ($ppp{$iface} = $_) =~ s/.*inet ([^ ]+) \-\-\> ([^ ]+).*/$2/;
  /src/sys/fs/ptyfs/
ptyfs_subr.c 148 struct ptyfs_hashhead *ppp; local
151 ppp = &ptyfs_node_tbl[PTYFS_FILENO(type, pty) & ptyfs_node_mask];
154 SLIST_FOREACH(pp, ppp, ptyfs_hash) {
186 SLIST_INSERT_HEAD(ppp, pp, ptyfs_hash);
  /src/sys/net/
Makefile 11 pfil.h pfkeyv2.h pfvar.h ppp-comp.h ppp_defs.h radix.h \
  /src/external/bsd/
Makefile 66 SUBDIR+= blocklist pdisk nvi ppp libnv tradcpp
  /src/distrib/syspkg/sets/man/
Makefile 79 SUBDIR+=man-ppp-catman
80 SUBDIR+=man-ppp-man
  /src/distrib/syspkg/sets/etc/
Makefile 32 SUBDIR+=etc-ppp-rc
  /src/sys/arch/atari/conf/
ATARITT 18 options PPP_BSDCOMP # BSD-Compress compression support for PPP
19 options PPP_DEFLATE # Deflate compression support for PPP
20 options PPP_FILTER # Active filter support for PPP (requires bpf)
58 pseudo-device ppp # ppp
FALCON 23 options PPP_BSDCOMP # BSD-Compress compression support for PPP
24 options PPP_DEFLATE # Deflate compression support for PPP
25 options PPP_FILTER # Active filter support for PPP (requires bpf)
63 pseudo-device ppp # ppp
  /src/sys/arch/evbarm/conf/
GENERIC.common 56 options PPP_BSDCOMP # BSD-Compress compression support for PPP
57 options PPP_DEFLATE # Deflate compression support for PPP
58 options PPP_FILTER # Active filter support for PPP (requires bpf)
164 pseudo-device ppp # Point-to-Point Protocol
165 pseudo-device pppoe # PPP over Ethernet (RFC 2516)
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
heaptrace.c 340 void * ppp = (void *) __libc_realloc (ptr, size); local
342 (long) size, ptr, ppp);
343 return ppp;

Completed in 48 milliseconds

1 2 3