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

12

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A Dpppcontroller.defs25 #import <ppp/pppcontroller.defs>
/macosx-10.10.1/ppp-786.1.1/Authenticators/EAP-TLS/
H A Deaptls.h27 #include <ppp/eap_plugin.h>
H A Deaptls_ui.c35 #include <ppp/ppp_defs.h>
/macosx-10.10.1/ppp-786.1.1/Documentation/scripts/
H A Dppp-on3 # Script to initiate a ppp connection. This is the first part of the
15 # Export them so that they will be available at 'ppp-on-dialer' time.
23 DIALER_SCRIPT=/etc/ppp/ppp-on-dialer
H A Dppp-on-rsh38 PPPD_LOC_OPT=/etc/ppp/options-rsh-loc
49 PPPD_REM_OPT=/etc/ppp/options-rsh-rem
H A Dppp-on-ssh39 PPPD_LOC_OPT=/etc/ppp/options-ssh-loc
50 PPPD_REM_OPT=/etc/ppp/options-ssh-rem
/macosx-10.10.1/ppp-786.1.1/
H A DMakefile2 # Makefile for ppp
6 Project = ppp
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_manager.c133 unit is the ppp managed unit
142 serv->u.ppp.ndrv_socket = -1;
143 serv->u.ppp.phase = PPP_IDLE;
144 serv->u.ppp.statusfd[READ] = -1;
145 serv->u.ppp.statusfd[WRITE] = -1;
146 serv->u.ppp.controlfd[READ] = -1;
147 serv->u.ppp.controlfd[WRITE] = -1;
148 serv->u.ppp.pid = -1;
155 strlcat((char*)str, ".ppp", sizeof(str)); // add plugin suffix
158 my_CFRelease(&serv->u.ppp
[all...]
H A DsessionTracer.c102 return (!(serv->u.ppp.laststatus == EXIT_OK ||
103 serv->u.ppp.laststatus == EXIT_USER_REQUEST ||
104 serv->u.ppp.laststatus == EXIT_IDLE_TIMEOUT ||
105 serv->u.ppp.laststatus == EXIT_CONNECT_TIME /* ||
106 serv->u.ppp.laststatus == EXIT_TRAFFIC_LIMIT */));
129 const char *ppp_err = ppp_error_to_string(serv->u.ppp.laststatus);
130 const char *dev_err = ppp_dev_error_to_string(serv->subtype, serv->u.ppp.lastdevstatus);
131 if (!ppp_err && !serv->u.ppp.laststatus && !dev_err && !serv->u.ppp.lastdevstatus) {
138 } else if (serv->u.ppp
[all...]
H A Dppp_getoption.c79 if (serv->u.ppp.phase != PPP_IDLE
115 if (serv->u.ppp.phase != PPP_IDLE
151 if (serv->u.ppp.phase != PPP_IDLE
H A Dscnc_main.c1441 unit is the ppp managed unit
1515 an interface is come down, dispose the ppp structure
1794 find the ppp structure corresponding to the reference, for a given type
2701 const char *status_str = ppp_error_to_string(serv->u.ppp.laststatus);
2702 const char *dev_status_str = ppp_dev_error_to_string(serv->subtype, serv->u.ppp.lastdevstatus);
2712 serv->u.ppp.lastdevstatus);
2716 serv->u.ppp.laststatus,
2718 } else if (serv->u.ppp.laststatus || serv->u.ppp.lastdevstatus) {
2721 serv->u.ppp
[all...]
/macosx-10.10.1/crontabs-52/files/
H A Dnewsyslog.conf24 /var/log/ppp.log 640 5 1000 * J
/macosx-10.10.1/ppp-786.1.1/Drivers/PPPoE/PPPoE-extension/
H A DPPPoE.h42 #define PPPPROTO_PPPOE 16 /* TEMP - move to ppp.h - 1..32 are reserved */
51 struct sockaddr_ppp ppp; /* generic ppp address */ member in struct:sockaddr_pppoe
H A Dpppoe_proto.c534 addr->ppp.ppp_len = sizeof(struct sockaddr_pppoe);
535 addr->ppp.ppp_family = AF_PPP;
536 addr->ppp.ppp_proto = PPPPROTO_PPPOE;
537 addr->ppp.ppp_cookie = 0;
664 addr.ppp.ppp_len = sizeof(struct sockaddr_pppoe);
665 addr.ppp.ppp_family = AF_PPP;
666 addr.ppp.ppp_proto = PPPPROTO_PPPOE;
667 addr.ppp.ppp_cookie = 0;
709 // we are hooked to ppp
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dpptest.cpp98 ParsePosition *ppp = pp5.clone(); local
99 if(ppp == &pp5 || *ppp != pp5) {
102 delete ppp;
/macosx-10.10.1/ppp-786.1.1/Drivers/PPPoE/PPPoE-plugin/
H A Dmain.c399 establish the socket as a ppp link
421 disestablish the socket as a ppp link
469 addr.ppp.ppp_len = sizeof(struct sockaddr_pppoe);
470 addr.ppp.ppp_family = AF_PPP;
471 addr.ppp.ppp_proto = PPPPROTO_PPPOE;
532 addr.ppp.ppp_len = sizeof(struct sockaddr_pppoe);
533 addr.ppp.ppp_family = AF_PPP;
534 addr.ppp.ppp_proto = PPPPROTO_PPPOE;
/macosx-10.10.1/ppp-786.1.1/Drivers/PPPoE/PPPoE-vpn/
H A Dmain.c107 pppref is the ppp bundle reference
110 - As full ppp bundles (bundle.ppp). The bundle contains the ppp bundle binary,
113 if a ppp bundle was used, the vpn plugin will be able to get access to the
122 /* first load the kext if we are loaded as part of a ppp bundle */
315 addr.ppp.ppp_len = sizeof(struct sockaddr_pppoe);
316 addr.ppp.ppp_family = AF_PPP;
317 addr.ppp.ppp_proto = PPPPROTO_PPPOE;
/macosx-10.10.1/screen-22/screen/
H A Dattacher.c55 extern struct passwd *ppp;
814 pass = ppp->pw_passwd;
844 pass = ppp->pw_passwd = SaveStr(pass);
849 strncpy(fullname, ppp->pw_gecos, sizeof(fullname) - 9);
856 strncpy(cp1, ppp->pw_name, 8);
863 fullname, ppp->pw_name);
877 pam_error = pam_start("screen", ppp->pw_name, &PAM_conversation, &pamh);
H A Dscreen.c167 struct passwd *ppp; variable in typeref:struct:passwd
283 getpwbyname(name, ppp)
285 struct passwd *ppp;
293 if (!ppp && !(ppp = getpwnam(name)))
301 if (ppp->pw_passwd[0] == '#' && ppp->pw_passwd[1] == '#' &&
302 strcmp(ppp->pw_passwd + 2, ppp->pw_name) == 0)
306 char c = ppp
[all...]
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzlib_private.h103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
/macosx-10.10.1/pcre-7/pcre/
H A Dpcretest.c1043 unsigned char *p, *pp, *ppp; local
1244 ppp = pp;
1247 while (*ppp != 0 && *ppp != '\n' && *ppp != '\r' && *ppp != ' ') ppp++;
1248 *ppp = 0;
1256 pp = ppp;
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dmakefile130 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
170 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
/macosx-10.10.1/ppp-786.1.1/Family/
H A Dppp_domain.c28 * this file implements the ppp domain, which is used to communicate
50 #include "ppp_defs.h" // public ppp values
51 #include "if_ppp.h" // public ppp API
102 SYSCTL_NODE(_net, PF_PPP, ppp, CTLFLAG_RW, 0, "");
/macosx-10.10.1/tcpdump-61/tcpdump/win32/prj/
H A DGNUmakefile110 ../../print-ppp.o \
/macosx-10.10.1/vim-55/src/
H A Dsyntax.c4950 struct pat_ptr *ppp; local
5054 ppp = (struct pat_ptr *)alloc((unsigned)sizeof(struct pat_ptr));
5055 if (ppp == NULL)
5060 ppp->pp_next = pat_ptrs[item];
5061 pat_ptrs[item] = ppp;
5062 ppp->pp_synp = (synpat_T *)alloc_clear((unsigned)sizeof(synpat_T));
5063 if (ppp->pp_synp == NULL)
5077 rest = get_syn_pattern(rest, ppp->pp_synp);
5081 ppp->pp_synp->sp_flags |= HL_HAS_EOL;
5082 ppp
[all...]

Completed in 177 milliseconds

12