HomeSort by relevance Sort by last modified time
    Searched refs:ncpaddr (Results 1 - 18 of 18) 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...]
route.h 52 struct ncpaddr gw;
61 const struct ncpaddr *, const struct ncpaddr *);
63 const struct ncpaddr *);
71 const struct ncpaddr *, int, int);
iface.h 34 struct ncpaddr peer; /* peer address */
59 const struct ncpaddr *, int);
60 extern int iface_Delete(struct iface *, struct ncp *, const struct ncpaddr *);
filter.h 100 extern void filter_AdjustAddr(struct filter *, struct ncpaddr *,
101 struct ncpaddr *, struct in_addr *);
ipv6cp.h 49 struct ncpaddr myaddr; /* Local address */
50 struct ncpaddr hisaddr; /* Peer address */
ncpaddr.c 26 * $FreeBSD: src/usr.sbin/ppp/ncpaddr.c,v 1.16.26.1 2010/12/21 17:10:29 kensmith Exp $
48 #include "ncpaddr.h"
183 ncpaddr_init(struct ncpaddr *addr)
189 ncpaddr_isset(const struct ncpaddr *addr)
195 ncpaddr_isdefault(const struct ncpaddr *addr)
215 ncpaddr_equal(const struct ncpaddr *addr, const struct ncpaddr *cmp)
238 ncpaddr_copy(struct ncpaddr *addr, const struct ncpaddr *from)
257 ncpaddr_setip4addr(struct ncpaddr *addr, u_int32_t ip
    [all...]
bundle.h 208 extern void bundle_AdjustFilters(struct bundle *, struct ncpaddr *,
209 struct ncpaddr *);
Makefile 10 mbuf.c mp.c ncp.c ncpaddr.c pap.c physical.c pred.c probe.c prompt.c \
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...]
route.c 67 #include "ncpaddr.h"
445 struct ncpaddr gw;
550 const struct ncpaddr *me, const struct ncpaddr *peer)
552 struct ncpaddr dst;
603 const struct ncpaddr *gw)
741 const struct ncpaddr *gw, int bang, int quiet)
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...]
filter.c 60 #include "ncpaddr.h"
561 filter_AdjustAddr(struct filter *filter, struct ncpaddr *local,
562 struct ncpaddr *remote, struct in_addr *dns)
server.c 47 #include "ncpaddr.h"
100 struct ncpaddr addr;
ip.c 64 #include "ncpaddr.h"
228 struct ncpaddr srcaddr, dstaddr;
573 struct ncpaddr srcaddr, dstaddr;
ipv6cp.c 58 #include "ncpaddr.h"
202 struct ncpaddr addr;
bundle.c 69 #include "ncpaddr.h"
    [all...]
radius.c 76 #include "ncpaddr.h"
255 struct ncpaddr gw;
    [all...]

Completed in 6327 milliseconds