]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/ip-protocol-list.h
util: rename socket_protocol_{from,to}_name() to ip_protocol_{from,to}_name()
[thirdparty/systemd.git] / src / shared / ip-protocol-list.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 const char *ip_protocol_to_name(int id);
5 int ip_protocol_from_name(const char *name);