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

Function inm_mode_str

freebsd/netinet/in_mcast.c:3012–3019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

inm_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected