Home
last modified time | relevance | path

Searched defs:sctphdr (Results 1 – 3 of 3) sorted by relevance

/external/usrsctp/fuzzer/
Dpcap2corpus.c62 struct sctphdr { struct
63 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 */
/external/usrsctp/usrsctplib/netinet/
Dsctp.h60 struct sctphdr { struct
61 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 */
Dsctp_output.c4144 struct sctphdr *sctphdr; local