Searched defs:Address (Results 1 - 1 of 1) sorted by relevance
/systemd/src/network/ |
H A D | networkd-address.h | 27 typedef struct Address Address; typedef in typeref:struct:Address 35 struct Address { struct 55 LIST_FIELDS(Address, addresses); 58 int address_new_static(Network *network, unsigned section, Address **ret); 59 int address_new(Address **ret); 60 void address_free(Address *address); 61 int address_add_foreign(Link *link, int family, const union in_addr_union *in_addr, unsigned char prefixlen, Address **ret); 62 int address_add(Link *link, int family, const union in_addr_union *in_addr, unsigned char prefixlen, Address **ret); 63 int address_get(Link *link, int family, const union in_addr_union *in_addr, unsigned char prefixlen, Address **re [all...] |
Completed in 1064 milliseconds