代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/244785/4509993
cpp socket.cpp
/***************************************************************************/
/* */
/* Copyright (c) 2005, 2006 2X Software Ltd,
www.eeworm.com/read/244785/4510007
h socket.h
/***************************************************************************/
/* */
/* Copyright (c) 2005, 2006 2X Software Ltd,
www.eeworm.com/read/244005/4514773
h socket.h
/*
* socket.h
*
* Berkley Socket channel ancestor class.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozill
www.eeworm.com/read/244005/4514792
h socket.h
/*
* socket.h
*
* Berkley sockets ancestor class.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozilla Publi
www.eeworm.com/read/244005/4514885
cxx socket.cxx
/*
* socket.cxx
*
* Berkley sockets classes implementation
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozi
www.eeworm.com/read/243567/4522090
c socket.c
/* $Id: socket.c,v 1.5 2001/02/13 01:16:44 davem Exp $
* socket.c: Socket syscall emulation for Solaris 2.6+
*
* Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz)
*
* 1999-08-19 Fixed socketpa
www.eeworm.com/read/243166/4531561
c socket.c
/*
********************************************************************************
* TERN, Inc.
* (c) Copyright 2005, http://www.tern.com
*
* MODIFIED BY RICHARD BARRY TO ADD SEMAPHORE FOR COMMU
www.eeworm.com/read/243166/4531565
h socket.h
/*
********************************************************************************
* TERN, Inc.
* (c) Copyright 2005, http://www.tern.com
*
* - Derived based on development version provided by W
www.eeworm.com/read/242732/4537330
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/242732/4538272
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