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

  /external/openssh/
servconf.h 48 #define FORWARD_LOCAL (1<<1)
49 #define FORWARD_ALLOW (FORWARD_REMOTE|FORWARD_LOCAL)
serverloop.c 449 if ((options.allow_tcp_forwarding & FORWARD_LOCAL) != 0 &&
487 if ((options.allow_streamlocal_forwarding & FORWARD_LOCAL) != 0 &&
auth-options.c 381 if ((options.allow_tcp_forwarding & FORWARD_LOCAL) != 0)
session.c 261 (options.allow_tcp_forwarding & FORWARD_LOCAL) == 0)
    [all...]
servconf.c 954 { "local", FORWARD_LOCAL },
    [all...]

Completed in 581 milliseconds