NetBSD/sys/netatalk
rtr 35b22fa96a split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq
switches and put into separate functions
  xxx_sendoob(struct socket *, struct mbuf *, struct mbuf *)
  xxx_recvoob(struct socket *, struct mbuf *, int)

  - always KASSERT(solocked(so)) even if request is not implemented

  - replace calls to pr_generic() with req = PRU_{SEND,RCV}OOB with
    calls to pr_{send,recv}oob() respectively.

there is still some tweaking of m_freem(m) and m_freem(control) to come
for consistency.  not performed with this commit for clarity.

reviewed by rmind
2014-07-23 13:17:18 +00:00
..
aarp.c Fix AppleTalk name registration, as discussed on the port-macppc list 2012-01-31 09:53:44 +00:00
aarp.h
at_control.c fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
at_extern.h fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
at_proto.c Add struct pr_usrreqs with a pr_generic function and prepare for the 2014-05-18 14:46:15 +00:00
at_rmx.c
at_var.h
at.h
ddp_input.c NULL does not need a cast 2011-08-31 18:31:02 +00:00
ddp_output.c Remove unused variable 2013-09-12 19:47:58 +00:00
ddp_private.h
ddp_usrreq.c split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq 2014-07-23 13:17:18 +00:00
ddp_var.h
ddp.h
files.netatalk
Makefile
phase2.h