tag
line
file
source code
ip_mc
1592
net/inet/ip.c
struct ip_mc_list *ip_mc=dev->ip_mc_list;
ip_mc
1595
net/inet/ip.c
if(ip_mc==NULL)
ip_mc
1600
net/inet/ip.c
if(ip_mc->multiaddr==iph->daddr)
ip_mc
1602
net/inet/ip.c
ip_mc=ip_mc->next;