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

/external/iproute2/ip/
H A Diproute.c63 fprintf(stderr, " ip route get ADDRESS [ from ADDRESS iif STRING ]\n");
105 int iif, iifmask; member in struct:__anon22390
235 int iif = 0; local
237 iif = *(int*)RTA_DATA(tb[RTA_IIF]);
238 if ((iif^filter.iif)&filter.iifmask)
565 fprintf(fp, " iif %s", ll_index_to_name(*(int*)RTA_DATA(tb[RTA_IIF])));
1180 } else if (strcmp(*argv, "iif") == 0) {
1256 filter.iif = idx;
1397 } else if (matches(*argv, "iif")
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_constant_expression.cpp1261 ir_if *iif = inst->as_if(); local
1263 ir_constant *cond = iif->condition->constant_expression_value(variable_context);
1267 exec_list &branch = cond->get_bool_component(0) ? iif->then_instructions : iif->else_instructions;
/external/mesa3d/src/glsl/
H A Dir_constant_expression.cpp1261 ir_if *iif = inst->as_if(); local
1263 ir_constant *cond = iif->condition->constant_expression_value(variable_context);
1267 exec_list &branch = cond->get_bool_component(0) ? iif->then_instructions : iif->else_instructions;
/external/tcpdump/
H A Dprint-juniper.c579 u_int8_t iif[2]; member in struct:juniper_monitor_header
592 printf("service-id %u, iif %u, pkt-type %u: ",
594 EXTRACT_16BITS(&mh->iif),
625 printf("service-id %u flags 0x%02x service-set-id 0x%04x iif %u: ",
/external/libnl/lib/route/
H A Drule.c199 nl_dump(p, "iif %s ", r->r_iif);
308 __ADD(RULE_ATTR_IIF, iif)
H A Droute_obj.c27 * iif NULL
234 nl_dump(p, "iif %s ",
238 nl_dump(p, "iif %d ", r->rt_iif);
468 __ADD(ROUTE_ATTR_IIF, iif)
/external/iproute2/doc/
H A Dip-cref.tex1603 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1666 \item \verb|iif| --- the packets for this path are expected to arrive
1812 \item \verb|iif NAME|
1832 If the \verb|iif| argument is not given, the kernel creates a route
1836 actually sent. With the \verb|iif| argument, the kernel pretends
1856 kuznet@amber:~ $ ip r g 193.233.7.82 from 193.233.7.82 iif eth0
1859 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1874 kuznet@amber:~ $ ip r g 224.2.127.254 from 193.233.7.82 iif eth0
1877 cache <mc> iif eth0 Oifs: eth1 pimreg
2081 \item \verb|iif NAM
[all...]

Completed in 166 milliseconds