代码搜索:AF_INET
找到约 1,347 项符合「AF_INET」的源代码
代码结果 1,347
www.eeworm.com/read/170808/9788786
cpp mirsocket.cpp
// MirSocket.cpp: implementation of the CMirSocket class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MirSocket.h"
////////////////
www.eeworm.com/read/411301/11249002
h macros.h
#define INITIALIZE_SOCKADDR(x){ \
bzero((char *) &(x), sizeof((x))); \
(x).sin6_family = AF_INET6; \
www.eeworm.com/read/411301/11249093
h macros.h
#define INITIALIZE_SOCKADDR(x){ \
bzero((char *) &(x), sizeof((x))); \
(x).sin6_family = AF_INET6; \
www.eeworm.com/read/334895/12564055
c dgramclnt.c
/* dgramclnt.c:
*
* Example datagram client :
*/
#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/135688/13910124
txt linux_selcet.txt
深入UNIX编程之一一个简单聊天室的两种实现 (fcntl 和 select)
本文出自: 作者: eDOC工作组 (2002-01-29 20:54:56)
在互联网相当普及的今天,在互联网上聊天对很多“网虫”来说已经是家常便饭了。聊天室程序可以说是网上最简单的多点通信程序。聊天室的实现方法有很多,但都是利用所谓的“多用户空间”来对信息进行交换,具有典型的多路I/O的架构。一个简单的聊天 ...
www.eeworm.com/read/236570/14011392
pl resolver.pl
#!/usr/bin/perl
# IP address resolver for Boa
# If you want an "in place" change to the log file,
# change the first line to
#!/usr/local/bin/perl -i.bak
# Otherwise, send the output of this program
www.eeworm.com/read/236570/14011456
c ip.c
/*
* Boa, an http server
* Copyright (C) 1999 Larry Doolittle
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
www.eeworm.com/read/236333/14021357
cpp encrypttran.cpp
//EncryptTran.cpp
#include
#include "EncryptTran.h"
#include "RsaA.h"
//构造
CEncryptTran::CEncryptTran()
{
}
//析构
CEncryptTran::~CEncryptTran()
{
}
//加密数据
void CEncryptTran:
www.eeworm.com/read/112705/15478648
c cli.c
#include
#include
#include
#include
#include
#include
#define MY_PORT_ID 6089
#define SERVER_PORT_ID 6090
#def