Home
last modified time | relevance | path

Searched refs:FORMAT_IFNAME (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dformat-util.h82 #define FORMAT_IFNAME(index) _format_ifname_full(index, 0, (char[IF_NAMESIZE]){}) macro
/systemd-251/src/resolve/
Dresolved-dns-cache.c507 i->ifindex == 0 ? "*" : FORMAT_IFNAME(i->ifindex), in dns_cache_put_positive()