Searched refs:nodecode (Results 1 – 1 of 1) sorted by relevance
267 int nodecode; in interpret_netbios_ns() local366 nodecode = (rrflags>>13)& 0x11; in interpret_netbios_ns()367 if (nodecode == 0) nodetype = "B"; in interpret_netbios_ns()368 if (nodecode == 1) nodetype = "P"; in interpret_netbios_ns()369 if (nodecode == 2) nodetype = "M"; in interpret_netbios_ns()