Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/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.c4124 struct sctphdr *sctphdr; local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h52901 struct sctphdr { struct
52902 __be16 source;
52903 __be16 dest;
52904 __be32 vtag;
52905 __le32 checksum;