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

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

代码结果 10,000
www.eeworm.com/read/150583/5690382

cxx socket.cxx

//========================================================================== // // socket.cxx // // Fileio socket operations // //============================================================
www.eeworm.com/read/148525/5714163

h socket.h

/*************************************************************************** * * Copyright (c) 1993 READY SYSTEMS CORPORATION. * * All rights reserved. READY SYSTEMS' source co
www.eeworm.com/read/147766/5722193

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/147331/5731023

c socket.c

/* libc/sys/linux/socket.c - socket system calls */ /* Copyright 2002, Red Hat Inc. */ #define __KERNEL_PROTOTYPES #include #include #include #include
www.eeworm.com/read/147331/5731079

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 without *
www.eeworm.com/read/145471/5745877

h socket.h

#ifndef _LINUX_SOCKET_H #define _LINUX_SOCKET_H #include /* the SIOCxxx I/O controls */ struct sockaddr { unsigned short sa_family; /* address family, AF_xxx */ char sa_dat
www.eeworm.com/read/144216/5751958

h socket.h

// sys/socket.h // djl // Provide UNIX compatibility #ifndef _INC_SYS_SOCKET #define _INC_SYS_SOCKET #ifdef __cplusplus extern "C" { #endif #define WIN32_LEAN_AND_MEAN #ifdef __GNUC__ # define
www.eeworm.com/read/144216/5752149

pm socket.pm

# IO::Socket.pm # # Copyright (c) 1997-8 Graham Barr . All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl it
www.eeworm.com/read/144216/5752193

pm socket.pm

package Socket; our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); $VERSION = "1.72"; =head1 NAME Socket, sockaddr_in, sockaddr_un, inet_aton, inet_ntoa - load the C socket.h defines and struc
www.eeworm.com/read/144216/5752194

xs socket.xs

#define PERL_NO_GET_CONTEXT #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #ifndef VMS # ifdef I_SYS_TYPES # include # endif # include # if defined(USE_SOCKS) &