Searched defs:sctphdr (Results 1 – 3 of 3) sorted by relevance
60 struct sctphdr { struct61 uint16_t src_port; /* source port */62 uint16_t dest_port; /* destination port */63 uint32_t v_tag; /* verification tag of packet */64 uint32_t checksum; /* CRC32C checksum */
4124 struct sctphdr *sctphdr; local
52901 struct sctphdr { struct52902 __be16 source;52903 __be16 dest;52904 __be32 vtag;52905 __le32 checksum;