Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/ipv4/
Digmp.c395 struct igmp_group* groupref; in igmp_input() local
450 groupref = igmp_group_list; in igmp_input()
451 while (groupref) { in igmp_input()
453 … if ((groupref->netif == inp) && (!(ip_addr_cmp(&(groupref->group_address), &allsystems)))) { in igmp_input()
454 igmp_delaying_member(groupref, igmp->igmp_maxresp); in igmp_input()
456 groupref = groupref->next; in igmp_input()
/external/python/cpython2/Modules/
D_sre.c1337 Py_ssize_t groupref = i+i; in SRE_MATCH() local
1338 if (groupref >= state->lastmark) { in SRE_MATCH()
1341 SRE_CHAR* p = (SRE_CHAR*) state->mark[groupref]; in SRE_MATCH()
1342 SRE_CHAR* e = (SRE_CHAR*) state->mark[groupref+1]; in SRE_MATCH()
1361 Py_ssize_t groupref = i+i; in SRE_MATCH() local
1362 if (groupref >= state->lastmark) { in SRE_MATCH()
1365 SRE_CHAR* p = (SRE_CHAR*) state->mark[groupref]; in SRE_MATCH()
1366 SRE_CHAR* e = (SRE_CHAR*) state->mark[groupref+1]; in SRE_MATCH()
1386 Py_ssize_t groupref = i+i; in SRE_MATCH() local
1387 if (groupref >= state->lastmark) { in SRE_MATCH()
[all …]