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

  /external/iproute2/tc/
m_mirred.c 2 * m_egress.c ingress/egress packet mirror/redir actions module
71 int ok = 0, iok = 0, mirror=0,redir=0; local
107 if (redir) {
108 fprintf(stderr, "Can't have both mirror and redir\n");
114 } else if (!redir && matches(*argv, "redirect") == 0) {
115 redir=1;
117 fprintf(stderr, "Can't have both mirror and redir\n");
123 } else if ((redir || mirror) && matches(*argv, "dev") == 0) {
  /external/mksh/src/
syn.c 190 if (tpeek(cf) != REDIR)
293 case REDIR:
311 case REDIR:
820 /* Lexical tokens (0[EOF], LWORD and REDIR handled specially) */
856 char redir[8]; local
882 case REDIR:
883 s = snptreef(redir, sizeof(redir), "%R", yylval.iop);
894 redir[0] = c;
895 redir[1] = '\0'
    [all...]
  /external/libxml2/
xmlIO.c 3878 const char *redir; local
    [all...]
testapi.c 12360 char ** redir; \/* if available the redirected URL will be returned *\/ local
    [all...]
  /hardware/ril/include/telephony/
ril.h 1513 RIL_CDMA_RedirectingNumberInfoRecord redir; member in union:__anon35329::__anon35330
    [all...]

Completed in 1879 milliseconds