Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Ddns.c179 dns_found_callback found; member
673 if (pEntry->found) in dns_check_entry()
674 (*pEntry->found)(pEntry->name, NULL, pEntry->arg); in dns_check_entry()
677 pEntry->found = NULL; in dns_check_entry()
701 pEntry->found = NULL; in dns_check_entry()
816 if (pEntry->found) { in dns_recv()
817 (*pEntry->found)(pEntry->name, &pEntry->ipaddr, pEntry->arg); in dns_recv()
838 if (pEntry->found) { in dns_recv()
839 (*pEntry->found)(pEntry->name, NULL, pEntry->arg); in dns_recv()
843 pEntry->found = NULL; in dns_recv()
[all …]
/sys/kern/
Ddebug.c286 bool found = false; in Debug_Prompt() local
293 found = true; in Debug_Prompt()
300 if (!found) in Debug_Prompt()
/lib/liblwip/src/include/lwip/
Ddns.h111 dns_found_callback found, void *callback_arg);
/lib/liblwip/src/netif/ppp/
Dvj.c202 goto found; in vj_compress_tcp()
224 found: in vj_compress_tcp()
/lib/liblwip/doc/
Dcontrib.txt38 2. If you think you found a bug make sure it's not already filed in the
/docs/
DDoxyfile135 # used to form the text in various listings. Each string in this list, if found
585 # documentation blocks found inside the body of a function. If set to NO, these
1883 # to a relative location where the documentation can be found. The format is:
2280 # C-preprocessor directives found in the sources and include files.
2303 # INCLUDE_PATH will be searched if a #include is found.
2337 # macro definition that is found in the sources will be used. Use the PREDEFINED
2339 # definition found in the source code.
2407 # If left empty dia is assumed to be found in the default search path.
2644 # found. If left blank, it is assumed the dot tool can be found in the path.
/lib/liblwip/
DCHANGELOG1593 pcbs so that it is found faster next time. Same for RAW pcbs that have eaten
3220 connections has been found and removed.
3273 * Bugs have been found and corrected in the TCP, UDP, IP, API, and
3277 have been found and corrected.