Searched defs:sctphdr (Results 1 – 3 of 3) sorted by relevance
62 struct sctphdr { struct63 uint16_t src_port; /* source port */64 uint16_t dest_port; /* destination port */65 uint32_t v_tag; /* verification tag of packet */66 uint32_t checksum; /* CRC32C checksum */
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 */
4144 struct sctphdr *sctphdr; local