Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/netbiosns/
Dnetbiosns.c233 #define NETBIOS_LOCAL_NAME NETBIOS_LWIP_NAME macro
236 #define NETBIOS_LOCAL_NAME netbiosns_local_name
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()
452 MEMCPY(resp->answer_name, NETBIOS_LOCAL_NAME, strlen(NETBIOS_LOCAL_NAME)); in netbiosns_recv()