artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d415763
)
mention that the "flags" field in the enchdr is uses m_flags values
author
deraadt
<deraadt@openbsd.org>
Wed, 1 Dec 2021 21:48:00 +0000
(21:48 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 1 Dec 2021 21:48:00 +0000
(21:48 +0000)
(see mbuf.h)
sys/net/if_enc.h
patch
|
blob
|
history
diff --git
a/sys/net/if_enc.h
b/sys/net/if_enc.h
index
c9da6b2
..
26fea18
100644
(file)
--- a/
sys/net/if_enc.h
+++ b/
sys/net/if_enc.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_enc.h,v 1.1
2 2014/12/08 10:46:14 mpi Exp $
*/
+/* $OpenBSD: if_enc.h,v 1.1
3 2021/12/01 21:48:00 deraadt Exp $
*/
/*
* Copyright (c) 2010 Reyk Floeter <reyk@vantronix.net>
@@
-25,7
+25,7
@@
struct enchdr {
u_int32_t af;
u_int32_t spi;
- u_int32_t flags;
+ u_int32_t flags;
/* similar to mbuf m_flags */
};
#ifdef _KERNEL