代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/334895/12564136
c gettype.c
/* gettype.c:
*
* Get SO_TYPE Option :
*/
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/334560/12589830
txt sock_client.txt
/* client.c */
#include
#include
#include
#include
#include
#include
main(int argc,char *argv[])
{
int create_sock
www.eeworm.com/read/236937/13990429
c extl_tcp.c
/*
eXosip - This is the eXtended osip library.
Copyright (C) 2002,2003,2004,2005,2006,2007 Aymeric MOIZARD - jack@atosc.org
eXosip is free software; you can redistribute it and/or modify
www.eeworm.com/read/204255/15342844
cpp setnonblock.cpp
#include "./setnonblock.h"
#ifdef WINDOWS
int setfd_nonblock(SOCKET socket)
{
unsigned long val = 1;
return ioctl(socket,FIONBIO,&val);
}
#else
#include
#include
int setf
www.eeworm.com/read/103323/15737330
c ipv4.c
/*****************************************************************************
* ipv4.c: IPv4 network abstraction layer
*****************************************************************************
www.eeworm.com/read/139291/5804636
c testsockets.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/169190/5427248
c testsockets.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/162614/5531840
h target_generic_network.h
/* target_generic_network.h - Native methods for network operations.
Copyright (C) 1998, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free softwa
www.eeworm.com/read/162519/5541372
h target_generic_network.h
/* target_generic_network.h - Native methods for network operations.
Copyright (C) 1998, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free softwa
www.eeworm.com/read/187902/8593323
h tcp ip demodlg.h
// TCP IP DemoDlg.h : header file
//
#if !defined(AFX_TCPIPDEMODLG_H__9E8AAEF0_B8AD_4853_A7DA_A3A3F74A27E0__INCLUDED_)
#define AFX_TCPIPDEMODLG_H__9E8AAEF0_B8AD_4853_A7DA_A3A3F74A27E0__INCLUDED_