Searched refs:tunnel (Results 1 - 7 of 7) sorted by relevance
/third_party/curl/lib/ |
H A D | cf-h2-proxy.c | 61 H2_TUNNEL_INIT, /* init/default/no tunnel state */ 138 CURL_TRC_CF(data, cf, "[%d] new tunnel state 'init'", ts->stream_id); in h2_tunnel_go_state() 143 CURL_TRC_CF(data, cf, "[%d] new tunnel state 'connect'", ts->stream_id); in h2_tunnel_go_state() 148 CURL_TRC_CF(data, cf, "[%d] new tunnel state 'response'", ts->stream_id); in h2_tunnel_go_state() 153 CURL_TRC_CF(data, cf, "[%d] new tunnel state 'established'", in h2_tunnel_go_state() 161 CURL_TRC_CF(data, cf, "[%d] new tunnel state 'failed'", ts->stream_id); in h2_tunnel_go_state() 179 struct tunnel_stream tunnel; /* our tunnel CONNECT stream */ member 201 tunnel_stream_clear(&ctx->tunnel); in cf_h2_proxy_ctx_clear() 216 struct tunnel_stream *tunnel) in drain_tunnel() 214 drain_tunnel(struct Curl_cfilter *cf, struct Curl_easy *data, struct tunnel_stream *tunnel) drain_tunnel() argument [all...] |
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | output_ipsec_conf | 72 mode: transport / tunnel 161 tunnel) 164 -P $direct1 ipsec $protocol/tunnel/${src_ipaddr}-${dst_ipaddr}/use ; 167 -P $direct2 ipsec $protocol/tunnel/${dst_ipaddr}-${src_ipaddr}/use ;
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | module-raop-discover.c | 76 struct tunnel { struct 84 const struct tunnel *t = p; in tunnel_hash() 95 const struct tunnel *ta = a, *tb = b; in tunnel_compare() 112 static struct tunnel* tunnel_new( in tunnel_new() 115 struct tunnel *t; in tunnel_new() 117 t = pa_xnew(struct tunnel, 1); in tunnel_new() 128 static void tunnel_free(struct tunnel *t) { in tunnel_free() 166 struct tunnel *tnl; in resolver_cb() 379 struct tunnel *t; in browser_cb() 399 struct tunnel *t in browser_cb() [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-zeroconf-discover.c | 57 struct tunnel { struct 75 const struct tunnel *t = p; in tunnel_hash() 86 const struct tunnel *ta = a, *tb = b; in tunnel_compare() 103 static struct tunnel *tunnel_new( in tunnel_new() 107 struct tunnel *t; in tunnel_new() 108 t = pa_xnew(struct tunnel, 1); in tunnel_new() 118 static void tunnel_free(struct tunnel *t) { in tunnel_free() 137 struct tunnel *tnl; in resolver_cb() 204 dname = pa_sprintf_malloc("tunnel.%s.%s", host_name, device); in resolver_cb() 206 dname = pa_sprintf_malloc("tunnel in resolver_cb() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius.c | 1441 * radius_msg_get_vlanid - Parse RADIUS attributes for VLAN tunnel information 1455 struct radius_tunnel_attrs tunnel[RADIUS_TUNNEL_TAGS], *tun; in radius_msg_get_vlanid() local 1463 os_memset(&tunnel, 0, sizeof(tunnel)); in radius_msg_get_vlanid() 1477 tun = &tunnel[0]; in radius_msg_get_vlanid() 1479 tun = &tunnel[data[0]]; in radius_msg_get_vlanid() 1524 /* Use tunnel with the lowest tag for untagged VLAN id */ in radius_msg_get_vlanid() 1526 tun = &tunnel[i]; in radius_msg_get_vlanid()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius.c | 1441 * radius_msg_get_vlanid - Parse RADIUS attributes for VLAN tunnel information 1455 struct radius_tunnel_attrs tunnel[RADIUS_TUNNEL_TAGS], *tun; in radius_msg_get_vlanid() local 1463 os_memset(&tunnel, 0, sizeof(tunnel)); in radius_msg_get_vlanid() 1477 tun = &tunnel[0]; in radius_msg_get_vlanid() 1479 tun = &tunnel[data[0]]; in radius_msg_get_vlanid() 1524 /* Use tunnel with the lowest tag for untagged VLAN id */ in radius_msg_get_vlanid() 1526 tun = &tunnel[i]; in radius_msg_get_vlanid()
|
/third_party/curl/tests/server/ |
H A D | socksd.c | 649 static int tunnel(struct perclient *cp, fd_set *fds) in tunnel() function 789 if(tunnel(cp, &fds_read)) { in incoming()
|
Completed in 14 milliseconds