Searched refs:packets (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10/network_cmds-457/spray.tproj/
H A Dspray.c134 * The default value of count is the number of packets required
171 /* Spray server with packets */
172 printf ("sending %d packets of lnth %d to %s ...", count, length, *argv);
196 /* report dropped packets */
200 printf("\t%d packets (%.2f%%) dropped\n",
204 printf("\tno packets dropped\n");
218 print_xferstats(packets, packetlen, xfertime)
219 int packets;
224 double pps; /* packets per second */
227 datalen = packets * packetle
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/classq/
H A Dclassq.h101 u_int64_t packets; member in struct:pktcntr
115 u_int32_t qlen; /* Queue length (in number of packets) */
116 u_int32_t qlim; /* Queue limit (in number of packets*) */
124 #define qlimit(q) (q)->qlim /* Max packets to be queued */
139 (_cntr)->packets += (_pkt); \
144 (_cntr)->packets = 0; \
149 #define CLASSQF_ECN4 0x01 /* use packet marking for IPv4 packets */
150 #define CLASSQF_ECN6 0x02 /* use packet marking for IPv6 packets */
H A Dif_classq.h45 CLASSQRQ_PURGE = 1, /* purge all packets */
48 CLASSQRQ_THROTTLE = 4, /* throttle packets */
56 u_int32_t packets; /* (out) purged packets */ member in struct:cqrq_purge_sc
69 u_int32_t packets; /* (out) packets enqueued */ member in struct:cqrq_stat_sc
79 * dequeue packets from the output queue. Modern cards are able to buffer
80 * a large amount of packets and dequeue too many packets at a time. This
81 * bursty dequeue behavior makes it impossible to schedule packets b
[all...]
H A Dclassq_blue.c338 u_int32_t *packets, u_int32_t *bytes)
351 if (packets != NULL)
352 *packets = cnt;
337 blue_purgeq(struct blue *bp, class_queue_t *q, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
H A Dclassq_red.c144 * N packets for q_avg to reach 63% of L.
145 * when q_weight is 0.002, N is about 500 packets.
146 * for a slow link like dial-up, 500 packets takes more than 1 minute!
147 * when q_weight is 0.008, N is about 127 packets.
148 * when q_weight is 0.016, N is about 63 packets.
149 * bursts of 50 packets are allowed for 0.002, bursts of 25 packets
347 * if we were idle, we pretend that n packets arrived during
510 red_purgeq(struct red *rp, class_queue_t *q, u_int32_t flow, u_int32_t *packets, argument
524 if (packets !
[all...]
H A Dclassq_rio.c521 rio_purgeq(struct rio *rp, class_queue_t *q, u_int32_t flow, u_int32_t *packets, argument
535 if (packets != NULL)
536 *packets = cnt;
H A Dclassq_subr.c250 ifclassq_get_len(struct ifclassq *ifq, mbuf_svc_class_t sc, u_int32_t *packets, argument
257 VERIFY(packets != NULL);
258 *packets = IFCQ_LEN(ifq);
261 VERIFY(packets != NULL && bytes != NULL);
262 IFCQ_LEN_SC(ifq, sc, packets, bytes, err);
H A Dclassq_sfb.c1126 * No packets have been dequeued in an update interval
1353 * and thus bin information for these packets is not known, we do
1354 * not change accounting information while dequeuing these packets.
1393 sfb_purgeq(struct sfb *sp, class_queue_t *q, u_int32_t flow, u_int32_t *packets, argument
1407 if (packets != NULL)
1408 *packets = cnt;
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.conf6 // the "options" section below. The dnsextd daemon will receive DNS packets
17 // tell BIND to accept packets from localhost:5030, like this:
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dmkconstants.rb491 INADDR_ANY 0x00000000 A socket bound to INADDR_ANY receives packets from all interfaces and sends from the default IP address
500 IP_OPTIONS nil IP options to be included in packets
508 IP_MINTTL nil Minimum TTL allowed for received packets
509 IP_DONTFRAG nil Don't fragment packets
529 IP_RECVTOS nil Receive TOS with incoming packets
538 IP_UNBLOCK_SOURCE nil Unblock IPv4 multicast packets with a give source address
539 IP_BLOCK_SOURCE nil Block IPv4 multicast packets with a give source address
545 MCAST_BLOCK_SOURCE nil Block multicast packets from this source
546 MCAST_UNBLOCK_SOURCE nil Unblock multicast packets from this source
566 SO_PRIORITY nil The protocol-defined priority for all packets o
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-cnfp.c70 u_int32_t packets; member in struct:nfrec
187 EXTRACT_32BITS(&nr->packets),
/macosx-10.10/network_cmds-457/netstat.tproj/
H A Dif.c345 u_int64_t ift_itcp = 0; /* input tc packets */
347 u_int64_t ift_otcp = 0; /* output tc packets */
349 u_int64_t ift_ipvp = 0; /* input priv tc packets */
351 u_int64_t ift_opvp = 0; /* output priv tc packets */
617 u_int64_t ift_ip; /* input packets */
619 u_int64_t ift_op; /* output packets */
625 u_int64_t ift_itcp; /* input tc packets */
627 u_int64_t ift_otcp; /* output tc packets */
629 u_int64_t ift_ipvp; /* input priv tc packets */
631 u_int64_t ift_opvp; /* output priv tc packets */
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dpacket.c92 u_int32_t packets; member in struct:packet_state
238 active_state->p_send.packets = active_state->p_read.packets = 0;
395 u_int32_t *packets, u_int64_t *bytes)
405 if (packets)
406 *packets = state->packets;
412 packet_set_state(int mode, u_int32_t seqnr, u_int64_t blocks, u_int32_t packets, argument
421 state->packets = packets;
394 packet_get_state(int mode, u_int32_t *seqnr, u_int64_t *blocks, u_int32_t *packets, u_int64_t *bytes) argument
[all...]
H A Dmonitor_wrap.c606 u_int32_t seqnr, packets; local
657 packet_get_state(MODE_OUT, &seqnr, &blocks, &packets, &bytes);
660 buffer_put_int(&m, packets);
662 packet_get_state(MODE_IN, &seqnr, &blocks, &packets, &bytes);
665 buffer_put_int(&m, packets);
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-soup.el81 "Where gnus-soup will look for REPLIES packets."
87 "Regular expression matching SOUP REPLIES packets in `gnus-soup-packet-directory'."
93 "Regexp to match headers to be removed when brewing SOUP packets."
151 (let ((packets (directory-files
153 (while packets
154 (when (gnus-soup-send-packet (car packets))
155 (delete-file (car packets)))
156 (setq packets (cdr packets)))))
/macosx-10.10/xnu-2782.1.97/bsd/net/altq/
H A Dif_altq.h65 ALTRQ_PURGE = CLASSQRQ_PURGE, /* purge all packets */
68 ALTRQ_THROTTLE = CLASSQRQ_THROTTLE, /* throttle packets */
142 (_packets) = _req.packets; \
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_mib.c138 ifmd.ifmd_snd_drops = ifp->if_snd.ifcq_dropcnt.packets;
H A Dntstat.h470 void nstat_route_tx(struct rtentry *rte, u_int32_t packets, u_int32_t bytes, u_int32_t flags);
471 void nstat_route_rx(struct rtentry *rte, u_int32_t packets, u_int32_t bytes, u_int32_t flags);
H A Dpf_ioctl.c233 * and used in pf_af_hook() for performance optimization, such that packets
1447 pf_state_counter_to_pfsync(s->packets[0], sp->packets[0]);
1448 pf_state_counter_to_pfsync(s->packets[1], sp->packets[1]);
1500 s->packets[0] = s->packets[1] = 0;
1972 rule->packets[0] = rule->packets[1] = 0;
3101 rule->evaluations = rule->packets[
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_priq.c216 /* discard all the queued packets on the interface */
233 * packets managed by ifcq_disc and altq_disc instances, which
256 pr->flow, &pr->packets, &pr->bytes);
260 pr->packets = 0;
266 pr->packets += cnt;
782 u_int32_t *packets, u_int32_t *bytes)
838 if (packets != NULL)
839 *packets = cnt;
925 sr->packets = qlen(&cl->cl_q);
781 priq_purgeq(struct priq_if *pif, struct priq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
H A Dpktsched_tcq.c188 /* discard all the queued packets on the interface */
205 * packets managed by ifcq_disc and altq_disc instances, which
228 pr->flow, &pr->packets, &pr->bytes);
232 pr->packets = 0;
238 pr->packets += cnt;
747 u_int32_t *packets, u_int32_t *bytes)
798 if (packets != NULL)
799 *packets = cnt;
885 sr->packets = qlen(&cl->cl_q);
746 tcq_purgeq(struct tcq_if *tif, struct tcq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
H A Dpktsched_qfq.c315 /* discard all the queued packets on the interface */
332 * packets managed by ifcq_disc and altq_disc instances, which
355 pr->flow, &pr->packets, &pr->bytes);
359 pr->packets = 0;
365 pr->packets += cnt;
1422 u_int32_t *packets, u_int32_t *bytes)
1481 if (packets != NULL)
1482 *packets = cnt;
1571 sr->packets = qlen(&cl->cl_q);
1421 qfq_purgeq(struct qfq_if *qif, struct qfq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-usb-linux.c846 int packets = 0; local
853 int limit = max_packets - packets;
907 packets++;
912 if (PACKET_COUNT_IS_UNLIMITED(max_packets) || (packets == max_packets))
918 return packets;
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dpkt_rx1.s122 adc word [_pktDrop+2], 0 ; increment packets lost
/macosx-10.10/vim-55/runtime/syntax/
H A Dgpg.vim37 \ encrypt gen-key gen-revoke help list-packets

Completed in 316 milliseconds

12