summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2000-04-28 17:43:04 +0000
committerJulian Elischer <julian@FreeBSD.org>2000-04-28 17:43:04 +0000
commit0beebe3a2e58b4faff2a811057a5772ba3488108 (patch)
tree52b2ccf9912b6ebefa350b80befecaf2736a527d
parentb870c558397598664ca364b856adc623d4bf0948 (diff)
Notes
-rw-r--r--sys/net/if_ethersubr.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index a1a17d1dda4f..f7a5158a73de 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -900,8 +900,8 @@ ngether_newhook(node_p node, hook_p hook, const char *name)
* Just respond to the generic TEXT_STATUS message
*/
static int
-ngether_rcvmsg(node_p node,
- struct ng_mesg *msg, const char *retaddr, struct ng_mesg **resp)
+ngether_rcvmsg(node_p node, struct ng_mesg *msg, const char *retaddr,
+ struct ng_mesg **resp, hook_p lasthook)
{
struct ifnet *ifp;
int error = 0;
@@ -965,7 +965,8 @@ ngether_rcvmsg(node_p node,
* Queue it for output.
*/
static int
-ngether_rcvdata(hook_p hook, struct mbuf *m, meta_p meta)
+ngether_rcvdata(hook_p hook, struct mbuf *m, meta_p meta,
+ struct mbuf **ret_m, meta_p *ret_meta)
{
struct ifnet *ifp;
int error = 0;