Searched refs:tunnel (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/svnserve/
H A Dserver.h58 svn_boolean_t tunnel; /* Tunneled through login agent */
82 svn_boolean_t tunnel;
84 /* If tunnel is true, overrides the current uid's username as the
57 svn_boolean_t tunnel; /* Tunneled through login agent */ member in struct:server_baton_t
81 svn_boolean_t tunnel; member in struct:serve_params_t
H A Dsvnserve.c165 {"tunnel", 't', 0, N_("tunnel mode")},
207 "Use inetd mode or tunnel mode if you need this.]")},
278 {"tunnel-user", SVNSERVE_OPT_TUNNEL_USER, 1,
279 N_("tunnel username (default is current uid's name)\n"
281 "[mode: tunnel]")},
363 * In tunnel or inetd mode, we don't want hook scripts corrupting the
540 params.tunnel = FALSE;
811 _("Option --tunnel-user is only valid in tunnel mod
[all...]
H A Dserve.c289 option. Also, some authentications (e.g. --tunnel) can
1481 /* In tunnel mode, deltify before answering the client, because
1486 if (b->tunnel)
1496 if (! b->tunnel)
3186 /* Skip past the scheme part of a URL, including the tunnel specification
3359 if (!params->tunnel)
3362 /* If a tunnel user was provided on the command line, use that. */
3517 b.tunnel = params->tunnel;
/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmad.c490 /* compute P_Key index to put in tunnel header for slave */
506 /* get tunnel tx data buf for slave */
521 /* allocate tunnel tx buf after pass failure returns */
541 /* copy over to tunnel buffer */
546 /* adjust tunnel data */
619 pr_debug("failed sending to slave %d via tunnel qp (%d)\n",
659 /* Drop unsupported classes for slaves in tunnel mode */
675 pr_debug("failed sending to slave %d via tunnel qp (%d)\n",
1431 struct mlx4_tunnel_mad *tunnel = tun_qp->ring[wr_ix].addr; local
1461 switch (tunnel
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c91 /* Parse an svn URL's tunnel portion into tunnel, if there is a tunnel
93 static void parse_tunnel(const char *url, const char **tunnel,
96 *tunnel = NULL;
102 /* Get the tunnel specification, if any. */
111 *tunnel = apr_pstrmemdup(pool, url, p - url);
373 static svn_error_t *find_tunnel_agent(const char *tunnel,
385 /* Look up the tunnel specification in config. */
387 svn_config_get(cfg, &val, SVN_CONFIG_SECTION_TUNNELS, tunnel, NUL
92 parse_tunnel(const char *url, const char **tunnel, apr_pool_t *pool) argument
372 find_tunnel_agent(const char *tunnel, const char *hostinfo, const char ***argv, apr_hash_t *config, apr_pool_t *pool) argument
730 const char *tunnel, **tunnel_argv; local
[all...]
/freebsd-10.1-release/contrib/wpa/src/radius/
H A Dradius.c1333 * radius_msg_get_vlanid - Parse RADIUS attributes for VLAN tunnel information
1335 * Returns: VLAN ID for the first tunnel configuration of -1 if none is found
1339 struct radius_tunnel_attrs tunnel[RADIUS_TUNNEL_TAGS], *tun; local
1346 os_memset(&tunnel, 0, sizeof(tunnel));
1357 tun = &tunnel[0];
1359 tun = &tunnel[data[0]];
1390 tun = &tunnel[i];
/freebsd-10.1-release/share/examples/
H A DMakefile121 netgraph/udp.tunnel \
/freebsd-10.1-release/etc/
H A Dservices1108 tunnel 604/tcp
1109 tunnel 604/udp
2035 stun-port 1994/tcp #cisco serial tunnel port
2036 stun-port 1994/udp #cisco serial tunnel port

Completed in 230 milliseconds