Searched refs:ncpaddr (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/usr.sbin/ppp/
H A Dncpaddr.h26 * $FreeBSD: releng/11.0/usr.sbin/ppp/ncpaddr.h 86815 2001-11-23 12:39:20Z brian $
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_
[all...]
H A Droute.h52 struct ncpaddr gw;
61 const struct ncpaddr *, const struct ncpaddr *);
63 const struct ncpaddr *);
71 const struct ncpaddr *, int, int);
H A Diface.h34 struct ncpaddr peer; /* peer address */
62 const struct ncpaddr *, int);
63 extern int iface_Delete(struct iface *, struct ncp *, const struct ncpaddr *);
H A Dfilter.h100 extern void filter_AdjustAddr(struct filter *, struct ncpaddr *,
101 struct ncpaddr *, struct in_addr *);
H A Dipv6cp.h49 struct ncpaddr myaddr; /* Local address */
50 struct ncpaddr hisaddr; /* Peer address */
H A Dncpaddr.c26 * $FreeBSD: releng/11.0/usr.sbin/ppp/ncpaddr.c 146187 2005-05-13 16:31:11Z ume $
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 *add
[all...]
H A Dbundle.h208 extern void bundle_AdjustFilters(struct bundle *, struct ncpaddr *,
209 struct ncpaddr *);
H A DMakefile10 mbuf.c mp.c ncp.c ncpaddr.c pap.c physical.c pred.c probe.c prompt.c \
H A Diface.c67 #include "ncpaddr.h"
527 const struct ncpaddr *peer, int how)
531 struct ncpaddr ncplocal;
612 iface_Delete(struct iface *iface, struct ncp *ncp, const struct ncpaddr *del)
614 struct ncpaddr found;
759 struct ncpaddr ncpaddr; local
790 ncprange_getaddr(&iface->addr[f].ifa, &ncpaddr);
793 prompt_Printf(arg->prompt, " inet %s --> ", ncpaddr_ntoa(&ncpaddr));
804 prompt_Printf(arg->prompt, " inet6 %s", ncpaddr_ntoa(&ncpaddr));
[all...]
H A Droute.c67 #include "ncpaddr.h"
439 struct ncpaddr gw;
544 const struct ncpaddr *me, const struct ncpaddr *peer)
546 struct ncpaddr dst;
597 const struct ncpaddr *gw)
735 const struct ncpaddr *gw, int bang, int quiet)
H A Dipcp.c75 #include "ncpaddr.h"
524 struct ncpaddr ipaddr;
667 struct ncpaddr myncpaddr, hisncpaddr;
1058 struct ncpaddr ncpaddr; local
1094 ncpaddr_setip4(&ncpaddr, ipcp->my_ip);
1095 bundle_AdjustFilters(fp->bundle, &ncpaddr, NULL);
1377 struct ncpaddr ncpaddr; local
1409 ncpaddr_setip4(&ncpaddr, ipc
[all...]
H A Dcommand.c74 #include "ncpaddr.h"
498 substipv6(char *tgt, const char *oldstr, const struct ncpaddr *ip)
1563 struct ncpaddr ncpaddr; local
1593 ncprange_getaddr(&ncp->ipcp.cfg.my_range, &ncpaddr);
1594 ncpaddr_getip4(&ncpaddr, &ncp->ipcp.my_ip);
1597 bundle_AdjustFilters(arg->bundle, &ncpaddr, NULL);
1657 struct ncpaddr ncpaddr[2]; local
2129 ncpaddr_aton(ncpaddr,
[all...]
H A Dfilter.c60 #include "ncpaddr.h"
561 filter_AdjustAddr(struct filter *filter, struct ncpaddr *local,
562 struct ncpaddr *remote, struct in_addr *dns)
H A Dserver.c47 #include "ncpaddr.h"
100 struct ncpaddr addr;
H A Dip.c64 #include "ncpaddr.h"
228 struct ncpaddr srcaddr, dstaddr;
573 struct ncpaddr srcaddr, dstaddr;
H A Dipv6cp.c58 #include "ncpaddr.h"
202 struct ncpaddr addr;
H A Dbundle.c69 #include "ncpaddr.h"
1860 bundle_AdjustFilters(struct bundle *bundle, struct ncpaddr *local,
1861 struct ncpaddr *remote)
H A Dradius.c76 #include "ncpaddr.h"
255 struct ncpaddr gw;

Completed in 163 milliseconds