gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:MH_ALIGN (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf.c - 57.8KB - 1,910 lines
728:         if (len < MHLEN)
729:                 MH_ALIGN(m, len);
730:         m->m_len = len;
More results from uipc_mbuf.c
bsd_source/t2ex/network/net/src_bsd/kern/uipc_socket.c - 76.4KB - 2,408 lines
1032:                                         if (atomic && top == 0 && len < mlen)
1033:                                                 MH_ALIGN(m, len);
1034:                                 }
bsd_source/t2ex/network/net/src_bsd/netinet/if_arp.c - 55.2KB - 1,677 lines
719:         m->m_pkthdr.len = m->m_len;
720:         MH_ALIGN(m, m->m_len);
721:         ah = mtod(m, struct arphdr *);
More results from if_arp.c
bsd_source/t2ex/network/net/src_bsd/netinet/ip_icmp.c - 44.0KB - 1,314 lines
371:         if ((m->m_flags & M_EXT) == 0)
372:                 MH_ALIGN(m, m->m_len);
373:         icp = mtod(m, struct icmp *);