summaryrefslogtreecommitdiff
path: root/src/shared/ip-protocol-list.h
blob: 5c94969695f7677bb495cd8a7da4336309716cfe (plain)
1
2
3
4
5
6
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

const char *ip_protocol_to_name(int id);
int ip_protocol_from_name(const char *name);
int parse_ip_protocol(const char *s);