Searched refs:validate_nmb_response_packet (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_packets.c1260 static BOOL validate_nmb_response_packet( struct nmb_packet *nmb ) function
1269 DEBUG(0,("validate_nmb_response_packet: Bad REG/REFRESH Packet. "));
1276 DEBUG(0,("validate_nmb_response_packet: Bad QUERY Packet. "));
1283 DEBUG(0,("validate_nmb_response_packet: Bad RELEASE Packet. "));
1291 DEBUG(0,("validate_nmb_response_packet: Bad WACK Packet. "));
1296 DEBUG(0,("validate_nmb_response_packet: Ignoring packet with unknown opcode %d.\n",
1494 if(validate_nmb_response_packet(nmb))

Completed in 34 milliseconds