Search | Google it | Results 1 - 1 of 1 for funcall:mtod from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/igmp.c (0.00 seconds) |
222: } 223: ip = mtod(m, struct ip *); 224: } 230: m->m_len -= iphlen; 231: igmp = mtod(m, struct igmp *); 232: /* No need to assert alignment here. */ 584: 585: ip = mtod(m, struct ip *); 586: ip->ip_tos = 0; 594: m->m_len -= sizeof(struct ip); 595: igmp = mtod(m, struct igmp *); 596: igmp->igmp_type = type;