mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +00:00
[TCPIP] Implement enumerating UDP connections with owner PID
This commit is contained in:
parent
2b55073360
commit
13de7f08af
3 changed files with 14 additions and 5 deletions
|
@ -121,7 +121,8 @@ TDI_STATUS InfoTdiQueryGetConnectionTcpTable( PADDRESS_FILE AddrFile,
|
|||
|
||||
TDI_STATUS InfoTdiQueryGetConnectionUdpTable( PADDRESS_FILE AddrFile,
|
||||
PNDIS_BUFFER Buffer,
|
||||
PUINT BufferSize);
|
||||
PUINT BufferSize,
|
||||
BOOLEAN Extended);
|
||||
|
||||
TDI_STATUS InfoTdiSetRoute(PIP_INTERFACE IF,
|
||||
PVOID Buffer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue