Searched refs:netbios_name (Results 1 – 1 of 1) sorted by relevance
353 char netbios_name[NETBIOS_NAME_LEN + 1]; in netbiosns_recv() local371 …netbiosns_name_decode((char *)(netbios_question_hdr->encname), netbios_name, sizeof(netbios_name)); in netbiosns_recv()375 if (lwip_strnicmp(netbios_name, NETBIOS_LOCAL_NAME, sizeof(NETBIOS_LOCAL_NAME)) == 0) { in netbiosns_recv()414 if (!lwip_strnicmp(netbios_name, NETBIOS_LOCAL_NAME, sizeof(NETBIOS_LOCAL_NAME)) || in netbiosns_recv()415 !lwip_strnicmp(netbios_name, "*", sizeof(NETBIOS_LOCAL_NAME))) { in netbiosns_recv()