| 2853 | }; |
| 2854 | |
| 2855 | static const char * |
| 2856 | in6m_state_str(const int state) |
| 2857 | { |
| 2858 | |
| 2859 | if (state >= MLD_NOT_MEMBER && state <= MLD_LEAVING_MEMBER) |
| 2860 | return (in6m_statestrs[state]); |
| 2861 | return ("??"); |
| 2862 | } |
| 2863 | |
| 2864 | /* |
| 2865 | * Dump an in6_multi structure to the console. |