Searched refs:MH_ALIGN (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | igmp.c | 2691 MH_ALIGN(m, sizeof(struct ip) + sizeof(struct igmp)); in igmp_v1v2_queue_report() 3352 MH_ALIGN(m, IGMP_LEADINGSPACE); in igmp_v3_enqueue_group_record() 3490 MH_ALIGN(m, IGMP_LEADINGSPACE); in igmp_v3_enqueue_group_record() 3663 MH_ALIGN(m, IGMP_LEADINGSPACE); in igmp_v3_enqueue_filter_change()
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | mld6.c | 2355 MH_ALIGN(mh, sizeof(struct ip6_hdr)); in mld_v1_transmit_report() 3810 MH_ALIGN(mh, sizeof(struct ip6_hdr) + sizeof(struct mldv2_report)); in mld_v2_encap_report()
|
| H A D | ipsec.c | 2766 MH_ALIGN(n, sizeof(struct ip6_hdr)); in ipsec46_encapsulate() 4545 MH_ALIGN(mh, hlen); in ipsec4_splithdr() 4583 MH_ALIGN(mh, hlen); in ipsec6_splithdr()
|
| H A D | ip6_output.c | 4273 MH_ALIGN(mh, sizeof(*ip6)); in ip6_splithdr()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 3013 MH_ALIGN(m, len); in m_prepend() 3672 MH_ALIGN(n, 0); in m_split0() 3681 MH_ALIGN(n, remain); in m_split0()
|
| H A D | uipc_socket.c | 2341 MH_ALIGN(freelist, in sosend()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mbuf.h | 976 #define MH_ALIGN(m, len) m_align(m, len) macro
|