代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/393452/8286583
png connect_02.png
www.eeworm.com/read/393452/8286865
png connect_passive.png
www.eeworm.com/read/392609/8333782
png connect_creating.png
www.eeworm.com/read/392609/8333801
png connect_established.png
www.eeworm.com/read/392508/8338672
8 pppoe-connect.8
.\" LIC: GPL
.TH PPPOE-CONNECT 8 "21 February 2000"
.UC 4
.SH NAME
pppoe-connect \- Shell script to manage a PPPoE link
.SH SYNOPSIS
.B pppoe-connect \fR[\fIconfig_file\fR]
.P
.B pppoe-connect \fR\fI
www.eeworm.com/read/172888/9683300
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 = F
www.eeworm.com/read/172888/9683359
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 addr
www.eeworm.com/read/172888/9683398
c connect_timeo.c
/* include connect_timeo */
#include "unp.h"
static void connect_alarm(int);
int
connect_timeo(int sockfd, const SA *saptr, socklen_t salen, int nsec)
{
Sigfunc *sigfunc;
int n;
sigf
www.eeworm.com/read/172888/9683403
c tcp_connect.c
/* include tcp_connect */
#include "unp.h"
int
tcp_connect(const char *host, const char *serv)
{
int sockfd, n;
struct addrinfo hints, *res, *ressave;
bzero(&hints, sizeof(struct addr