Comments now conform to PasDoc specifications.
git-svn-id: https://spexeah.com:8443/svn/Asuro@749 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
{
|
||||
Driver->Net->NetTypes - Structures & Types Shared Across Network Drivers.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit nettypes;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Driver->Net->NetUtils - Helper Functions For Network Drivers.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit netutils;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Driver->Net->L1->Net - Network Card<->Driver Interface.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit net;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Driver->Net->L2->Eth2 - Ethernet Driver.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit eth2;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Driver->Net->L3->ARP - Address Resolution Protocol Driver.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit arp;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Driver->Net->L3->IPv4 - Internet Protocol Version 4 Driver.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit ipv4;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Driver->Net->L4->ICMP - Internet Control Message Protocol Driver,
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit icmp;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Driver->Net->L4->TCP - Transmission Control Protocol Driver.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit tcp;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Driver->Net->L4->UDP - User Datagram Protocol Driver.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit udp;
|
||||
|
||||
interface
|
||||
|
Reference in New Issue
Block a user