Home
last modified time | relevance | path

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

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