| 3010 | "inm_modestrs: no longer matches #defines"); |
| 3011 | |
| 3012 | static const char * |
| 3013 | inm_mode_str(const int mode) |
| 3014 | { |
| 3015 | |
| 3016 | if (mode >= MCAST_UNDEFINED && mode <= MCAST_EXCLUDE) |
| 3017 | return (inm_modestrs[mode]); |
| 3018 | return ("??"); |
| 3019 | } |
| 3020 | |
| 3021 | static const char *inm_statestrs[] = { |
| 3022 | [IGMP_NOT_MEMBER] = "not-member", |