Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dsctp.h46 struct sctphdr { struct
47 uint16_t src_port; /* source port */
48 uint16_t dest_port; /* destination port */
49 uint32_t v_tag; /* verification tag of packet */
50 uint32_t checksum; /* CRC32C checksum */
H A Dsctp_output.c3987 struct sctphdr *sctphdr; in sctp_lowlevel_chunk_output() local