mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Brain-o (use standard int types now).
This commit is contained in:
parent
803e980d03
commit
e46c3da737
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155166
@ -294,8 +294,8 @@ struct mfc {
|
||||
* note the convenient similarity to an IP packet
|
||||
*/
|
||||
struct igmpmsg {
|
||||
u_int32_t unused1;
|
||||
u_int32_t unused2;
|
||||
uint32_t unused1;
|
||||
uint32_t unused2;
|
||||
u_char im_msgtype; /* what type of message */
|
||||
#define IGMPMSG_NOCACHE 1 /* no MFC in the kernel */
|
||||
#define IGMPMSG_WRONGVIF 2 /* packet came from wrong interface */
|
||||
|
Loading…
Reference in New Issue
Block a user