代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/252940/12253090
c socket.c
/*-------
* Module: socket.c
*
* Description: This module contains functions for low level socket
* operations (connecting/reading/writing to the backend)
*
* Classes: SocketClass (Func
www.eeworm.com/read/252940/12253111
h socket.h
/* File: socket.h
*
* Description: See "socket.c"
*
* Comments: See "notice.txt" for copyright and license information.
*
*/
#ifndef __SOCKET_H__
#define __SOCKET_H__
#include "psqlodbc.h"
www.eeworm.com/read/339051/12264761
c socket.c
/* Application programming interface routines - based loosely on the
* "socket" model in Berkeley UNIX.
*
* Copyright 1991 Phil Karn, KA9Q
*/
#include
#ifdef __STDC__
#include
www.eeworm.com/read/339051/12264830
h socket.h
#ifndef _SOCKET_H
#define _SOCKET_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#include
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endi
www.eeworm.com/read/338234/12317484
c socket.c
/***************************************************************************
socket.c - description
-------------------
begin
www.eeworm.com/read/338234/12317504
h socket.h
/***************************************************************************
socket.h - description
-------------------
begin
www.eeworm.com/read/149908/12333766
c socket.c
/* Application programming interface routines - based loosely on the
* "socket" model in Berkeley UNIX.
*
* Copyright 1991 Phil Karn, KA9Q
*/
#include
#ifdef __STDC__
#include
www.eeworm.com/read/149908/12333821
h socket.h
#ifndef _SOCKET_H
#define _SOCKET_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#include
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endi
www.eeworm.com/read/251549/12338311
tcl socket.tcl
#! /usr/bin/tclsh
set sockid [socket localhost 13]
gets $sockid date
puts "Machine says the date is: $date"
www.eeworm.com/read/337750/12342934
c socket.c
/*
* @(#) socket.c RCS: $Revision: 1.6 $ $Date: 95/03/02 12:54:08 $
*
* Socket operations
*
* getLocalAddr - no error reporting
* getRemoteAddr - no error reporting
* openClient - reports erro