Home
last modified time | relevance | path

Searched refs:extlen (Results 1 – 8 of 8) sorted by relevance

/external/fsverity-utils/
Dcmd_setup.c214 const void *ext, size_t extlen) in fsverity_append_extension() argument
220 hdr->length = cpu_to_le32(sizeof(*hdr) + extlen); in fsverity_append_extension()
223 memcpy(buf, ext, extlen); in fsverity_append_extension()
224 buf += extlen; in fsverity_append_extension()
225 memset(buf, 0, -extlen & 7); in fsverity_append_extension()
226 buf += -extlen & 7; in fsverity_append_extension()
227 ASSERT(buf - *buf_p == FSVERITY_EXTLEN(extlen)); in fsverity_append_extension()
Delide_patch.c289 size_t extlen; in append_elide_patch_exts() local
296 extlen = sizeof(u.patch.hdr) + ext->length; in append_elide_patch_exts()
301 extlen = sizeof(u.elide); in append_elide_patch_exts()
303 fsverity_append_extension(&buf, type, &u, extlen); in append_elide_patch_exts()
Dfsveritysetup.h22 const void *ext, size_t extlen);
/external/u-boot/net/
Dbootp.c713 int extlen, pktlen, iplen; in bootp_request() local
787 extlen = dhcp_extended((u8 *)bp->bp_vend, DHCP_DISCOVER, zero_ip, in bootp_request()
790 extlen = bootp_extended((u8 *)bp->bp_vend); in bootp_request()
810 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in bootp_request()
972 int pktlen, iplen, extlen; in dhcp_send_request_packet() local
1019 extlen = dhcp_extended((u8 *)bp->bp_vend, DHCP_REQUEST, in dhcp_send_request_packet()
1022 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in dhcp_send_request_packet()
/external/ipsec-tools/src/libipsec/
Dkey_debug.c111 int tlen, extlen; local
203 extlen = PFKEY_UNUNIT64(ext->sadb_ext_len);
204 tlen -= extlen;
205 ext = (void *)((caddr_t)(void *)ext + extlen);
/external/tcpdump/
Dprint-udp.c200 u_int i2, extlen; in rtp_print() local
203 extlen = (i2 & 0xffff) + 1; in rtp_print()
204 if (extlen > len) { in rtp_print()
208 ip += extlen; in rtp_print()
/external/scapy/scapy/layers/tls/
Dhandshake.py629 length_from=lambda pkt: pkt.extlen) ]
/external/scapy/test/
Dtls.uts814 assert(ch.extlen == 146)