Searched refs:NETBIOS_LOCAL_NAME (Results 1 – 1 of 1) sorted by relevance
233 #define NETBIOS_LOCAL_NAME NETBIOS_LWIP_NAME macro236 #define NETBIOS_LOCAL_NAME netbiosns_local_name375 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()452 MEMCPY(resp->answer_name, NETBIOS_LOCAL_NAME, strlen(NETBIOS_LOCAL_NAME)); in netbiosns_recv()