搜索资源列表
Minix_SRC
- Minix3的源码,内有boot,etc,fs,inet,kernel,lib,mm,test等几个模块,提供编译工具和MakeFile-err
inet
- socket网络编程的实现---inet,希望对大家有用-realize the socket network programming-inet, everyone wishes to be useful
client_serveur
- client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int so
portscan
- Linux下的端口扫描实现 f (!connect(sockfd,(struct sockaddr*)&server,sizeof(struct sockaddr- #include<stdlib.h> #include<stdio.h> #include<sys/socket.h> #include<netdb.h> #include<string.h>
inet
- 微内核操作系统minix3.1.1下的网络服务进程源代码。 -source code of network server of Micro-kernel system minix3.1.1
tcp_p_p_chat_server
- 使用AF——INET实现UDP点对点的通信,即采用AF——INET协议,数据传送方式为UDP数据报地方式,主要功能是放松消息,然后接受端接受-Using the AF- INET UDP point to point communications realized that by AF- INET protocol, data transmission by way of the UDP datagram, the main funct
HTTP
- HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例-#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <errno.h>
inet_client
- Inet client, simulate being a web browser (user agent string cloning) and download a webpage into your c/c++ program for further processing. This simple technique allows you to scrape web servers for data such as RSS fee
IBMClient
- The following example program uses the following sequence of API calls: Socket programming 113 1. The socket() API returns a socket descr iptor, which represents an endpoint. The statement also identifies that the
fddi
- 提供一份linux系统上关于INET对于Linux的TCP / IP协议族的实现的源码,请下载-INET source code for Linux TCP/IP protocol suite implementation on a linux system, please download
slip
- This module implements the SLIP protocol for kernel-based devices like TTY. It interfaces between a raw TTY, and the kernel s INET protocol layers.-This module implements the SLIP protocol for kernel-based devices like T
tcp_output
- INET An implementation of the TCP/IP protocol suite for the LINUX operating system.
tcp_minisocks
- INET is implemented using the BSD Socket interface as the means of communication with the user level.-INET is implemented using the BSD Socket interface as the means of communication with the user level.
inet_diag
- Module for monitoring INET transport protocols sockets.
inet_fragment
- inet fragments management driver
inet_hashtables
- Generic INET transport hashtables
inet6_connection_sock
- An implementation of the TCP/IP protocol suite for the LINUX operating system. INET is implemented using the BSD Socket interface as the means of communication with the user level.-An implementation of the TCP/IP protoco
ip_forward
- INET An implementation of the TCP/IP protocol suite for the LINUX operating system.
ip_sockglue
- INET An implementation of the TCP/IP protocol suite for the LINUX operating system.
inet
- External definitions for functions in inet(3N).