Searched defs:ip_auth_hdr (Results 1 – 4 of 4) sorted by relevance
97 struct ip_auth_hdr { struct98 __u8 nexthdr;99 __u8 hdrlen;100 __u16 reserved;101 __u32 spi;102 __u32 seq_no;103 __u8 auth_data[0];
112 struct ip_auth_hdr { struct114 __u8 nexthdr;115 __u8 hdrlen;116 __be16 reserved;117 __be32 spi;119 __be32 seq_no;120 __u8 auth_data[0];
252 struct ip_auth_hdr { struct253 uint8_t nexthdr;254 uint8_t hdrlen;255 uint16_t reserved;256 uint32_t spi;257 uint32_t seq_no;258 uint8_t auth_data[0];