Idź do kodu źródłowego tego pliku.
Przestrzenie nazw | |
namespace | Net |
namespace | Net::IP |
Komponenty | |
struct | Net::IP::pbuf |
struct | Net::IP::route_t |
struct | Net::IP::ip_header |
struct | Net::IP::netif_and_ip |
Wyliczenia | |
enum | Net::IP::route_flags { Net::IP::scope_link = 0x01, Net::IP::scope_host = 0x02, Net::IP::scope_link = 0x01, Net::IP::scope_host = 0x02 } |
Funkcje | |
struct ip_address | Net::IP::my_ip_address () |
struct netmask_t | Net::IP::my_netmask () |
void | Net::IP::onIpReception (struct netbuf *nb) |
void | Net::IP::ip_onNewArpEntry (struct Net::Arp::arp_entry arp) |
int | Net::IP::ip_poll (struct pbuf *&pb) |
uint16 | Net::IP::count_checksum_iph (struct ip_header *iph) |
void | Net::IP::ip_transmit (struct ip_address ip_addr, uint8 tos, uint8 prot, struct pbuf *pb) |
void | Net::IP::ip_transmit (struct ip_address ip_addr, uint8 tos, uint8 prot, struct packet_t *pb) |
void | Net::IP::route_add (struct route_t) |
bool | Net::IP::route_find (struct ip_address ip, struct netif_and_ip &rt) |
void | Net::IP::init () |
proste operacje na sieci porozumiewa sie z pci32 by znalezc karte sieciowa 3c556 | |
void | print (struct Net::IP::ip_header iph) |
void | print (struct Net::IP::pbuf pb) |
void | print (struct Net::IP::route_t &route) |