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