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

/freebsd-13-stable/sys/dev/sfxge/common/
H A Def10_image.c612 signed_image_chunk_hdr_t chunk_hdr; local
736 EFX_STATIC_ASSERT(sizeof (chunk_hdr) == SIGNED_IMAGE_CHUNK_HDR_LEN);
737 memset(&chunk_hdr, 0, SIGNED_IMAGE_CHUNK_HDR_LEN);
748 chunk_hdr.magic = SIGNED_IMAGE_CHUNK_HDR_MAGIC;
749 chunk_hdr.version = SIGNED_IMAGE_CHUNK_HDR_VERSION;
750 chunk_hdr.id = SIGNED_IMAGE_CHUNK_CMS_HEADER;
751 chunk_hdr.offset = code.size + SIGNED_IMAGE_CHUNK_HDR_LEN;
752 chunk_hdr.len = cms_header.size;
754 memcpy(bufferp + hdr_offset, &chunk_hdr, sizeof (chunk_hdr));
[all...]
/freebsd-13-stable/contrib/serf/buckets/
H A Dchunk_buckets.c40 char chunk_hdr[20]; member in struct:__anon5974
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-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c945 struct sctp_chunkhdr* chunk_hdr = (struct sctp_chunkhdr *) ((char *) sctp_hdr + sizeof(*sctp_hdr)); local
946 struct sctp_error_cause* error_cause = (struct sctp_error_cause *) ((char *) chunk_hdr + sizeof(*chunk_hdr));
963 chunk_hdr->chunk_type = (sndrply & SN_TX_ABORT) ? SCTP_ABORT_ASSOCIATION : SCTP_OPERATION_ERROR;
964 chunk_hdr->chunk_flags = SCTP_MIDDLEBOX_FLAG;
968 chunk_hdr->chunk_length = htons(sizeof(*chunk_hdr) + sizeof(struct sctp_error_cause));
970 chunk_hdr->chunk_length = htons(sizeof(*chunk_hdr));
976 chunk_hdr
1052 struct sctp_chunkhdr *chunk_hdr; local
[all...]

Completed in 112 milliseconds