Searched refs:pkts (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_sfb.c599 cbin->pkts = 0;
681 if (bin->pkts >= sp->sfb_allocation)
687 if (bin->pkts >= sp->sfb_allocation)
697 if (bin->pkts >= sp->sfb_allocation) {
773 VERIFY(bin->pkts > 0);
774 if (--bin->pkts == 0) {
777 if (bin->pkts <= (sp->sfb_allocation >> 2)) {
788 VERIFY(bin->pkts > 0);
789 if (--bin->pkts == 0)
800 VERIFY(bin->pkts >
[all...]
H A Dclassq_sfb.h67 u_int16_t pkts; /* number of packets */ member in struct:sfbbinstats
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DNetMonitor.c165 unsigned long pkts[HostPkt_NumTypes]; member in struct:__anon11020
176 #define HostEntryTotalPackets(H) ((H)->pkts[HostPkt_Q] + (H)->pkts[HostPkt_L] + (H)->pkts[HostPkt_R] + (H)->pkts[HostPkt_B])
219 for (i=0; i<HostPkt_NumTypes; i++) entry->pkts[i] = 0;
250 if (id.NotAnInteger != 0xFFFF) entry->pkts[t]++;
361 HostEntryTotalPackets(e), e->pkts[HostPkt_Q], e->pkts[HostPkt_L], e->pkts[HostPkt_
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Dinit_sec_context.c1628 krb5_data pkts; local
1633 ret = krb5_storage_to_data(ctx->messages, &pkts);
1643 pkts.data,
1644 pkts.length,
1646 krb5_data_free(&pkts);
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-linux.c3793 int pkts = 0; local
3879 while ((pkts < max_packets) || (max_packets <= 0)) {
4052 pkts++;
4077 return pkts;
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dif.c1419 printf("%s [ pkts: %10llu %sbytes: %10llu "
1420 "%sdropped pkts: %6llu bytes: %6llu ]\n",
1505 printf(" %2d: [ pkts: %10llu bytes: %10llu "
1506 "dropped pkts: %6llu bytes: %6llu ]\n", slot,
1537 printf(" %2d: [ pkts: %10llu bytes: %10llu "
1538 "dropped pkts: %6llu bytes: %6llu ]\n", slot,
1568 printf(" %2d: [ pkts: %10llu bytes: %10llu "
1569 "dropped pkts: %6llu bytes: %6llu ]\n", slot,
1599 printf(" %2d: [ pkts: %10llu bytes: %10llu "
1600 "dropped pkts
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Ddlil.c1989 printf("%s: [%s] pkts avg %d max %d "
2050 "pkts avg %d max %d limits [%d/%d], "
2211 "poll interval %llu nsec, pkts per poll %u, "
2675 printf("%s: polling up to %d pkts, "
2676 "pkts avg %d max %d, wreq avg %d, "
2691 printf("%s: polled %d pkts, "
2692 "pkts avg %d max %d, wreq avg %d, "
2708 "pkts avg %d max %d, wreq avg %d, "
2847 ifnet_get_sndq_len(struct ifnet *ifp, u_int32_t *pkts) argument
2851 if (ifp == NULL || pkts
2863 ifnet_get_service_class_sndq_len(struct ifnet *ifp, mbuf_svc_class_t sc, u_int32_t *pkts, u_int32_t *bytes) argument
[all...]

Completed in 269 milliseconds