Searched refs:lookup_frec_by_sender (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Dforward.c21 static struct frec *lookup_frec_by_sender(unsigned short id,
51 else if ((forward = lookup_frec_by_sender(ntohs(header->id), udpaddr)))
242 static struct frec *lookup_frec_by_sender(unsigned short id, function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Dforward.c27 static struct frec *lookup_frec_by_sender(unsigned short id,
493 else if ( (forward || (forward = lookup_frec_by_sender(ntohs(header->id), udpaddr))) && (flag != '1')) /* Foxconn modified by EricHuang, 01/02/2008 */
495 else if ( forward || (forward = lookup_frec_by_sender(ntohs(header->id), udpaddr))) /* Foxconn modified by EricHuang, 01/02/2008 */
1404 static struct frec *lookup_frec_by_sender(unsigned short id, function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Dforward.c19 static struct frec *lookup_frec_by_sender(unsigned short id,
216 else if (forward || (forward = lookup_frec_by_sender(ntohs(header->id), udpaddr, crc)))
904 static struct frec *lookup_frec_by_sender(unsigned short id, function

Completed in 119 milliseconds