Searched refs:trunc_len (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsctp_header.h452 uint16_t trunc_len; member in struct:sctp_pktdrop_chunk
H A Dsctp_input.c4260 uint16_t trunc_len; local
4279 trunc_len = (uint16_t) ntohs(cp->trunc_len);
4280 if (trunc_len > limit) {
4281 trunc_len = limit;
4293 if (trunc_len == 0) {
H A Dsctp_output.c11338 drp->trunc_len = htons(fullsz);
11348 drp->trunc_len = htons(0);

Completed in 214 milliseconds