代码搜索:Inet

找到约 10,000 项符合「Inet」的源代码

代码结果 10,000
www.eeworm.com/read/164767/10089651

cc inet.cc

#include #include #include "inet.h" int inetequal(u32_t me, u32_t him) { u32_t mask = 0xffffffff; if (me == him) return 1; for (int i = 4; i--; me >>= 8, him >>= 8,
www.eeworm.com/read/164463/10106624

h inet.h

/* * Swansea University Computer Society NET3 * * This work is derived from NET2Debugged, which is in turn derived * from NET2D which was written by: * Fred N. van Kempen,
www.eeworm.com/read/163079/10176607

h inet.h

/* * INET 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 l
www.eeworm.com/read/162171/10329726

h inet.h

/* * Copyright (C) 2001, University of California, Santa Barbara * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License *
www.eeworm.com/read/162171/10329824

c inet.c

/* * Copyright (C) 2001, University of California, Santa Barbara * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License *
www.eeworm.com/read/352754/10517775

h inet.h

/* * INET 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 l
www.eeworm.com/read/351034/10685486

h inet.h

/*=============定义头文件==========*/ /* 程序名 inet.h */ /* 功 能 定义clien.c 和server.c用到的头文件 */ /*=============================*/ #include
www.eeworm.com/read/350737/10713782

ico inet.ico

www.eeworm.com/read/275729/10798451

html inet.html

PTypes: networking
www.eeworm.com/read/418797/10895740

cpp inet.cpp

/* Inet.cpp : implementation of the CInet class Implements the internet communication class responsible for downloading files from the web server. It is basically a wrapper class for the Wi