Search | Google it | Results 1 - 1 of 1 for funcall:mtod from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/in_offload.c (0.00 seconds) |
111: } 112: iph = mtod(m, struct ip *); 113: iphlen = iph->ip_hl * 4; 126: } 127: th = (void *)(mtod(m, char *) + iphlen); 128: tcpseq = ntohl(th->th_seq); 166: n->m_pkthdr.len = hlen + mss; 167: iph = mtod(n, struct ip *); 168: KASSERT(iph->ip_v == IPVERSION); 170: iph->ip_id = htons(ipid); 171: th = (void *)(mtod(n, char *) + iphlen); 172: th->th_seq = htonl(tcpseq);