CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/10 22:50:00
Modified files:
sys/net : if.c if_var.h
Log message:
add if_input_proto() as a wrapper around calls to mbuf proto handling.
this version directly calls the proto handler, but it will be used
in the future in combination with struct netstack to move the proto
handler call around.
