Home
last modified time | relevance | path

Searched refs:m_append (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/bsd/netinet6/ !
H A Dmld6.c2979 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) { in mld_v2_enqueue_group_record()
3033 if (!m_append(m, sizeof(struct in6_addr), in mld_v2_enqueue_group_record()
3101 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) { in mld_v2_enqueue_group_record()
3131 if (!m_append(m, sizeof(struct in6_addr), in mld_v2_enqueue_group_record()
3274 if (!m_append(m, sizeof(mr), (void *)&mr)) { in mld_v2_enqueue_filter_change()
3337 if (!m_append(m, sizeof(struct in6_addr), in mld_v2_enqueue_filter_change()
/xnu-8020.140.41/bsd/netinet/ !
H A Digmp.c3246 if (!m_append(m, sizeof(struct igmp_grouprec), (void *)&ig)) { in igmp_v3_enqueue_group_record()
3300 if (!m_append(m, sizeof(in_addr_t), (void *)&naddr)) { in igmp_v3_enqueue_group_record()
3375 if (!m_append(m, sizeof(struct igmp_grouprec), (void *)&ig)) { in igmp_v3_enqueue_group_record()
3409 if (!m_append(m, sizeof(in_addr_t), (void *)&naddr)) { in igmp_v3_enqueue_group_record()
3561 if (!m_append(m, sizeof(ig), (void *)&ig)) { in igmp_v3_enqueue_filter_change()
3628 if (!m_append(m, sizeof(in_addr_t), in igmp_v3_enqueue_filter_change()
/xnu-8020.140.41/bsd/sys/ !
H A Dmbuf.h1482 __private_extern__ int m_append(struct mbuf *, int, caddr_t);
/xnu-8020.140.41/bsd/net/ !
H A Dif_fake.c2930 ret = m_append(m, trailer_len, (caddr_t)trailer); in feth_add_mbuf_trailer()
/xnu-8020.140.41/bsd/kern/ !
H A Duipc_mbuf.c6518 m_append(struct mbuf *m0, int len, caddr_t cp) function