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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_output.c261 uint32_t sw_csum, pktcnt = 0, scnt = 0, bytecnt = 0; local
1751 scnt += m->m_pkthdr.len / m->m_pkthdr.tso_segsz;
1753 scnt++;
1757 nstat_route_tx(ro->ro_rt, scnt,
1766 scnt = 0;
1783 nstat_route_tx(ro->ro_rt, scnt,
1793 scnt = 0;
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantIntegers.c628 unsigned scnt = GIANT_BITS_PER_DIGIT; // fool compiler local
632 j >>= scnt; local
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantIntegers.c628 unsigned scnt = GIANT_BITS_PER_DIGIT; // fool compiler local
632 j >>= scnt; local
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dnd6.c3643 int scnt; local
3647 scnt = m->m_pkthdr.len / m->m_pkthdr.tso_segsz;
3649 scnt = 1;
3651 nstat_route_tx(hint, scnt, m->m_pkthdr.len, 0);

Completed in 158 milliseconds