Searched refs:m_append (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c3033 if (!m_append(m, sizeof(struct igmp_grouprec), (void *)&ig)) {
3036 IGMP_PRINTF(("%s: m_append() failed.\n", __func__));
3046 * a pointer to the group record after m_append(), in case a new
3082 if (!m_append(m, sizeof(in_addr_t), (void *)&naddr)) {
3085 IGMP_PRINTF(("%s: m_append() failed.\n",
3150 if (!m_append(m, sizeof(struct igmp_grouprec), (void *)&ig)) {
3153 IGMP_PRINTF(("%s: m_append() failed.\n", __func__));
3179 if (!m_append(m, sizeof(in_addr_t), (void *)&naddr)) {
3182 IGMP_PRINTF(("%s: m_append() failed.\n",
3319 * group record, in case m_append() allocate
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c2642 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) {
2645 MLD_PRINTF(("%s: m_append() failed.\n", __func__));
2655 * a pointer to the group record after m_append(), in case a new
2695 if (!m_append(m, sizeof(struct in6_addr),
2699 MLD_PRINTF(("%s: m_append() failed.\n",
2757 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) {
2760 MLD_PRINTF(("%s: m_append() failed.\n", __func__));
2786 if (!m_append(m, sizeof(struct in6_addr),
2790 MLD_PRINTF(("%s: m_append() failed.\n",
2919 * group record, in case m_append() allocate
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h1028 __private_extern__ int m_append(struct mbuf *, int, caddr_t);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c5639 m_append(struct mbuf *m0, int len, caddr_t cp) function

Completed in 91 milliseconds