Searched refs:flow (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dprintpacket6.c25 u_32_t flow; local
30 flow = ntohl(*(u_32_t *)buf);
31 flow &= 0xfffff;
42 PRINTF("ip6/%d %d %#x %d", buf[0] & 0xf, plen, flow, p);
/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/
H A Dmain.c85 "--flow <c|a|v|s|e|f|m|q|t>\n"
86 " This option directs osmtest to run a specific flow:\n"
94 " m = multicast flow\n"
96 " t = run trap 64/65 flow (this flow requires running of external tool)\n"
102 " It is used only when running -f t - the trap 64/65 flow\n"
164 " Without -M, default flow testing is performed\n\n");
302 {"flow", 1, NULL, 'f'},
341 opt.flow = OSMT_FLOW_ALL; /* run all validation tests */
383 opt.flow
[all...]
H A Dosmtest.c437 /* Currently there is a problem with IBAL exit flow - memory overrun,
7186 if (p_osmt->opt.flow == OSMT_FLOW_CREATE_INVENTORY) {
7198 if (p_osmt->opt.flow == OSMT_FLOW_STRESS_SA) {
7255 if (p_osmt->opt.flow == OSMT_FLOW_ALL ||
7256 p_osmt->opt.flow == OSMT_FLOW_VALIDATE_INVENTORY) {
7279 if (p_osmt->opt.flow == OSMT_FLOW_ALL) {
7290 if (p_osmt->opt.flow == OSMT_FLOW_ALL ||
7291 p_osmt->opt.flow == OSMT_FLOW_SERVICE_REGISTRATION)
7306 if (p_osmt->opt.flow == OSMT_FLOW_ALL ||
7307 p_osmt->opt.flow
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-ip6.c94 u_int flow; local
114 flow = EXTRACT_32BITS(&ip6->ip6_flow);
118 if (flow & 0x0f000000)
119 (void)ND_PRINT((ndo, "pri 0x%02x, ", (flow & 0x0f000000) >> 24));
120 if (flow & 0x00ffffff)
121 (void)ND_PRINT((ndo, "flowlabel 0x%06x, ", flow & 0x00ffffff));
124 if (flow & 0x0ff00000)
125 (void)ND_PRINT((ndo, "class 0x%02x, ", (flow & 0x0ff00000) >> 20));
126 if (flow & 0x000fffff)
127 (void)ND_PRINT((ndo, "flowlabel 0x%05x, ", flow
[all...]
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Darc-dis.h61 enum Flow flow; member in struct:arcDisState
H A Darc-dis.c570 state->flow = noflow;
595 state->flow = invalid_instr;
625 state->flow = invalid_instr;
653 state->flow = invalid_instr;
708 state->flow=invalid_instr;
724 state->flow = invalid_instr;
804 state->flow=invalid_instr;
893 state->flow = state->_opcode == op_BLC /* BL */
919 state->flow = is_linked ? direct_call : direct_jump;
928 state->flow
[all...]
/freebsd-10.0-release/sys/netgraph/atm/sscop/
H A Dng_sscop.c97 int flow; /* flow control states */ member in struct:priv
307 if (priv->flow) {
309 "flow control stopped"));
310 priv->flow = 0;
319 "flow control opened window by %u messages",
323 priv->flow = 1;
330 if (priv->flow)
336 "flow control opened window by %u messages",
340 priv->flow
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmip.h192 uint32_t flow :20; member in struct:__anon6768
/freebsd-10.0-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c583 bcopy(&val.flow, &ch->iflow, sizeof(ch->iflow));
739 bcopy(&val.flow, &cmd->ch->oflow,
1308 val->flow.token_rate = le32toh(val->flow.token_rate);
1309 val->flow.token_bucket_size =
1310 le32toh(val->flow.token_bucket_size);
1311 val->flow.peak_bandwidth = le32toh(val->flow.peak_bandwidth);
1312 val->flow.latency = le32toh(val->flow
[all...]
H A Dng_l2cap_llpi.c351 ng_l2cap_flow_p flow)
397 ep->flags = flow->flags;
398 ep->service_type = flow->service_type;
399 ep->token_rate = flow->token_rate;
400 ep->peak_bandwidth = flow->peak_bandwidth;
401 ep->latency = flow->latency;
402 ep->delay_variation = flow->delay_variation;
350 ng_l2cap_lp_qos_req(ng_l2cap_p l2cap, u_int16_t con_handle, ng_l2cap_flow_p flow) argument
H A Dng_l2cap_ulpi.c397 ng_l2cap_flow_p flow = NULL; local
446 flow = &ch->oflow;
449 _ng_l2cap_build_cfg_options(opt, mtu, flush_timo, flow);
567 ng_l2cap_flow_p flow = NULL; local
612 flow = &ch->iflow;
615 if (mtu != NULL || flow != NULL) {
616 _ng_l2cap_build_cfg_options(opt, mtu, NULL, flow);
/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmtest.h85 uint8_t flow; member in struct:_osmtest_opt
402 * Run the service record testing flow.
427 * Run the sl2vl and vlarb tables testing flow.
451 * Run the multicast test flow
474 * Run the trap 64/65 test flow. This test is ran with
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java52 static boolean flow = false; field in class:JDTrace
183 if (flow) {
194 if (flow) {
195 Flow flow = data.getFlow();
196 int indent = (flow.getDepth() * 2);
204 switch (flow.getKind()) {
221 switch (flow.getKind()) {
885 flow = (dtrace.getOption(Option.flowindent) != Option.UNSET);
/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltq_subr.c1041 * extract flow information from a given packet.
1047 altq_extractflow(m, af, flow, filt_bmask)
1050 struct flowinfo *flow;
1064 fin = (struct flowinfo_in *)flow;
1093 fin6 = (struct flowinfo_in6 *)flow;
1127 flow->fi_len = sizeof(struct flowinfo);
1128 flow->fi_family = AF_UNSPEC;
1542 struct flowinfo flow; local
1547 altq_extractflow(m, af, &flow, classifier->acc_fbmask);
1549 if (flow
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c393 dtrace_flowkind_t flow = DTRACEFLOW_NONE; local
412 * like "method-entry" or "function-entry" to participate in flow
418 flow = DTRACEFLOW_ENTRY;
422 flow = DTRACEFLOW_RETURN;
432 if (flow == DTRACEFLOW_ENTRY) {
435 flow = DTRACEFLOW_NONE;
443 if (flow == DTRACEFLOW_RETURN) {
460 flow = DTRACEFLOW_NONE;
464 if (flow == DTRACEFLOW_ENTRY || flow
2015 int flow = (dtp->dt_options[DTRACEOPT_FLOWINDENT] != DTRACEOPT_UNSET); local
[all...]
/freebsd-10.0-release/sys/dev/bfe/
H A Dif_bfe.c651 u_int32_t val, flow; local
674 flow = 0;
676 flow = CSR_READ_4(sc, BFE_RXCONF);
677 flow &= ~BFE_RXCONF_FLOW;
680 flow |= BFE_RXCONF_FLOW;
681 CSR_WRITE_4(sc, BFE_RXCONF, flow);
686 flow = CSR_READ_4(sc, BFE_MAC_FLOW);
687 flow &= ~BFE_FLOW_PAUSE_ENAB;
688 CSR_WRITE_4(sc, BFE_MAC_FLOW, flow);
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddummynet.txt40 forever when deleting a live flow
75 and within that, each individual source will be a flow.
98 contains information on a flow, including masks and
124 CREATE: done on packet arrivals when a flow matches a flowset.
709 To link a flow to a scheduler, the user should type a command like:
720 separate packet according to its flow id (src and dst ip, ports...)
754 /* params for the flow */
/freebsd-10.0-release/sys/dev/usb/net/
H A Dif_smsc.c514 uint32_t flow; local
562 flow = 0xffff0002;
564 flow = 0;
576 flow = 0;
581 err += smsc_write_reg(sc, SMSC_FLOW, flow);
/freebsd-10.0-release/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h146 /* L2CAP flow control */
251 ng_l2cap_flow_t flow; /* NG_L2CAP_OPT_QOS */ member in union:__anon10334
387 ng_l2cap_flow_t oflow; /* out flow */
396 ng_l2cap_flow_t oflow; /* out flow */
420 ng_l2cap_flow_t iflow; /* in flow */
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h69 /// of bit values and the YAML representation is a flow sequence of
135 // a flow sequence (e.g. [a,b,c]).
136 // static const bool flow = true;
263 struct Fallback { bool flow; }; member in struct:llvm::yaml::has_FlowTraits::Fallback
267 static char (&f(SameType<bool Fallback::*, &C::flow>*))[1];
1064 /// should be considered a YAML flow sequence.
1078 static const bool flow = true; \
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_policy.c796 uint32_t flow; local
835 &sl, &flow, &hop);
843 ib_member_set_sl_flow_hop(p_prtn->sl, flow, hop);
/freebsd-10.0-release/contrib/libyaml/src/
H A Demitter.c87 int flow, int indentless);
404 int flow, int indentless)
410 emitter->indent = flow ? emitter->best_indent : 0;
725 * Expect a flow item node.
774 * Expect a flow key node.
837 * Expect a flow value node.
403 yaml_emitter_increase_indent(yaml_emitter_t *emitter, int flow, int indentless) argument
/freebsd-10.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile45 expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o \
/freebsd-10.0-release/sys/net/
H A Dif_lagg.c186 "Default setting for using flow id for load sharing");
301 "Use flow id for load sharing");
1553 uint32_t flow; local
1631 flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK;
1632 p = hash32_buf(&flow, sizeof(flow), p); /* IPv6 flow label */
/freebsd-10.0-release/sys/dev/isp/
H A DDriverManual.txt289 interconnects, a description of the typical flow of code that performs
392 of code flow for another core function (see discussion on fabric device
399 The QLogic cards, when operating in target mode, follow a code flow that is
545 The code flow in isp_start for Fibre Channel devices is the same as it is

Completed in 441 milliseconds

12