Searched refs:iif (Results 1 – 8 of 8) sorted by relevance
/external/iproute2/ip/ |
D | ipmroute.c | 51 int iif; member 66 int iif = 0; in print_mroute() local 93 iif = *(int*)RTA_DATA(tb[RTA_IIF]); in print_mroute() 94 if (filter.iif && filter.iif != iif) in print_mroute() 143 if (iif) in print_mroute() 144 fprintf(fp, "%-10s ", ll_index_to_name(iif)); in print_mroute() 193 filter.iif = ifindex; in ipmroute_reset_filter() 252 filter.iif = idx; in mroute_list()
|
D | iproute.c | 118 int iif, iifmask; member 264 int iif = 0; in filter_nlmsg() local 266 iif = *(int*)RTA_DATA(tb[RTA_IIF]); in filter_nlmsg() 267 if ((iif^filter.iif)&filter.iifmask) in filter_nlmsg() 1485 filter.iif = idx; in iproute_list_flush_or_save()
|
/external/mesa3d/src/glsl/ |
D | ir_constant_expression.cpp | 1261 ir_if *iif = inst->as_if(); in constant_expression_evaluate_expression_list() local 1263 ir_constant *cond = iif->condition->constant_expression_value(variable_context); in constant_expression_evaluate_expression_list() 1267 exec_list &branch = cond->get_bool_component(0) ? iif->then_instructions : iif->else_instructions; in constant_expression_evaluate_expression_list()
|
/external/tcpdump/ |
D | print-juniper.c | 576 uint8_t iif[2]; in juniper_monitor_print() member 591 EXTRACT_16BITS(&mh->iif), in juniper_monitor_print()
|
/external/libnl/lib/route/ |
D | rule.c | 308 __ADD(RULE_ATTR_IIF, iif)
|
D | route_obj.c | 468 __ADD(ROUTE_ATTR_IIF, iif)
|
/external/iproute2/doc/ |
D | ip-cref.tex | 1649 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0 1712 \item \verb|iif| --- the packets for this path are expected to arrive 1858 \item \verb|iif NAME| 1878 If the \verb|iif| argument is not given, the kernel creates a route 1882 actually sent. With the \verb|iif| argument, the kernel pretends 1902 kuznet@amber:~ $ ip r g 193.233.7.82 from 193.233.7.82 iif eth0 1905 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0 1920 kuznet@amber:~ $ ip r g 224.2.127.254 from 193.233.7.82 iif eth0 1923 cache <mc> iif eth0 Oifs: eth1 pimreg 2127 \item \verb|iif NAME| [all …]
|
/external/libavc/encoder/arm/ |
D | ime_distortion_metrics_a9q.s | 1250 @iif the blk is even we just have to set the pointer to the
|