HomeSort by relevance Sort by last modified time
    Searched defs:iif (Results 1 - 9 of 9) 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");
50 int iif; member in struct:rtfilter
65 int iif = 0; local
92 iif = rta_getattr_u32(tb[RTA_IIF]);
93 if (filter.iif && filter.iif != iif)
131 fprintf(fp, "%-32s Iif: ", obuf);
132 if (iif)
    [all...]
iprule.c 48 " [ iif STRING ] [ oif STRING ] [ pref NUMBER ] [ l3mdev ]\n"
70 char iif[IFNAMSIZ]; member in struct:__anon22174
137 if (strcmp(filter.iif, rta_getattr_str(tb[FRA_IFNAME])) != 0)
257 fprintf(fp, "iif %s ", rta_getattr_str(tb[FRA_IFNAME]));
473 strcmp(*argv, "iif") == 0) {
475 if (get_ifname(filter.iif, *argv))
476 invarg("\"iif\"/\"dev\" not a valid ifname", *argv);
698 strcmp(*argv, "iif") == 0) {
701 invarg("\"iif\"/\"dev\" not a valid ifname", *argv);
iproute_lwtunnel.c 229 int iif = rta_getattr_u32(tb[SEG6_LOCAL_IIF]); local
231 fprintf(fp, "iif %s ",
232 if_indextoname(iif, ifbuf) ?: "<unknown>");
535 __u32 action = 0, table, iif, oif; local
572 } else if (strcmp(*argv, "iif") == 0) {
575 duparg2("iif", *argv);
576 iif = if_nametoindex(*argv);
577 if (!iif)
578 invarg("\"iif\" interface not found\n", *argv);
579 rta_addattr32(rta, len, SEG6_LOCAL_IIF, iif);
    [all...]
iproute.c 69 fprintf(stderr, " [ from ADDRESS iif STRING ]\n");
124 int iif, iifmask; member in struct:__anon22170
267 int iif = 0; local
270 iif = rta_getattr_u32(tb[RTA_IIF]);
271 if ((iif^filter.iif)&filter.iifmask)
622 fprintf(fp, "iif %s ",
    [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" },
589 uint8_t iif[2]; member in struct:juniper_monitor_header
603 ND_PRINT((ndo, "service-id %u, iif %u, pkt-type %u: ",
605 EXTRACT_16BITS(&mh->iif),
642 ND_PRINT((ndo, "service-id %u flags 0x%02x service-set-id 0x%04x iif %u: ",
    [all...]
  /toolchain/binutils/binutils-2.27/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...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 428 milliseconds