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]>
- setsockopt() & IP_HDRINCL Marin D
- Re: setsockopt() & IP_HDRINCL Glynn Clements
- struct sock Marin D
- Re: struct sock Henrik Nordstrom
- Glynn Clements