代码搜索:AF_INET
找到约 1,347 项符合「AF_INET」的源代码
代码结果 1,347
www.eeworm.com/read/308251/13705450
cpp udpclient.cpp
#include
#include
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested,
www.eeworm.com/read/308251/13705467
cpp tcpclient.cpp
#include
#include
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested,
www.eeworm.com/read/308176/13706524
cpp udpclient.cpp
#include
#include
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested,
www.eeworm.com/read/308176/13706529
cpp tcpclient.cpp
#include
#include
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested,
www.eeworm.com/read/306891/13735871
c client.c
#include
#include
#include
#include
#include
#include
int main()
{
int sockfd;
int len;
int i;
struct sockaddr_in ad
www.eeworm.com/read/303621/13811176
c main.c
#include
#include
#include
#include
#define BUFLEN 255
int main(int argc, char **argv)
{
struct sockaddr_in peeraddr, localaddr;
int sockfd;
c
www.eeworm.com/read/302101/13842324
c inet6.c
/*
* Copyright (c) 2004 Ying Ge, Communication Research Center Canada.
*
* Copyright (c) 2002, 2003 Maoyu Wang, Communication Research Center Canada.
*
* By Ying Ge:
* 1. Change the OLSR packet
www.eeworm.com/read/149876/5694915
5 sunudi.5
.\" t
.\" The above line must be present to tell man to process through tbl.
.\" @(#)sunudi.5 2.2, AMD
.\"Copyright (c) 1989, 1990, 1991 by Advanced Micro Devices, Inc.
.\"All rights reserved. No par
www.eeworm.com/read/148694/5710354
5 sunudi.5
.\" t
.\" The above line must be present to tell man to process through tbl.
.\" @(#)sunudi.5 2.2, AMD
.\"Copyright (c) 1989, 1990, 1991 by Advanced Micro Devices, Inc.
.\"All rights reserved. No par
www.eeworm.com/read/140582/5785226
c getnameinfo.c
/*
* Portions Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 1999-2001, 2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distrib