Search | Google it | Results 31 - 34 of 34 for funcall:mtod (0.04 seconds) |
635:
636: bzero(mtod(m, void *), m->m_len);
637:
564: m->m_len = 1; 565: *mtod(m, char *) = tp->t_iobc; 566: if (((long)nam & MSG_PEEK) == 0)
447: */ 448: ip = mtod(m, struct ip *); 449: IP6_EXTHDR_GET(uh, struct udphdr *, m, iphlen, sizeof(struct udphdr));
941: } else { 942: er = device_send_data(nifp, mtod(m, void *), m->m_len); 943: }