NBT_RCODE          91 libcli/nbt/namequery.c 	if ((packet->operation & NBT_RCODE) != 0) {
NBT_RCODE          92 libcli/nbt/namequery.c 		status = nbt_rcode_to_ntstatus(packet->operation & NBT_RCODE);
NBT_RCODE         195 libcli/nbt/namequery.c 	if ((packet->operation & NBT_RCODE) != 0) {
NBT_RCODE         196 libcli/nbt/namequery.c 		status = nbt_rcode_to_ntstatus(packet->operation & NBT_RCODE);
NBT_RCODE         112 libcli/nbt/namerefresh.c 	io->out.rcode = packet->operation & NBT_RCODE;
NBT_RCODE         120 libcli/nbt/nameregister.c 	io->out.rcode = packet->operation & NBT_RCODE;
NBT_RCODE         110 libcli/nbt/namerelease.c 	io->out.rcode = packet->operation & NBT_RCODE;
NBT_RCODE          28 librpc/gen_ndr/ndr_nbt.c 	ndr_print_bitmap_flag(ndr, sizeof(uint16_t), "NBT_RCODE", NBT_RCODE, r);