代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/475888/1378993
java socket.java
/*
* @(#)Socket.java 1.63 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is
www.eeworm.com/read/474814/1390547
cc socket.cc
// $Header$
#include
#include
#include "Socket.h"
#include "system.h"
Socket::Socket( int arg_is_local, int socket_fd )
{
is_local = arg_is_local;
if ( socket_fd < 0 )
fd
www.eeworm.com/read/474814/1390552
h socket.h
// $Header$
#ifndef Socket_h
#define Socket_h
class Socket {
public:
// The first parameter, if true, specifies that the socket
// will only be used locally (same host). The second, if
// pr
www.eeworm.com/read/473395/1398643
c socket.c
/* Simple test-case for the BSD socket API : echo on TCP port 7 */
#include "lwip/sys.h"
#define LWIP_COMPAT_SOCKETS 1
#include "lwip/sockets.h"
char buf[400];
static void
socket_thread(voi
www.eeworm.com/read/471161/1433085
h socket.h
/**************************************************************
* Dummy Header for Unix to Windows NT portability
* Created for NTP package
*********************************************************
www.eeworm.com/read/470917/1440156
h socket.h
/* System-specific socket constants and types. 4.4 BSD version.
Copyright (C) 1991,92,1994-2002,2004,2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Li
www.eeworm.com/read/470917/1440213
s socket.s
/* Copyright (C) 2001, 2003 Free Software Foundation, Inc.
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
This file is part of the GNU C Library.
The GNU C Library is free softw
www.eeworm.com/read/470917/1440260
s socket.s
/* Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
This file is part of the GNU C Library.
The GNU C Library is free
www.eeworm.com/read/470917/1440352
s socket.s
/* Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify