HomeSort by relevance Sort by last modified time
    Searched defs:iif (Results 1 - 5 of 5) sorted by null

  /external/iproute2/ip/
ipmroute.c 38 fprintf(stderr, "Usage: ip mroute show [ [ to ] PREFIX ] [ from PREFIX ] [ iif DEVICE ]\n");
42 fprintf(stderr, "Usage: ip mroute [ add | del ] DESTINATION from SOURCE [ iif DEVICE ] [ oif DEVICE ]\n");
51 int iif; member in struct:rtfilter
66 int iif = 0; local
93 iif = *(int*)RTA_DATA(tb[RTA_IIF]);
94 if (filter.iif && filter.iif != iif)
142 fprintf(fp, "%-32s Iif: ", obuf);
143 if (iif)
    [all...]
iproute.c 68 fprintf(stderr, " ip route get ADDRESS [ from ADDRESS iif STRING ]\n");
118 int iif, iifmask; member in struct:__anon20784
264 int iif = 0; local
266 iif = *(int*)RTA_DATA(tb[RTA_IIF]);
267 if ((iif^filter.iif)&filter.iifmask)
626 fprintf(fp, " iif %s", ll_index_to_name(*(int*)RTA_DATA(tb[RTA_IIF])));
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_constant_expression.cpp 896 ir_if *iif = inst->as_if(); local
898 ir_constant *cond = iif->condition->constant_expression_value(variable_context);
902 exec_list &branch = cond->get_bool_component(0) ? iif->then_instructions : iif->else_instructions;
  /external/tcpdump/
print-juniper.c 46 #define JUNIPER_BPF_IIF 0x4 /* IIF is valid */
112 { JUNIPER_BPF_IIF, "IIF" },
579 uint8_t iif[2]; member in struct:juniper_monitor_header
592 ND_PRINT((ndo, "service-id %u, iif %u, pkt-type %u: ",
594 EXTRACT_16BITS(&mh->iif),
626 ND_PRINT((ndo, "service-id %u flags 0x%02x service-set-id 0x%04x iif %u: ",
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ns32k.c 29 #define IIF_ENTRIES 13 /* Number of entries in iif. */
36 #define IIF(ptr,a1,c1,e1,g1,i1,k1,m1,o1,q1,s1,u1) \
37 iif.iifP[ptr].type = a1; \
38 iif.iifP[ptr].size = c1; \
39 iif.iifP[ptr].object = e1; \
40 iif.iifP[ptr].object_adjust = g1; \
41 iif.iifP[ptr].pcrel = i1; \
42 iif.iifP[ptr].pcrel_adjust = k1; \
43 iif.iifP[ptr].im_disp = m1; \
44 iif.iifP[ptr].relax_substate = o1;
133 struct int_ins_form iif; variable in typeref:struct:int_ins_form
    [all...]

Completed in 1950 milliseconds