gonzui


Format: Advanced Search

SearchGoogle itResults 31 - 34 of 34 for funcall:mtod (0.04 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c - 84.9KB - 2,586 lines
635: 
636:         bzero(mtod(m, void *), m->m_len);
637: 
More results from tcp_subr.c
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_usrreq.c - 73.2KB - 2,069 lines
564:                 m->m_len = 1;
565:                 *mtod(m, char *) = tp->t_iobc;
566:                 if (((long)nam & MSG_PEEK) == 0)
bsd_source/t2ex/network/net/src_bsd/netinet/udp_usrreq.c - 51.8KB - 1,650 lines
447:          */
448:         ip = mtod(m, struct ip *);
449:         IP6_EXTHDR_GET(uh, struct udphdr *, m, iphlen, sizeof(struct udphdr));
More results from udp_usrreq.c
t2ex_source/t2ex/network/net/src/netmain/if_tkn.c - 28.4KB - 1,184 lines
941:         } else {
942:                 er = device_send_data(nifp, mtod(m, void *), m->m_len);
943:         }
More results from if_tkn.c