Searched refs:label_num (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/libpcap/ |
| H A D | gencode.c | 9279 volatile bpf_u_int32 label_num = label_num_arg; in gen_mpls() local 9324 if (label_num > 0xFFFFF) { in gen_mpls() 9326 label_num, 0xFFFFF); in gen_mpls() 9328 label_num = label_num << 12; /* label is shifted 12 bits on the wire */ in gen_mpls() 9329 b1 = gen_mcmp(cstate, OR_LINKPL, 0, BPF_W, label_num, in gen_mpls()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4879 dump_label_uberblocks(zdb_label_t *label, uint64_t ashift, int label_num) in dump_label_uberblocks() argument 4895 print_label_header(label, label_num); in dump_label_uberblocks() 4901 if ((dump_opt['u'] < 3) && (first_label(rec) != label_num)) in dump_label_uberblocks() 4909 print_label_header(label, label_num); in dump_label_uberblocks()
|