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, ingress = 0, egress = 0; local
118 if (redir) {
119 fprintf(stderr, "Can't have both mirror and redir\n");
126 } else if (!redir && matches(*argv, "redirect") == 0) {
127 redir = 1;
129 fprintf(stderr, "Can't have both mirror and redir\n");
136 } else if ((redir || mirror) && matches(*argv, "dev") == 0) {
  /external/mksh/src/
syn.c 193 if (tpeek(cf) != REDIR)
291 case REDIR:
309 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), Tft_R, yylval.iop);
894 redir[0] = c;
895 redir[1] = '\0'
    [all...]
  /external/libxml2/
xmlIO.c 3777 const char *redir; local
    [all...]
testapi.c 12429 char ** redir; \/* if available the redirected URL will be returned *\/ local
    [all...]
  /hardware/ril/include/telephony/
ril.h 1710 RIL_CDMA_RedirectingNumberInfoRecord redir; member in union:__anon52756::__anon52757
    [all...]

Completed in 397 milliseconds