On Thu, May 02, 2002 at 11:26:16AM -0400, Matt Impett wrote:
> Hello all,
>
> I am implementing mobileIP in user space on freeBSD and was curious about
> something. In order to do mobileIP IP address assignment, my process on
> freeBSD has to be able to receive an IP packet and learn the source
look at the following alternat ways to get data out of the kernel:
1/ ipfw + divert
2/ netgraph (can attach to sockets and interfaces and can provide sockets
and interfaces.. mix-n-match)
On Thu, 2 May 2002, Matt Impett wrote:
> Hello all,
>
> I am implementing mobileIP in user space on freeB