代码搜索:AF_INET
找到约 1,347 项符合「AF_INET」的源代码
代码结果 1,347
www.eeworm.com/read/112441/15485321
c tcpcli01.c
/* Use standard echo server; baseline measurements for nonblocking version */
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
struct sockaddr_in servaddr;
if (argc != 2)
err_
www.eeworm.com/read/112441/15485327
c udpserv03.c
/* include udpserv1 */
#include "unpifi.h"
void mydg_echo(int, SA *, socklen_t, SA *);
int
main(int argc, char **argv)
{
int sockfd;
const int on = 1;
pid_t pid;
struct ifi_info *ifi,
www.eeworm.com/read/111501/15511504
c socketaddr.c
/*---------------------------------------------------------------
* Copyright (c) 1999,2000,2001,2002,2003
* The Board of Trustees of the University of Illinois
www.eeworm.com/read/111501/15511515
c reportcsv.c
/*---------------------------------------------------------------
* Copyright (c) 1999,2000,2001,2002,2003
* The Board of Trustees of the University of Illinois
www.eeworm.com/read/106027/15648832
cpp udpsocket.cpp
/*
2003 by zhy
*/
#include "stdafx.h"
#include
#pragma comment(lib,"Ws2_32")
#include "UdpSocket.h"
using namespace NET;
#include "../include/exception.h"
using namespace
www.eeworm.com/read/106027/15648837
bak udpsocket.cpp.bak
/*
2003 by zhy
*/
#include "stdafx.h"
#include
#pragma comment(lib,"Ws2_32")
#include "msocket.h"
#include "../comman/mexception.h"
using namespace NET;
////////////////
www.eeworm.com/read/103911/15716512
c cli.c
/////////////////////////////////////////////////////////////
//ModuleName: semtest.c
//Author: delaybbc
//WrittenTime: 2004/3/5
//Functions: This module test use of sem in Linux/Unix IPC
//Reference:
www.eeworm.com/read/103227/15740039
cpp mirsocket.cpp
// MirSocket.cpp: implementation of the CMirSocket class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MirSocket.h"
////////////////
www.eeworm.com/read/390686/8452644
c server.c
#include
#include
#include
#include
#include
#include
#include "server_send_receive.h"
#define SERV_PORT 8888
int main(int arg
www.eeworm.com/read/186080/8960955
c lookup.c
/* lookup.c:
*
* Example of gethostbyname(3) :
*/
#include
#include
#include
#include
#include
#include
#include