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

  /external/libppp/src/
ncpaddr.h 26 * $FreeBSD: src/usr.sbin/ppp/ncpaddr.h,v 1.3.42.1 2010/12/21 17:10:29 kensmith Exp $
49 struct ncpaddr { struct
61 extern void ncpaddr_init(struct ncpaddr *);
62 extern int ncpaddr_isset(const struct ncpaddr *);
63 extern int ncpaddr_isdefault(const struct ncpaddr *);
64 extern int ncpaddr_equal(const struct ncpaddr *, const struct ncpaddr *);
65 extern void ncpaddr_copy(struct ncpaddr *, const struct ncpaddr *);
66 extern void ncpaddr_setip4addr(struct ncpaddr *, u_int32_t)
    [all...]
iface.c 70 #include "ncpaddr.h"
433 const struct ncpaddr *peer, int how)
437 struct ncpaddr ncplocal;
517 iface_Delete(struct iface *iface, struct ncp *ncp, const struct ncpaddr *del)
519 struct ncpaddr found;
652 struct ncpaddr ncpaddr; local
683 ncprange_getaddr(&iface->addr[f].ifa, &ncpaddr);
686 prompt_Printf(arg->prompt, " inet %s --> ", ncpaddr_ntoa(&ncpaddr));
697 prompt_Printf(arg->prompt, " inet6 %s", ncpaddr_ntoa(&ncpaddr));
    [all...]
ipcp.c 75 #include "ncpaddr.h"
519 struct ncpaddr ipaddr;
662 struct ncpaddr myncpaddr, hisncpaddr;
1053 struct ncpaddr ncpaddr; local
1089 ncpaddr_setip4(&ncpaddr, ipcp->my_ip);
1090 bundle_AdjustFilters(fp->bundle, &ncpaddr, NULL);
1372 struct ncpaddr ncpaddr; local
    [all...]
command.c 74 #include "ncpaddr.h"
495 substipv6(char *tgt, const char *oldstr, const struct ncpaddr *ip)
1556 struct ncpaddr ncpaddr; local
1650 struct ncpaddr ncpaddr[2]; local
    [all...]

Completed in 60 milliseconds