Home
last modified time | relevance | path

Searched refs:SRV_F_USE_NS_FROM_PP (Results 1 – 25 of 27) sorted by relevance

12

/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Dserver.h115 #define SRV_F_USE_NS_FROM_PP 0x0008 /* use namespace associated with connection if present */ macro
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Dserver.h140 #define SRV_F_USE_NS_FROM_PP 0x0008 /* use namespace associated with connection if present */ macro
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Dserver.h137 #define SRV_F_USE_NS_FROM_PP 0x0008 /* use namespace associated with connection if present */ macro
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dserver.h137 #define SRV_F_USE_NS_FROM_PP 0x0008 /* use namespace associated with connection if present */ macro
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Dserver.h140 #define SRV_F_USE_NS_FROM_PP 0x0008 /* use namespace associated with connection if present */ macro
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dserver-t.h135 #define SRV_F_USE_NS_FROM_PP 0x0008 /* use namespace associated with connection if present */ macro
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Dserver.h137 #define SRV_F_USE_NS_FROM_PP 0x0008 /* use namespace associated with connection if present */ macro
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dserver-t.h136 #define SRV_F_USE_NS_FROM_PP 0x0008 /* use namespace associated with connection if present */ macro
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dserver-t.h141 #define SRV_F_USE_NS_FROM_PP 0x0008 /* use namespace associated with connection if present */ macro
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dsock.c183 if (__objt_server(conn->target)->flags & SRV_F_USE_NS_FROM_PP) in sock_create_server_socket()
H A Dserver.c440 newsrv->flags |= SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
449 newsrv->flags &= ~SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dsock.c183 if (__objt_server(conn->target)->flags & SRV_F_USE_NS_FROM_PP) in sock_create_server_socket()
H A Dserver.c756 newsrv->flags |= SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
765 newsrv->flags &= ~SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dproto_tcp.c237 if (__objt_server(conn->target)->flags & SRV_F_USE_NS_FROM_PP) in create_server_socket()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dproto_tcp.c251 if (__objt_server(conn->target)->flags & SRV_F_USE_NS_FROM_PP) in create_server_socket()
H A Dserver.c466 newsrv->flags |= SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
475 newsrv->flags &= ~SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dproto_tcp.c243 if (__objt_server(conn->target)->flags & SRV_F_USE_NS_FROM_PP) in create_server_socket()
H A Dserver.c439 newsrv->flags |= SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
448 newsrv->flags &= ~SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dproto_tcp.c251 if (__objt_server(conn->target)->flags & SRV_F_USE_NS_FROM_PP) in create_server_socket()
H A Dserver.c498 newsrv->flags |= SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
507 newsrv->flags &= ~SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dproto_tcp.c247 if (__objt_server(conn->target)->flags & SRV_F_USE_NS_FROM_PP) in create_server_socket()
H A Dserver.c412 newsrv->flags |= SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
421 newsrv->flags &= ~SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dproto_tcp.c250 if (__objt_server(conn->target)->flags & SRV_F_USE_NS_FROM_PP) in create_server_socket()
H A Dserver.c505 newsrv->flags |= SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
514 newsrv->flags &= ~SRV_F_USE_NS_FROM_PP; in srv_parse_namespace()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dproto_tcp.c250 if (__objt_server(conn->target)->flags & SRV_F_USE_NS_FROM_PP) in create_server_socket()

12