Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:child

50  * struct mib somename = { desc, oid-octet, type, child-pointer, next-pointer
204 if (child[parent] != "") {
205 for (sib = child[parent]; sib != ""; sib = sibling[sib])
218 if (child[parent] == "") {
219 child[parent] = new
221 sibling[new] = child[parent]
222 child[parent] = new
232 # printf "/* %s c=%s s=%s */\n", newitem, child[item], sibling[item]
234 if (child[item] != "") {
235 dump(child[item])
236 c = "&_"child[item]"_obj"