Content deleted Content added
tidy |
function list summary |
||
Line 2:
An application scan through the handlers for vectors 0x60 through 0x80 until it finds one with the text string "PKT DRVR" in the 12 bytes immediately following the entry point.
The driver can handle [[Ethernet]], [[Token ring]], [[RS-232]], [[ARCNET|Arcnet]], [[X.25]]. <ref name="crynwr_com-packet_driver">{{cite web|title=PC/TCP Packet Driver Specification|url=http://www.crynwr.com/packet_driver.html}} 090430 crynwr.com</ref>
== Functions ==
{| class="wikitable"
|-
! Function name !! AH number
|-
| driver_info || 1
|-
| access_type || 2
|-
| release_type || 3
|-
| send_pkt || 4
|-
| terminate || 5
|-
| get_address || 6
|-
| reset_interface || 7
|-
| +get_parameters || 10
|-
| +as_send_pkt || 11
|-
| *set_rcv_mode || 20
|-
| *get_rcv_mode || 21
|-
| *set_multicast_list || 22
|-
| *get_multicast_list || 23
|-
| *get_statistics || 24
|-
| *set_address || 25
|}
: + indicates a high-performance packet driver function
: * indicates an extended packet driver function
== References ==
|