From 23118193d23438f9fdb4dd31c9acc5d6bfcc393c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 10 May 2021 17:14:13 +0200 Subject: af-list: add helpers mapping AF_INET/AF_INET6 to "ipv4"/"ipv6" --- src/basic/af-list.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/basic/af-list.h') diff --git a/src/basic/af-list.h b/src/basic/af-list.h index 688ac63df7..9592b9ed3c 100644 --- a/src/basic/af-list.h +++ b/src/basic/af-list.h @@ -22,4 +22,7 @@ static inline const char* af_to_name_short(int id) { return f + 3; } +const char* af_to_ipv4_ipv6(int id); +int af_from_ipv4_ipv6(const char *af); + int af_max(void); -- cgit v1.2.1