OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:netconn_get_noautorecved
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/core/lwip/src/api/
api_lib.c
376
if (!
netconn_get_noautorecved
(conn) || (buf == NULL)) {
512
(
netconn_get_noautorecved
(conn))) {
/external/syslinux/core/lwip/src/include/lwip/
api.h
263
#define
netconn_get_noautorecved
(conn) (((conn)->flags & NETCONN_FLAG_NO_AUTO_RECVED) != 0)
macro
Completed in 1338 milliseconds