Searched refs:hdr1 (Results 1 – 2 of 2) sorted by relevance
319 struct sll_header hdr1; in create_sll_header() local325 hdr1.sll_pkttype = htons(type); in create_sll_header()326 hdr1.sll_hatype = htons(ctx->hatype); in create_sll_header()327 hdr1.sll_halen = htons(ctx->halen); in create_sll_header()328 memcpy(hdr1.sll_addr, ctx->addr, sizeof(ctx->addr)); in create_sll_header()329 hdr1.sll_protocol = htons(ptype); in create_sll_header()331 hdr = (uint8_t *)&hdr1; in create_sll_header()332 hdr_len = sizeof(hdr1); in create_sll_header()
289 union log_frontend_stmesp_demux_header hdr1 = {.log = {.total_len = len1}}; in ZTEST() local299 PACKET_START(&m_id, &c_id1, hdr1.raw, ts1, 0); in ZTEST()