gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:mtod from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/igmp.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/igmp.c - 22.5KB - 665 lines
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;