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