代码搜索:AF_INET

找到约 1,347 项符合「AF_INET」的源代码

代码结果 1,347
www.eeworm.com/read/278507/10532422

lc getnameinfo.lc

#include "gai_hdr.h"## 1 ##src/libgai/getnameinfo.c## /* include getnameinfo */ int## 2 ##src/libgai/getnameinfo.c## getnameinfo(const struct sockaddr *sa, socklen_t salen,## 3 ##src/libgai/get
www.eeworm.com/read/423315/10570482

cpp imranclient.cpp

#include #include #include #include #include #include #include using namespace std; int main() { int mysockect
www.eeworm.com/read/419100/10885871

c client.c

#include #include #include #include #include #include #define MYPORT 4000 #define MAXDATASIZE 100 int main(int argc,char **
www.eeworm.com/read/459667/7268969

c client2.c

/* client.c */ #include #include #include #include #include #include #include #include #include
www.eeworm.com/read/448648/7528623

c redistribute.c

/* Redistribution Handler * Copyright (C) 1998 Kunihiro Ishiguro * * This file is part of GNU Zebra. * * GNU Zebra is free software; you can redistribute it and/or modify it * under the terms of
www.eeworm.com/read/145256/12742561

c redistribute.c

/* Redistribution Handler * Copyright (C) 1998 Kunihiro Ishiguro * * This file is part of GNU Zebra. * * GNU Zebra is free software; you can redistribute it and/or modify it * under the terms of
www.eeworm.com/read/144648/12778682

c netutils.c

/****************** Start of $RCSfile: netutils.c,v $ **************** * * $Source: /home/alb/afbackup/afbackup-3.3.8.1/RCS/netutils.c,v $ * $Id: netutils.c,v 1.6 2005/01/15 08:54:32 alb Exp alb $ *
www.eeworm.com/read/306867/13736761

cpp ip_brocast.cpp

#include #pragma comment(lib,"WS2_32") #include DWORD WINAPI fun1(LPVOID lpParameter); DWORD WINAPI fun2(LPVOID lpParameter);//定义两个供线程使用的函数 SOCKET s; SOCKET s1;BOOL bReuse
www.eeworm.com/read/140582/5785380

c anyaddr.c

/* * special addresses * Copyright (C) 2000 Henry Spencer. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public Licens
www.eeworm.com/read/133772/5902789

c getaddrinfo.c

//========================================================================== // // lib/getaddrinfo.c // // getaddrinfo(), freeaddrinfo(), gai_strerror(), getnameinfo() // //===========