
Data Structures | |
| struct | icmp_names |
Functions | |
| const char * | id_to_icmp (uint8_t id) |
| const char * | icmp_to_name (uint8_t type, uint8_t code) |
| int | name_to_icmp (const char *str, uint16_t *typecode) |
| const char* icmp_to_name | ( | uint8_t | type, |
| uint8_t | code | ||
| ) |
References ARRAY_SIZE, icmp_names::name, and NULL.
Referenced by ipset_print_icmp().

| const char* id_to_icmp | ( | uint8_t | id | ) |
References ARRAY_SIZE, id, icmp_names::name, and NULL.
Referenced by ipset_port_usage().

| int name_to_icmp | ( | const char * | str, |
| uint16_t * | typecode | ||
| ) |
References ARRAY_SIZE, icmp_names::code, name, STRNCASEQ, and icmp_names::type.
Referenced by ipset_parse_icmp().
