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

  /external/iproute2/tc/
m_mirred.c 2 * m_egress.c ingress/egress packet mirror/redir actions module
70 int ok = 0, iok = 0, mirror=0,redir=0; local
106 if (redir) {
107 fprintf(stderr, "Cant have both mirror and redir\n");
113 } else if (!redir && matches(*argv, "redirect") == 0) {
114 redir=1;
116 fprintf(stderr, "Cant have both mirror and redir\n");
122 } else if ((redir || mirror) && matches(*argv, "dev") == 0) {
  /external/mksh/src/
syn.c 189 if (tpeek(cf) != REDIR)
284 case REDIR:
293 case REDIR:
790 /* Lexical tokens (0[EOF], LWORD and REDIR handled specially) */
826 char redir[6]; local
852 case REDIR:
853 s = snptreef(redir, sizeof(redir), "%R", yylval.iop);
864 redir[0] = c;
865 redir[1] = '\0'
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlIO.c 3686 const char *redir; local
    [all...]
testapi.c 12364 char ** redir; \/* if available the redirected URL will be returned *\/ local
    [all...]
  /external/libxml2/
xmlIO.c 3847 const char *redir; local
    [all...]
  /external/qemu/android/
console.c 86 } RedirRec, *Redir;
112 Redir redirs;
142 Redir redir; local
149 Redir new_redirs = realloc( global->redirs, new_max*sizeof(global->redirs[0]) );
157 redir = &global->redirs[ global->num_redirs++ ];
159 redir->host_port = host_port;
160 redir->host_udp = host_udp;
161 redir->guest_ip = guest_ip;
162 redir->guest_port = guest_port
176 Redir redir = &global->redirs[nn]; local
826 Redir redir = &global->redirs[nn]; local
883 Redir redir = &global->redirs[nn]; local
897 Redir redir; local
953 Redir redir; local
    [all...]
  /hardware/ril/include/telephony/
ril.h 1077 RIL_CDMA_RedirectingNumberInfoRecord redir; member in union:__anon41670::__anon41671
    [all...]

Completed in 5883 milliseconds