| 3035 | "inm_statetrs: no longer matches #defines"); |
| 3036 | |
| 3037 | static const char * |
| 3038 | inm_state_str(const int state) |
| 3039 | { |
| 3040 | |
| 3041 | if (state >= IGMP_NOT_MEMBER && state <= IGMP_LEAVING_MEMBER) |
| 3042 | return (inm_statestrs[state]); |
| 3043 | return ("??"); |
| 3044 | } |
| 3045 | |
| 3046 | /* |
| 3047 | * Dump an in_multi structure to the console. |