Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp.h44 struct sctphdr { struct
45 u_int16_t src_port; /* source port */
46 u_int16_t dest_port; /* destination port */
47 u_int32_t v_tag; /* verification tag of packet */
48 u_int32_t checksum; /* Adler32 C-Sum */
H A Dsctp_output.c2084 struct sctphdr *sctphdr; in sctp_lowlevel_chunk_output() local
[all...]