BPF_MISC+BPF_COP and BPF_COPX
Adrian Chadd
adrian at freebsd.org
Thu Aug 29 17:44:40 UTC 2013
On 29 August 2013 08:28, Mindaugas Rasiukevicius <rmind at netbsd.org> wrote:
> I have added these to the NetBSD tree:
>
> #define BPF_MISCOP(code) ((code) & 0xf8)
> #define BPF_TAX 0x00
> +#define BPF_COP 0x20
> +#define BPF_COPX 0x40
> #define BPF_TXA 0x80
>
> Would you like to reserve them in FreeBSD as well?
>
Sure, open up a PR so I at least add them to the tree.
Thanks,
-adrian
More information about the freebsd-net
mailing list