Home
last modified time | relevance | path

Searched refs:RH_PORT_LEN (Results 1 – 6 of 6) sorted by relevance

/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Doptions.h193 #define RH_PORT_LEN 20 macro
194 char port[RH_PORT_LEN];
H A Dinit.c353 if (strlen(p[2]) < RH_HOST_LEN && strlen(p[3]) < RH_PORT_LEN) in management_callback_remote_cmd()
362 strncpynt(rhs->port, p[3], RH_PORT_LEN); in management_callback_remote_cmd()
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Doptions.h190 #define RH_PORT_LEN 20 macro
191 char port[RH_PORT_LEN];
H A Dinit.c355 if (strlen(p[2]) < RH_HOST_LEN && strlen(p[3]) < RH_PORT_LEN) in management_callback_remote_cmd()
364 strncpynt(rhs->port, p[3], RH_PORT_LEN); in management_callback_remote_cmd()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Doptions.h190 #define RH_PORT_LEN 20 macro
191 char port[RH_PORT_LEN];
H A Dinit.c355 if (strlen(p[2]) < RH_HOST_LEN && strlen(p[3]) < RH_PORT_LEN) in management_callback_remote_cmd()
364 strncpynt(rhs->port, p[3], RH_PORT_LEN); in management_callback_remote_cmd()