tag | line | file | source code |
---|---|---|---|
igmp | 257 | net/ipv4/ipmr.c | struct igmphdr *igmp; |
igmp | 276 | net/ipv4/ipmr.c | igmp=(struct igmphdr *)skb_put(skb,sizeof(struct igmphdr)); |
igmp | 277 | net/ipv4/ipmr.c | igmp->type = IGMPMSG_NOCACHE; /* non IGMP dummy message */ |
igmp | 278 | net/ipv4/ipmr.c | igmp->code = 0; |