Home
last modified time | relevance | path

Searched refs:bitmap1_name (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/common_modules/newip/tools/
Dwireshark_cfg_for_newip.lua64 local bitmap1_name = "bitmap1"
66 local bitmap1_obj = Proto(bitmap1_name, bitmap1_desc)
75 local _bitmap1 = ProtoField.uint8(bitmap1_name .. ".bitmap1", "bitmap1", …
76 local _pkt_hdr_type = ProtoField.uint8(bitmap1_name .. ".pkt_hdr_type", "pkt_hdr_type …
77 local _include_ttl = ProtoField.uint8(bitmap1_name .. ".include_ttl", "include_ttl …
78 local _include_total_len = ProtoField.uint8(bitmap1_name .. ".include_total_len", "include_total_le…
79 local _include_nexthdr = ProtoField.uint8(bitmap1_name .. ".include_nexthdr", "include_nexthdr …
80 local _include_reserve1 = ProtoField.uint8(bitmap1_name .. ".include_reserve1", "include_reserve1…
81 local _include_daddr = ProtoField.uint8(bitmap1_name .. ".include_daddr", "include_daddr …
82 local _include_saddr = ProtoField.uint8(bitmap1_name .. ".include_saddr", "include_saddr …
[all …]
/kernel/linux/linux-5.10/block/partitions/
Dldm.c134 strncpy (toc->bitmap1_name, data + 0x24, sizeof (toc->bitmap1_name)); in ldm_parse_tocblock()
135 toc->bitmap1_name[sizeof (toc->bitmap1_name) - 1] = 0; in ldm_parse_tocblock()
139 if (strncmp (toc->bitmap1_name, TOC_BITMAP1, in ldm_parse_tocblock()
140 sizeof (toc->bitmap1_name)) != 0) { in ldm_parse_tocblock()
142 TOC_BITMAP1, toc->bitmap1_name); in ldm_parse_tocblock()
245 !strncmp (toc1->bitmap1_name, toc2->bitmap1_name, in ldm_compare_tocblocks()
246 sizeof (toc1->bitmap1_name)) && in ldm_compare_tocblocks()
Dldm.h109 u8 bitmap1_name[16]; member