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

/freebsd-12-stable/usr.sbin/ppp/
H A Dncpaddr.h51 struct ncpaddr { struct
63 extern void ncpaddr_init(struct ncpaddr *);
64 extern int ncpaddr_isset(const struct ncpaddr *);
65 extern int ncpaddr_isdefault(const struct ncpaddr *);
66 extern int ncpaddr_equal(const struct ncpaddr *, const struct ncpaddr *);
67 extern void ncpaddr_copy(struct ncpaddr *, const struct ncpaddr *);
68 extern void ncpaddr_setip4addr(struct ncpaddr *, u_int32_t);
69 extern int ncpaddr_getip4addr(const struct ncpaddr *, u_int32_
[all...]
H A Droute.h54 struct ncpaddr gw;
63 const struct ncpaddr *, const struct ncpaddr *);
65 const struct ncpaddr *);
73 const struct ncpaddr *, int, int);
H A Diface.h36 struct ncpaddr peer; /* peer address */
64 const struct ncpaddr *, int);
65 extern int iface_Delete(struct iface *, struct ncp *, const struct ncpaddr *);
H A Dfilter.h102 extern void filter_AdjustAddr(struct filter *, struct ncpaddr *,
103 struct ncpaddr *, struct in_addr *);
H A Dipv6cp.h51 struct ncpaddr myaddr; /* Local address */
52 struct ncpaddr hisaddr; /* Peer address */
H A Dncpaddr.c50 #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)
264 ncpaddr_getip4addr(const struct ncpaddr *add
[all...]
H A Dbundle.h210 extern void bundle_AdjustFilters(struct bundle *, struct ncpaddr *,
211 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.c69 #include "ncpaddr.h"
534 const struct ncpaddr *peer, int how)
538 struct ncpaddr ncplocal;
619 iface_Delete(struct iface *iface, struct ncp *ncp, const struct ncpaddr *del)
621 struct ncpaddr found;
766 struct ncpaddr ncpaddr; local
797 ncprange_getaddr(&iface->addr[f].ifa, &ncpaddr);
800 prompt_Printf(arg->prompt, " inet %s --> ", ncpaddr_ntoa(&ncpaddr));
811 prompt_Printf(arg->prompt, " inet6 %s", ncpaddr_ntoa(&ncpaddr));
[all...]
H A Droute.c69 #include "ncpaddr.h"
441 struct ncpaddr gw;
546 const struct ncpaddr *me, const struct ncpaddr *peer)
548 struct ncpaddr dst;
599 const struct ncpaddr *gw)
737 const struct ncpaddr *gw, int bang, int quiet)
H A Dipcp.c77 #include "ncpaddr.h"
526 struct ncpaddr ipaddr;
669 struct ncpaddr myncpaddr, hisncpaddr;
1060 struct ncpaddr ncpaddr; local
1096 ncpaddr_setip4(&ncpaddr, ipcp->my_ip);
1097 bundle_AdjustFilters(fp->bundle, &ncpaddr, NULL);
1379 struct ncpaddr ncpaddr; local
1411 ncpaddr_setip4(&ncpaddr, ipc
[all...]
H A Dcommand.c76 #include "ncpaddr.h"
500 substipv6(char *tgt, const char *oldstr, const struct ncpaddr *ip)
1565 struct ncpaddr ncpaddr; local
1595 ncprange_getaddr(&ncp->ipcp.cfg.my_range, &ncpaddr);
1596 ncpaddr_getip4(&ncpaddr, &ncp->ipcp.my_ip);
1599 bundle_AdjustFilters(arg->bundle, &ncpaddr, NULL);
1659 struct ncpaddr ncpaddr[2]; local
2131 ncpaddr_aton(ncpaddr,
[all...]
H A Dfilter.c62 #include "ncpaddr.h"
563 filter_AdjustAddr(struct filter *filter, struct ncpaddr *local,
564 struct ncpaddr *remote, struct in_addr *dns)
H A Dserver.c49 #include "ncpaddr.h"
102 struct ncpaddr addr;
H A Dip.c66 #include "ncpaddr.h"
230 struct ncpaddr srcaddr, dstaddr;
575 struct ncpaddr srcaddr, dstaddr;
H A Dipv6cp.c60 #include "ncpaddr.h"
204 struct ncpaddr addr;
H A Dbundle.c71 #include "ncpaddr.h"
1862 bundle_AdjustFilters(struct bundle *bundle, struct ncpaddr *local,
1863 struct ncpaddr *remote)
H A Dradius.c78 #include "ncpaddr.h"
257 struct ncpaddr gw;

Completed in 140 milliseconds