代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/292144/3956096
h ei_connect.h
/* ``The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
* compliance with the License. You should have received a
www.eeworm.com/read/292144/3956169
c ei_connect.c
/* ``The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
* compliance with the License. You should have received a
www.eeworm.com/read/292144/3956256
h erl_connect.h
/* ``The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
* compliance with the License. You should have received a
www.eeworm.com/read/292144/3956259
c erl_connect.c
/* ``The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
* compliance with the License. You should have received a
www.eeworm.com/read/292144/3957219
hrl ssh_connect.hrl
%% ``The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
%% compliance with the License. You should have received a
www.eeworm.com/read/290808/3970731
c connect_nonb.c
#include "unp.h"
int
connect_nonb(int sockfd, const SA *saptr, socklen_t salen, int nsec)
{
int flags, n, error;
socklen_t len;
fd_set rset, wset;
struct timeval tval;
flags = Fcntl(sockf
www.eeworm.com/read/290808/3970733
lc tcp_connect.lc
/* include tcp_connect */
#include "unp.h"## 1 ##src/lib/tcp_connect.c##
int## 2 ##src/lib/tcp_connect.c##
tcp_connect(const char *host, const char *serv)## 3 ##src/lib/tcp_connect.c##
{## 4 #
www.eeworm.com/read/290808/3970739
lc connect_timeo.lc
/* include connect_timeo */
#include "unp.h"## 1 ##src/lib/connect_timeo.c##
static void connect_alarm(int);## 2 ##src/lib/connect_timeo.c##
int## 3 ##src/lib/connect_timeo.c##
connect_timeo(i
www.eeworm.com/read/290808/3970750
lc udp_connect.lc
/* include udp_connect */
#include "unp.h"## 1 ##src/lib/udp_connect.c##
int## 2 ##src/lib/udp_connect.c##
udp_connect(const char *host, const char *serv)## 3 ##src/lib/udp_connect.c##
{## 4 #
www.eeworm.com/read/290808/3970760
c udp_connect.c
/* include udp_connect */
#include "unp.h"
int
udp_connect(const char *host, const char *serv)
{
int sockfd, n;
struct addrinfo hints, *res, *ressave;
bzero(&hints, sizeof(struct addrinfo));