#include "src/common/shared.hpp"
#include "src/memory/memset.hpp"
#include "src/memory/align.hpp"
#include "src/memory/heap.hpp"
#include "src/net/net.hpp"
#include "src/net/arp.hpp"
#include "src/net/ip.hpp"
#include "src/arch/x86/rtc.hpp"
#include "src/thread/timer.hpp"
#include "src/collection/option.hpp"
#include "src/collection/avlmap.hpp"
#include "src/collection/list.hpp"
#include "src/collection/tuple.hpp"
Idź do kodu źródłowego tego pliku.
Przestrzenie nazw | |
namespace | Net |
namespace | Net::IP |
Definicje | |
#define | DUMP_IP_PACKET_INFO 1 |
Funkcje | |
struct ip_address | Net::IP::my_ip_address () |
struct netmask_t | Net::IP::my_netmask () |
int | Net::IP::ip_outbound_cmp (struct Tuple2< struct ip_address, struct netbuf * > a, struct Tuple2< struct ip_address, struct netbuf * > b) |
struct IPC::Lock::lock_t | Net::IP::ip_outbound_lock (const_cast< char * >("ip_outbound")) |
void | Net::IP::init () |
proste operacje na sieci porozumiewa sie z pci32 by znalezc karte sieciowa 3c556 | |
void | Net::IP::ip_onNewArpEntry (struct Net::Arp::arp_entry arp) |
void | Net::IP::ip_transmit (struct netif *nif, struct ip_address ip_addr, uint8 tos, uint8 prot, struct pbuf *pb) |