Home
last modified time | relevance | path

Searched refs:MH_ALIGN (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/bsd/netinet/
H A Digmp.c2582 MH_ALIGN(m, sizeof(struct ip) + sizeof(struct igmp)); in igmp_v1v2_queue_report()
3226 MH_ALIGN(m, IGMP_LEADINGSPACE); in igmp_v3_enqueue_group_record()
3363 MH_ALIGN(m, IGMP_LEADINGSPACE); in igmp_v3_enqueue_group_record()
3535 MH_ALIGN(m, IGMP_LEADINGSPACE); in igmp_v3_enqueue_filter_change()
/xnu-8020.140.41/bsd/netinet6/
H A Dmld6.c2271 MH_ALIGN(mh, sizeof(struct ip6_hdr)); in mld_v1_transmit_report()
3734 MH_ALIGN(mh, sizeof(struct ip6_hdr) + sizeof(struct mldv2_report)); in mld_v2_encap_report()
H A Dipsec.c2778 MH_ALIGN(n, sizeof(struct ip6_hdr)); in ipsec46_encapsulate()
4257 MH_ALIGN(mh, hlen); in ipsec4_splithdr()
4295 MH_ALIGN(mh, hlen); in ipsec6_splithdr()
H A Dip6_output.c4167 MH_ALIGN(mh, sizeof(*ip6)); in ip6_splithdr()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h884 #define MH_ALIGN(m, len) m_align(m, len) macro
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c5039 MH_ALIGN(m, len);
5711 MH_ALIGN(n, 0);
5720 MH_ALIGN(n, remain);
H A Duipc_socket.c2460 MH_ALIGN(freelist, in sosend()