Function 53, subfunction 9 - check whether local port is free.
Parameters:
- eax = 53 - function number
- ebx = 9 - subfunction number
- ecx = local port number (low 16 bits are used only)
Returned value:
- eax = 0 - port is used
- eax = 1 - port is free
- ebx destroyed