代码搜索:socket 有哪些应用?

找到约 10,000 项符合「socket 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/229133/14351784

cpp socket.cpp

#include "sock_os.h" // 下面两个函数LINUX支持,其他两个系统不支持 #if defined(WIN32) || defined(VXWORKS) // 点分十进制-->网络地址的转换; int inet_pton(int family,const char *strptr,void *addrptr) { if(family == AF_
www.eeworm.com/read/228773/14363780

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/227998/14403733

c socket.c

/* * socket.c -- DHCP server client/server socket creation * * udhcp client/server * Copyright (C) 1999 Matthew Ramsay * Chris Trew * *
www.eeworm.com/read/227998/14403762

h socket.h

/* socket.h */ #ifndef _SOCKET_H #define _SOCKET_H int read_interface(char *interface, int *ifindex, u_int32_t *addr, unsigned char *arp); int listen_socket(unsigned int ip, int port, char *inf)
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