HomeSort by relevance Sort by last modified time
    Searched defs:ncp (Results 1 - 6 of 6) sorted by null

  /external/libppp/src/
ncp.h 26 * $FreeBSD: src/usr.sbin/ppp/ncp.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $
35 struct ncp { struct
57 extern void ncp_Init(struct ncp *, struct bundle *);
58 extern void ncp_Destroy(struct ncp *);
59 extern int ncp_fsmStart(struct ncp *, struct bundle *);
60 extern void ncp_IfaceAddrAdded(struct ncp *, const struct iface_addr *);
61 extern void ncp_IfaceAddrDeleted(struct ncp *, const struct iface_addr *);
62 extern void ncp_SetLink(struct ncp *, struct link *);
63 extern void ncp_Enqueue(struct ncp *, int, unsigned, char *, int);
64 extern void ncp_DeleteQueues(struct ncp *);
    [all...]
ncp.c 26 * $FreeBSD: src/usr.sbin/ppp/ncp.c,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $
70 #include "ncp.h"
96 ncp_Init(struct ncp *ncp, struct bundle *bundle)
98 ncp->afq = AF_INET;
99 ncp->route = NULL;
101 ncp->cfg.urgent.tcp.port = (u_short *)malloc(NDEFTCPPORTS * sizeof(u_short));
102 if (ncp->cfg.urgent.tcp.port == NULL) {
104 ncp->cfg.urgent.tcp.nports = ncp->cfg.urgent.tcp.maxports = 0
444 struct ncp *ncp = &arg->bundle->ncp; local
    [all...]
bundle.h 106 unsigned timeout; /* NCP Idle timeout value */
122 struct ncp ncp; member in struct:bundle
ipcp.c 90 #include "ncp.h"
220 char *cp, *cp_nons, *ncp, ch; local
230 while ((ncp = strstr(cp, "nameserver")) != NULL) {
231 if (ncp != cp) {
232 memcpy(cp_nons, cp, ncp - cp);
233 cp_nons += ncp - cp;
235 if ((ncp != cp && ncp[-1] != '\n') || !issep(ncp[10])) {
236 memcpy(cp_nons, ncp, 9)
1370 struct ncp *ncp = &bundle->ncp; local
    [all...]
command.c 94 #include "ncp.h"
535 oin = bundle->ncp.ipcp.throughput.OctetsIn;
536 oout = bundle->ncp.ipcp.throughput.OctetsOut;
537 pin = bundle->ncp.ipcp.throughput.PacketsIn;
538 pout = bundle->ncp.ipcp.throughput.PacketsOut;
540 oin += bundle->ncp.ipv6cp.throughput.OctetsIn;
541 oout += bundle->ncp.ipv6cp.throughput.OctetsOut;
542 pin += bundle->ncp.ipv6cp.throughput.PacketsIn;
543 pout += bundle->ncp.ipv6cp.throughput.PacketsOut;
549 nargv[arg] = substip(nargv[arg], "DNS0", bundle->ncp.ipcp.ns.dns[0])
1555 struct ncp *ncp = &arg->bundle->ncp; local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 1434 Cell *x, *vp, *arrayp, *cp, *ncp; local
    [all...]

Completed in 207 milliseconds