<dec f='src/src/sys/netinet/in_var.h' l='402' type='struct in_multi * in_next_multi(struct in_multistep * )'/>
<use f='src/src/sys/netinet/igmp.c' l='285' u='c' c='igmp_input'/>
<use f='src/src/sys/netinet/igmp.c' l='335' u='c' c='igmp_input'/>
<use f='src/src/sys/netinet/igmp.c' l='567' u='c' c='igmp_fasttimo'/>
<def f='src/src/sys/netinet/in.c' l='1658' ll='1672' type='struct in_multi * in_next_multi(struct in_multistep * step)'/>
<use f='src/src/sys/netinet/in.c' l='1681' u='c' c='in_first_multi'/>
<doc f='src/src/sys/netinet/in.c' l='1651'>/*
 * in_next_multi: step through all of the in_multi records, one at a time.
 * The current position is remembered in &quot;step&quot;, which the caller must
 * provide.  in_first_multi(), below, must be called to initialize &quot;step&quot;
 * and get the first record.  Both macros return a NULL &quot;inm&quot; when there
 * are no remaining records.
 */</doc>
