Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 1996 12:18:55 -0700
From:      Julian Elischer <julian@whistle.com>
To:        Terry Lambert <terry@lambert.org>
Cc:        Paul Traina <pst@jnx.com>, sos@FreeBSD.org, rgrimes@GndRsh.aac.dev.com, archie@whistle.com, current@FreeBSD.org
Subject:   Re: cvs commit: src/sys/netinet in.h ip_fw.h ip_input.c ip_output.c
Message-ID:  <321E041F.61133CF4@whistle.com>
References:  <199608231714.KAA16063@phaeton.artisoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Terry Lambert wrote:
> 
> > By not agressive enough, I mean I think you have the right idea, but the
> > syntax
> > for the hook should be something like:
> >
> >       for (hook = iphooks.ipinput.lh_first; hook; hook = hook->next) {
> >               if (!(*hook)(IP_INPUT, &m, &ip))
> >                       break;
> >       }

Looks almost identical to the callout lists I just added to exit, 
fork and shutdown :)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?321E041F.61133CF4>