Home
last modified time | relevance | path

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

/dports/net-mgmt/docsis/docsis-upstream-0.9.8/src/
H A Ddocsis.c53 struct tlv *global_tlvtree_head; variable
572 parse_result = parse_config_file (input_file, &global_tlvtree_head ); in encode_one_file()
574 if (parse_result || global_tlvtree_head == NULL) in encode_one_file()
581 if (global_tlvtree_head->docs_code == 254) { in encode_one_file()
588 buflen = tlvtreelen (global_tlvtree_head); in encode_one_file()
590 buflen = flatten_tlvsubtree(buffer, 0, global_tlvtree_head); in encode_one_file()
H A Ddocsis_globals.h27 extern struct tlv *global_tlvtree_head;
H A Ddocsis_yy.y38 extern struct tlv *global_tlvtree_head; /* Global list of all config TLVs */