Searched refs:m_append (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | mld6.c | 3059 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) { in mld_v2_enqueue_group_record() 3113 if (!m_append(m, sizeof(struct in6_addr), in mld_v2_enqueue_group_record() 3182 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) { in mld_v2_enqueue_group_record() 3212 if (!m_append(m, sizeof(struct in6_addr), in mld_v2_enqueue_group_record() 3355 if (!m_append(m, sizeof(mr), (void *)&mr)) { in mld_v2_enqueue_filter_change() 3418 if (!m_append(m, sizeof(struct in6_addr), in mld_v2_enqueue_filter_change()
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | igmp.c | 3372 if (!m_append(m, sizeof(struct igmp_grouprec), (void *)&ig)) { in igmp_v3_enqueue_group_record() 3426 if (!m_append(m, sizeof(in_addr_t), (void *)&naddr)) { in igmp_v3_enqueue_group_record() 3502 if (!m_append(m, sizeof(struct igmp_grouprec), (void *)&ig)) { in igmp_v3_enqueue_group_record() 3537 if (!m_append(m, sizeof(in_addr_t), (void *)&naddr)) { in igmp_v3_enqueue_group_record() 3689 if (!m_append(m, sizeof(ig), (void *)&ig)) { in igmp_v3_enqueue_filter_change() 3757 if (!m_append(m, sizeof(in_addr_t), in igmp_v3_enqueue_filter_change()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | mbuf.h | 1698 __private_extern__ int m_append(struct mbuf *, int len, caddr_t __sized_by(len));
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | if_fake.c | 3768 ret = m_append(m, trailer_len, (caddr_t)trailer); in feth_add_mbuf_trailer()
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | uipc_mbuf.c | 4250 m_append(struct mbuf *m0, int len0, caddr_t cp0 __sized_by(len0)) in m_append() function
|