Searched defs:igmpmsg (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | mroute.h | 77 struct igmpmsg { struct 78 __u32 unused1,unused2; 79 unsigned char im_msgtype; 80 unsigned char im_mbz; 81 unsigned char im_vif; 82 unsigned char unused3; 83 struct in_addr im_src,im_dst;
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | mroute.h | 112 struct igmpmsg { struct 113 __u32 unused1,unused2; 114 unsigned char im_msgtype; /* What is this */ 115 unsigned char im_mbz; /* Must be zero */ 116 unsigned char im_vif; /* Low 8 bits of Interface */ 117 unsigned char im_vif_hi; /* High 8 bits of Interface */ 118 struct in_addr im_src,im_dst;
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | mroute.h | 95 struct igmpmsg { struct 96 __u32 unused1, unused2; 97 unsigned char im_msgtype; 98 unsigned char im_mbz; 99 unsigned char im_vif; 100 unsigned char im_vif_hi; 101 struct in_addr im_src, im_dst;
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | mroute.h | 95 struct igmpmsg { struct 96 __u32 unused1, unused2; 97 unsigned char im_msgtype; 98 unsigned char im_mbz; 99 unsigned char im_vif; 100 unsigned char im_vif_hi; 101 struct in_addr im_src, im_dst;
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | mroute.h | 112 struct igmpmsg { struct 113 __u32 unused1,unused2; 114 unsigned char im_msgtype; /* What is this */ 115 unsigned char im_mbz; /* Must be zero */ 116 unsigned char im_vif; /* Low 8 bits of Interface */ 117 unsigned char im_vif_hi; /* High 8 bits of Interface */ 118 struct in_addr im_src,im_dst;
|