代码搜索:remoteAddr

找到约 89 项符合「remoteAddr」的源代码

代码结果 89
www.eeworm.com/read/432704/8581973

cpp main.cpp

#include "InitSock.h" //自己的头文件,统一 #include CInitSock initSock; // 初始化Winsock库 int main() { SOCKET sListen = ::socket(AF_INET,SOCK_STREAM,IPPROTO_TCP); if(sListen == INVALID_SOCKE
www.eeworm.com/read/251078/12365933

cpp p2pserver.cpp

#include #include #include #include "P2PServer.h" P2PServer::P2PServer() : m_sSocket(INVALID_SOCKET) , m_hThread(NULL) { Initialize(); } P2PServer:
www.eeworm.com/read/226062/14499915

cpp ceudp.cpp

// CEUDP.cpp: implementation of the CCEUDP class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "UDPDemo.h" #include "CEUDP.h" #ifdef
www.eeworm.com/read/202711/15375440

cpp unit_listenerthread.cpp

//--------------------------------------------------------------------------- #pragma hdrstop #include "Unit_ListenerThread.h" //------------------------------------------------------------
www.eeworm.com/read/406856/11433857

c funcip.c

#include "network.h" extern INT16U rom IPTxID; extern INT8U rom IPAddress[4]; //The local IP address extern INT16U swaps(INT16U v); extern INT8U PPPSendPacket (INT8U rom *Buffer, INT16U le
www.eeworm.com/read/309639/13667574

c 完整版.c

#include "hal.h" #include "app_ex.h" #include "cul.h" ////////////////////////////////////////////////////////////////// #define AUDIO_SEND 0 #define AUDIO_RECEIVE 1 #define ADDRESS_0 0
www.eeworm.com/read/469900/6920673

c output_udp.c

#include #include #include #include #include #include #include "getstream.h" #include "simplebuffer.h" #include "output.h" #in
www.eeworm.com/read/406856/11433982

c testsdudp.c

#include "network.h" #include "funcudp.h" extern OS_EVENT *rom peventMCNM; extern INT8U rom IPAddress[4]; extern INT8U UDPFlush(UDP_SOCKET s, IP_ADDR remoteAddr,
www.eeworm.com/read/242732/4541293

c sconnectbyname.c

#include "syshdrs.h" int SConnectByName(int sfd, const char * const addrStr, const int tlen) { int result; struct sockaddr_in remoteAddr; if ((result = AddrStrToAddr(addrStr, &remoteAddr,
www.eeworm.com/read/409921/2223829

c sconnectbyname.c

#include "syshdrs.h" int SConnectByName(int sfd, const char * const addrStr, const int tlen) { int result; struct sockaddr_in remoteAddr; if ((result = AddrStrToAddr(addrStr, &remoteAddr,