A2osX/INC/NET.I.txt
2017-10-27 16:56:46 +02:00

24 lines
610 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

PR#3
PREFIX /A2OSX.BUILD
NEW
INC 1
AUTO 6
.LIST OFF
*--------------------------------------
* NET Devices
*--------------------------------------
S.DSTAT.NET.FLAGS .EQ S.DSTAT
S.DSTAT.NET.FLAGS.ARPOFFLOAD .EQ %00000001
S.DSTAT.NET.FLAGS.IPOFFLOAD .EQ %00000010
S.DSTAT.NET.STATUS .EQ S.DSTAT+1
S.DSTAT.NET.STATUS.OK .EQ $80
S.DSTAT.NET.STATUS.FD .EQ $40
S.DSTAT.NET.STATUS.10 .EQ $01
S.DSTAT.NET.STATUS.100 .EQ $02
S.DSTAT.NET.STATUS.1000 .EQ $03
S.DSTAT.NET.MAC .EQ S.DSTAT+2
S.DSTAT.NET .EQ S.DSTAT+8
*--------------------------------------
MAN
SAVE /A2OSX.BUILD/INC/NET.I