代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/218272/4862662
c socket.c
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/216802/4881125
h socket.h
/*
* Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or withou
www.eeworm.com/read/216802/4882117
c socket.c
#include "rosdhcp.h"
SOCKET ServerSocket;
void SocketInit() {
ServerSocket = socket( AF_INET, SOCK_DGRAM, 0 );
}
ssize_t send_packet( struct interface_info *ip,
st
www.eeworm.com/read/216802/4882790
h socket.h
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS HTTP Daemon
* FILE: include/socket.h
*/
#ifndef __SOCKET_H
#define __SOCKET_H
#include
www.eeworm.com/read/216802/4882797
cpp socket.cpp
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS HTTP Daemon
* FILE: socket.cpp
* PURPOSE: Socket classes
* PROGRAMMERS: Casper S. Hornstrup (chorns
www.eeworm.com/read/216676/4888863
cpp socket.cpp
//===========================================================================//
// File: socket.cc //
// Contents: Implementation details for S
www.eeworm.com/read/216676/4888937
hpp socket.hpp
//===========================================================================//
// File: socket.hh //
// Contents: Interface specifications for
www.eeworm.com/read/216450/4893641
c socket.c
#include
#include
#include
#include
#include
#include
#include
#include
#define DEBUG 0
static int _
www.eeworm.com/read/216450/4895293
h socket.h
/*
sys/socket.h
*/
#ifndef SYS_SOCKET_H
#define SYS_SOCKET_H
/* Can we include here or do we need an additional header that is
* safe to include?
*/
#include
/* Open Group B
www.eeworm.com/read/216450/4895363
h socket.h
/*
server/ip/gen/socket.h
*/
#ifndef __SERVER__IP__GEN__SOCKET_H__
#define __SERVER__IP__GEN__SOCKET_H__
/* From SunOS: /usr/include/sys/socketh */
/*
* Address families.
*/
#define AF_UNSPEC 0