代码搜索:如何学习 socket?

找到约 10,000 项符合「如何学习 socket?」的源代码

代码结果 10,000
www.eeworm.com/read/227822/14410671

c socket.c

/* * Copyright (c) 1995 Danny Gasparovski. * * Please read the file COPYRIGHT for the * terms and conditions of the copyright. */ #define WANT_SYS_IOCTL_H #include #include "ip_icmp.
www.eeworm.com/read/227822/14410685

h socket.h

/* * Copyright (c) 1995 Danny Gasparovski. * * Please read the file COPYRIGHT for the * terms and conditions of the copyright. */ /* MINE */ #ifndef _SLIRP_SOCKET_H_ #define _SLIRP_SOCKET_H_
www.eeworm.com/read/227822/14410990

h socket.h

#if defined(TARGET_MIPS) // MIPS special values for constants /* * For setsockopt(2) * * This defines are ABI conformant as far as Linux supports these ... */ #define TARGET_SOL_SOCKET
www.eeworm.com/read/227599/14420193

h socket.h

/* OpenWebSpider * * Authors: Stefano Alimonti AND Stefano Fantin * Version: 0.7 * E-Mails: shen139 [at] openwebspider (dot) org AND stefanofantinguz@yahoo.it * * * This file is par
www.eeworm.com/read/125571/14483402

hh socket.hh

// ---------------------------------------------------------------------------- // CERTI - HLA RunTime Infrastructure // Copyright (C) 2002, 2003 ONERA // // This file is part of CERTI-libCERTI // //
www.eeworm.com/read/125556/14485146

cpp socket.cpp

#include "socket.h" Dialog::Dialog( QWidget* parent, const char* name, bool modal, WFlags fl ) : QDialog( parent, name, modal, fl ) { if ( !name ) setName( "Dialog" ); ipAddressLineEd
www.eeworm.com/read/125556/14485148

h socket.h

#ifndef DIALOG_H #define DIALOG_H #include #include #include #include #include #include class Dialog : public QDial
www.eeworm.com/read/226035/14502645

h socket.h

/***************************************************/ /*! \class Socket \brief STK internet socket abstract base class. This class provides common functionality for TCP and UDP internet s
www.eeworm.com/read/226035/14502738

cpp socket.cpp

/***************************************************/ /*! \class Socket \brief STK internet socket abstract base class. This class provides common functionality for TCP and UDP internet s
www.eeworm.com/read/225295/14545512

c socket.c

/* Application programming interface routines - based loosely on the * "socket" model in Berkeley UNIX. */ #include #ifdef __STDC__ #include #endif #include #i