mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
32 lines
487 B
Modula-2
32 lines
487 B
Modula-2
; TCPIP.SYS - TCP/IP protocol driver
|
|
|
|
LIBRARY tcpip.sys
|
|
|
|
EXPORTS
|
|
;FreeIprBuff
|
|
;GetIFAndLink
|
|
IPAddInterface@20
|
|
;IPAllocBuff
|
|
IPDelInterface@4
|
|
;IPDelayedNdisReEnumerateBindings
|
|
;IPDeregisterARP
|
|
;IPDisableSniffer
|
|
;IPEnableSniffer
|
|
;IPFreeBuff
|
|
;IPGetAddrType
|
|
;IPGetBestInterface
|
|
;IPGetInfo
|
|
;IPInjectPkt
|
|
;IPProxyNdisRequest
|
|
;IPRegisterARP
|
|
;IPRegisterProtocol
|
|
;IPSetIPSecStatus
|
|
;IPTransmit
|
|
LookupRoute@8
|
|
;LookupRouteInformation
|
|
;SendICMPErr
|
|
;SetIPSecPtr
|
|
;UnSetIPSecPtr
|
|
;UnSetIPSecSendPtr
|
|
|
|
; EOF
|