resolved-link.h revision 6073b6f26ab9fc6bf335faa7073ec443eef093fd
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers This file is part of systemd.
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers Copyright 2014 Lennart Poettering
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers systemd is free software; you can redistribute it and/or modify it
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers under the terms of the GNU Lesser General Public License as published by
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers the Free Software Foundation; either version 2.1 of the License, or
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers (at your option) any later version.
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers systemd is distributed in the hope that it will be useful, but
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers WITHOUT ANY WARRANTY; without even the implied warranty of
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers Lesser General Public License for more details.
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers You should have received a copy of the GNU Lesser General Public License
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers along with systemd; If not, see <http://www.gnu.org/licenses/>.
2f8d336478536af789d654599f9523d02e0ca693Kay Sieversint link_new(Manager *m, Link **ret, int ifindex);
2f8d336478536af789d654599f9523d02e0ca693Kay Sieversint link_update_rtnl(Link *l, sd_rtnl_message *m);
2f8d336478536af789d654599f9523d02e0ca693Kay SieversLinkAddress* link_find_address(Link *l, int family, union in_addr_union *in_addr);
2f8d336478536af789d654599f9523d02e0ca693Kay SieversDnsServer* link_find_dns_server(Link *l, int family, union in_addr_union *in_addr);
2f8d336478536af789d654599f9523d02e0ca693Kay Sieversint link_address_new(Link *l, LinkAddress **ret, int family, union in_addr_union *in_addr);