*/
int
ipset_parse_range(struct ipset_session *session,
- enum ipset_opt opt, const char *str)
+ enum ipset_opt opt ASSERT_UNUSED, const char *str)
{
assert(session);
assert(opt == IPSET_OPT_IP || opt == IPSET_OPT_IP2);
*/
int
ipset_parse_typename(struct ipset_session *session,
- enum ipset_opt opt, const char *str)
+ enum ipset_opt opt ASSERT_UNUSED, const char *str)
{
const struct ipset_type *type;
const char *typename;
*/
int
ipset_print_family(char *buf, unsigned int len,
- const struct ipset_data *data, enum ipset_opt opt,
+ const struct ipset_data *data,
+ enum ipset_opt opt ASSERT_UNUSED,
uint8_t env UNUSED)
{
uint8_t family;
*/
int
ipset_print_port(char *buf, unsigned int len,
- const struct ipset_data *data, enum ipset_opt opt,
+ const struct ipset_data *data,
+ enum ipset_opt opt ASSERT_UNUSED,
uint8_t env UNUSED)
{
const uint16_t *port;
*/
int
ipset_print_proto(char *buf, unsigned int len,
- const struct ipset_data *data, enum ipset_opt opt,
+ const struct ipset_data *data,
+ enum ipset_opt opt ASSERT_UNUSED,
uint8_t env UNUSED)
{
const struct protoent *protoent;
*/
int
ipset_print_icmp(char *buf, unsigned int len,
- const struct ipset_data *data, enum ipset_opt opt,
+ const struct ipset_data *data,
+ enum ipset_opt opt ASSERT_UNUSED,
uint8_t env UNUSED)
{
const char *name;
*/
int
ipset_print_icmpv6(char *buf, unsigned int len,
- const struct ipset_data *data, enum ipset_opt opt,
+ const struct ipset_data *data,
+ enum ipset_opt opt ASSERT_UNUSED,
uint8_t env UNUSED)
{
const char *name;
*/
int
ipset_print_proto_port(char *buf, unsigned int len,
- const struct ipset_data *data, enum ipset_opt opt,
+ const struct ipset_data *data,
+ enum ipset_opt opt ASSERT_UNUSED,
uint8_t env UNUSED)
{
int size, offset = 0;