Lines Matching defs:section
52 int address_new_static(Network *network, unsigned section, Address **ret) {
56 if (section) {
57 address = hashmap_get(network->addresses_by_section, UINT_TO_PTR(section));
74 if (section) {
75 address->section = section;
77 UINT_TO_PTR(address->section), address);
93 if (address->section)
95 UINT_TO_PTR(address->section));
605 const char *section,
618 assert(section);
647 const char *section,
662 assert(section);
667 if (streq(section, "Network")) {
668 /* we are not in an Address section, so treat
669 * this as the special '0' section */
733 const char *section,
746 assert(section);