NetBSD/sys/netns
thorpej d844a3ac41 First-draft if_detach() implementation, originally from Bill Studnemund,
although this version has been changed somewhat:
- reference counting on ifaddrs isn't as complete as Bill's original
  work was.  This is hard to get right, and we should attack one
  protocol at a time.
- This doesn't do reference counting or dynamic allocation of ifnets yet.
- This version introduces a new PRU -- PRU_PURGEADDR, which is used to
  purge an ifaddr from a protocol.  The old method Bill used didn't work
  on all protocols, and it only worked on some because it was Very Lucky.

This mostly works ... i.e. works for my USB Ethernet, except for a dangling
ifaddr reference left by the IPv6 code; have not yet tracked this down.
2000-02-01 22:52:04 +00:00
..
Makefile
idp.h
idp_usrreq.c First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
idp_var.h
ns.c First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
ns.h
ns_cksum.c
ns_error.c
ns_error.h
ns_if.h
ns_input.c
ns_ip.c make sure we do not pass bogus socket pointer to IPv4 IPsec. 1999-12-24 05:01:33 +00:00
ns_output.c
ns_pcb.c Improve the readability of one small piece of code. 2000-02-01 00:18:29 +00:00
ns_pcb.h
ns_proto.c add PR_LISTEN to protocols which support listen(2) 1999-07-01 05:53:04 +00:00
ns_var.h
sp.h
spidp.h
spp_debug.c
spp_debug.h
spp_timer.h
spp_usrreq.c First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
spp_var.h