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

/freebsd-11-stable/usr.sbin/ppp/
H A Dradius.c232 const size_t ipv6len = sizeof(struct in6_addr) + 2; local
235 if (len > ipv6len)
237 s = malloc(ipv6len);
239 memset(s, 0, ipv6len);

Completed in 66 milliseconds