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

  /external/iptables/include/linux/netfilter/
xt_TEE.h 6 char oif[16]; member in struct:xt_tee_tginfo
  /external/iptables/extensions/
libxt_TEE.c 36 {.name = "oif", .id = O_OIF, .type = XTTYPE_STRING,
37 .flags = XTOPT_PUT, XTOPT_POINTER(s, oif)},
47 " --oif NAME Include oif in route calculation\n"
60 if (*info->oif != '\0')
61 printf(" oif=%s", info->oif);
73 if (*info->oif != '\0')
74 printf(" oif=%s", info->oif);
    [all...]
  /external/kernel-headers/original/linux/
icmpv6.h 193 int oif);
  /external/iproute2/ip/
iproute.c 57 fprintf(stderr, " [ oif STRING ] [ tos TOS ]\n");
98 int oif, oifmask; member in struct:__anon7323
263 int oif = 0; local
265 oif = *(int*)RTA_DATA(tb[RTA_OIF]);
266 if ((oif^filter.oif)&filter.oifmask)
903 strcmp(*argv, "oif") == 0) {
1110 strcmp(*argv, "oif") == 0) {
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 253 milliseconds