Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:child

52  * struct mib somename = { desc, oid-octet, type, child-pointer, next-pointer 
206 if (child[parent] != "") {
207 for (sib = child[parent]; sib != ""; sib = sibling[sib])
220 if (child[parent] == "") {
221 child[parent] = new
223 sibling[new] = child[parent]
224 child[parent] = new
234 # printf "/* %s c=%s s=%s */\n", newitem, child[item], sibling[item]
236 if (child[item] != "") {
237 dump(child[item])
238 c = "&_"child[item]"_obj"