Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_netbios.c268 int nodecode; in interpret_netbios_ns() local
367 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()