Searched refs:chunk_hdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/serf/buckets/
H A Dchunk_buckets.c40 char chunk_hdr[20]; member in struct:__anon6933
88 /* assert: stream_len in hex < sizeof(ctx->chunk_hdr) */
97 chunk_len = apr_snprintf(ctx->chunk_hdr, sizeof(ctx->chunk_hdr),
104 simple_bkt = serf_bucket_simple_copy_create(ctx->chunk_hdr, chunk_len,
/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_sctp.c920 struct sctp_chunkhdr* chunk_hdr = (struct sctp_chunkhdr *) ((char *) sctp_hdr + sizeof(*sctp_hdr)); local
921 struct sctp_error_cause* error_cause = (struct sctp_error_cause *) ((char *) chunk_hdr + sizeof(*chunk_hdr));
938 chunk_hdr->chunk_type = (sndrply & SN_TX_ABORT) ? SCTP_ABORT_ASSOCIATION : SCTP_OPERATION_ERROR;
939 chunk_hdr->chunk_flags = SCTP_MIDDLEBOX_FLAG;
943 chunk_hdr->chunk_length = htons(sizeof(*chunk_hdr) + sizeof(struct sctp_error_cause));
945 chunk_hdr->chunk_length = htons(sizeof(*chunk_hdr));
951 chunk_hdr
1027 struct sctp_chunkhdr *chunk_hdr; local
[all...]

Completed in 121 milliseconds