Home
last modified time | relevance | path

Searched refs:ncpaddr_getip6 (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dncpaddr.h72 extern int ncpaddr_getip6(const struct ncpaddr *, struct in6_addr *);
H A Dncpaddr.c295 ncpaddr_getip6(const struct ncpaddr *addr, struct in6_addr *ip6) in ncpaddr_getip6() function
H A Dradius.c509 if (ncpaddr_getip6(&gw, &ip6) && IN6_IS_ADDR_UNSPECIFIED(&ip6)) { in radius_Process()
H A Dcommand.c2572 if (!ncpaddr_getip6(&arg->bundle->ncp.ipv6cp.hisaddr, &host6)) in AddCommand()