Marin D wrote:

> Is there a portable way to find the struct sock* corresponding to a
> src-addr/src-port?

No. `struct sock' is an implementation detail. It isn't portable, and
the struct itself resides in the kernel's address space, so it's only
usable by kernel code.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to