Searched refs:ipv6_makeprefix (Results 1 – 3 of 3) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | ipv6.h | 222 int ipv6_makeprefix(struct in6_addr *, const struct in6_addr *, int);
|
D | ipv6.c | 444 ipv6_makeprefix(struct in6_addr *prefix, const struct in6_addr *addr, int len) in ipv6_makeprefix() function 973 ipv6_makeprefix(&ap->prefix, &ap->addr, in ipv6_handleifa()
|
D | dhcp6.c | 1362 ipv6_makeprefix(&a->prefix, &a->addr, a->prefix_len); in dhcp6_addrequestedaddrs() 1790 ipv6_makeprefix(&a->prefix, &a->addr, a->prefix_len); in dhcp6_findna()
|