Home
last modified time | relevance | path

Searched refs:cancellable_gets (Results 1 – 4 of 4) sorted by relevance

/dports/security/openconnect/openconnect-8.10/
H A Dauth-juniper.c459 len = cancellable_gets(vpninfo, sockfd[1], recvbuf, sizeof(recvbuf)); in tncc_preauth()
479 len = cancellable_gets(vpninfo, sockfd[1], recvbuf, sizeof(recvbuf)); in tncc_preauth()
487 len = cancellable_gets(vpninfo, sockfd[1], recvbuf, sizeof(recvbuf)); in tncc_preauth()
497 len = cancellable_gets(vpninfo, sockfd[1], recvbuf, sizeof(recvbuf)); in tncc_preauth()
512 len = cancellable_gets(vpninfo, sockfd[1], recvbuf, in tncc_preauth()
H A Dssl.c1161 int cancellable_gets(struct openconnect_info *vpninfo, int fd, in cancellable_gets() function
H A Dopenconnect-internal.h976 int cancellable_gets(struct openconnect_info *vpninfo, int fd,
H A Dhttp.c1158 return cancellable_gets(vpninfo, vpninfo->proxy_fd, buf, len); in proxy_gets()