Searched refs:npbytes (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c3246 int m0srcs, nbytes, npbytes, off, rsrcs, schanged; local
3265 npbytes = 0; /* # of bytes appended this packet */
3311 npbytes = 0;
3331 npbytes += sizeof(struct igmp_grouprec);
3334 md = m_getptr(m, npbytes -
3401 npbytes -= sizeof(struct igmp_grouprec);
3414 npbytes += (rsrcs * sizeof(in_addr_t));
3429 nbytes += npbytes;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c2852 int m0srcs, nbytes, npbytes, off, rsrcs, schanged; local
2869 npbytes = 0; /* # of bytes appended this packet */
2911 npbytes = 0;
2932 npbytes += sizeof(struct mldv2_record);
2935 md = m_getptr(m, npbytes -
3003 npbytes -= sizeof(struct mldv2_record);
3016 npbytes += (rsrcs * sizeof(struct in6_addr));
3030 nbytes += npbytes;

Completed in 72 milliseconds