Home
last modified time | relevance | path

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

/netbsd/external/bsd/dhcpcd/dist/src/
H A Dipv6.h293 struct ipv6_addr *ipv6_newaddr(struct interface *, const struct in6_addr *,
H A Dipv6.c1219 ia = ipv6_newaddr(ifp, addr, prefix_len, 0); in ipv6_handleifa()
1417 ia = ipv6_newaddr(ifp, &in6, 64, 0); in ipv6_newlinklocal()
1606 ipv6_newaddr(struct interface *ifp, const struct in6_addr *addr, in ipv6_newaddr() function
1790 ia = ipv6_newaddr(ifp, &ifp->options->req_addr6, in ipv6_startstatic()
1987 ia = ipv6_newaddr(ifp, &ia0->prefix, ia0->prefix_len, in ipv6_createtempaddr()
H A Ddhcp6.c1606 a = ipv6_newaddr(ifp, &ia->addr, in dhcp6_addrequestedaddrs()
2182 a = ipv6_newaddr(ifp, &ia.addr, 128, IPV6_AF_ONLINK); in dhcp6_findna()
2259 a = ipv6_newaddr(ifp, &pdp_prefix, pdp.prefix_len, in dhcp6_findpd()
2814 ia = ipv6_newaddr(ifp, &daddr, (uint8_t)pfxlen, IPV6_AF_ONLINK); in dhcp6_ifdelegateaddr()
H A Dipv6nd.c1367 ia = ipv6_newaddr(rap->iface, in ipv6nd_handlera()