#include <stdint.h>
Functions | |
const char * | id_to_icmpv6 (uint8_t id) |
const char * | icmpv6_to_name (uint8_t type, uint8_t code) |
int | name_to_icmpv6 (const char *str, uint16_t *typecode) |
const char* icmpv6_to_name | ( | uint8_t | type, |
uint8_t | code | ||
) |
References ARRAY_SIZE, icmpv6_names::name, and NULL.
Referenced by ipset_print_icmpv6().
const char* id_to_icmpv6 | ( | uint8_t | id | ) |
References ARRAY_SIZE, id, icmpv6_names::name, and NULL.
Referenced by ipset_port_usage().
int name_to_icmpv6 | ( | const char * | str, |
uint16_t * | typecode | ||
) |
References ARRAY_SIZE, icmpv6_names::code, name, STRNCASEQ, and icmpv6_names::type.
Referenced by ipset_parse_icmpv6().