MCPcopy Create free account
hub / github.com/F-Stack/f-stack / in6m_state_str

Function in6m_state_str

freebsd/netinet6/in6_mcast.c:2855–2862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2853};
2854
2855static const char *
2856in6m_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.

Callers 1

in6m_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected