Searched refs:g_arpm (Results 1 – 1 of 1) sorted by relevance
59 struct arp_manager g_arpm; variable67 TAILQ_INIT(&g_arpm.list); in InitARPTable()68 pthread_mutex_init(&g_arpm.lock, NULL); in InitARPTable()191 pthread_mutex_lock(&g_arpm.lock); in RequestARP()193 TAILQ_FOREACH(ent, &g_arpm.list, arp_link) { in RequestARP()195 pthread_mutex_unlock(&g_arpm.lock); in RequestARP()209 pthread_mutex_unlock(&g_arpm.lock); in RequestARP()248 pthread_mutex_lock(&g_arpm.lock); in ProcessARPReply()256 pthread_mutex_unlock(&g_arpm.lock); in ProcessARPReply()318 pthread_mutex_lock(&g_arpm.lock); in ARPTimer()[all …]