X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=src%2Fodhcpd.h;h=4ddadbee635ae1c7d21c6dfed424b5f5690f05a7;hb=3d9f4067d56660a2c75ab2ce9b801ae1a4ff4cde;hp=973309090f6ca01aafaee39a93a2c4669c9e82ee;hpb=bc6c3ace738fd4eb28c06be533f6bbc75d0587a5;p=project%2Fodhcpd.git diff --git a/src/odhcpd.h b/src/odhcpd.h index 9733090..4ddadbe 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -203,7 +203,8 @@ ssize_t odhcpd_send(int socket, struct sockaddr_in6 *dest, const struct interface *iface); ssize_t odhcpd_get_interface_addresses(int ifindex, struct odhcpd_ipaddr *addrs, size_t cnt); -int odhcpd_get_linklocal_interface_address(int ifindex, struct in6_addr *lladdr); +int odhcpd_get_interface_dns_addr(const struct interface *iface, + struct in6_addr *addr); struct interface* odhcpd_get_interface_by_name(const char *name); int odhcpd_get_interface_config(const char *ifname, const char *what); int odhcpd_get_mac(const struct interface *iface, uint8_t mac[6]);