代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/132649/5910962
dsp connect_all.dsp
# Microsoft Developer Studio Project File - Name="connect_all" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
www.eeworm.com/read/132649/5912075
h connect_export.h
/*
* ===========================================================================
* PRODUCTION $Log: connect_export.h,v $
* PRODUCTION Revision 1000.1 2004/04/12 17:05:45 gouriano
* PRODUCTION PR
www.eeworm.com/read/132649/5914318
lib makefile.connect.lib
# $Id: Makefile.connect.lib,v 1000.0 2003/10/29 16:33:51 gouriano Exp $
SRC_C = ncbi_ansi_ext ncbi_buffer ncbi_priv ncbi_core ncbi_util \
ncbi_socket ncbi_connutil ncbi_connect
www.eeworm.com/read/129924/5966300
txt connect_leg.txt
305276,1,106231
305276,2,137225
305277,1,106237
305277,2,137231
305280,1,106247
305280,2,137237
305416,1,112030
305416,1,112031
305416,2,112773
305424,1,112033
305424,2,112784
305429,1,112040
305429,2
www.eeworm.com/read/127694/6002384
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/127694/6002402
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));
www.eeworm.com/read/127694/6002419
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;
sigfunc = Signa
www.eeworm.com/read/127694/6002423
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 addrinfo));
www.eeworm.com/read/127694/6002484
c tpi_connect.c
#include "tpi_daytime.h"
void
tpi_connect(int fd, const void *addr, size_t addrlen)
{
struct {
struct T_conn_req msg_hdr;
char addr[128];
} conn_req;
struct {
struct T_conn_con msg_hdr
www.eeworm.com/read/127694/6002531
c tcp_connect.c
/* include tcp_connect */
#include "unpxti.h"
int
tcp_connect(const char *host, const char *serv)
{
int tfd, i;
void *handle;
struct t_call tcall;
struct t_discon tdiscon;
struct netcon