Home
last modified time | relevance | path

Searched refs:how (Results 1 – 9 of 9) sorted by relevance

/lib/liblwip/src/netif/
DFILES13 An example of how an Ethernet device driver could look. This
/lib/liblwip/src/api/
Dapi_lib.c663 netconn_close_shutdown(struct netconn *conn, u8_t how) in netconn_close_shutdown() argument
673 msg.msg.msg.sd.shut = how; in netconn_close_shutdown()
Dsockets.c1367 lwip_shutdown(int s, int how) argument
1373 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_shutdown(%d, how=%d)\n", s, how));
1390 if (how == SHUT_RD) {
1392 } else if (how == SHUT_WR) {
1394 } else if(how == SHUT_RDWR) {
/lib/liblwip/src/include/lwip/
Dsockets.h323 int lwip_shutdown(int s, int how);
/lib/liblwip/doc/
Dsnmp_agent.txt5 This is a brief introduction how to use and configure the SNMP agent.
Dsys_arch.txt34 type "sys_mbox_t". lwIP does not place any restrictions on how
Drawapi.txt370 We can give you some idea on how to proceed when using the raw API.
/docs/
DDoxyfile807 # search path. See also \cite for info how to create references.
1104 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
1286 # for information on how to generate the default header that doxygen normally
1297 # footer. See HTML_HEADER for more information on how to generate a default
1299 # section "Doxygen usage" for information on how to generate the default footer
1308 # See also section "Doxygen usage" for information on how to generate the style
1650 # shows how to put an image at the root of the tree instead of the PROJECT_NAME.
1973 # information on how to generate the default header that doxygen normally uses.
1987 # LATEX_HEADER for more information on how to generate a default footer and what
1989 # usage" for information on how to generate the default footer that doxygen
[all …]
/lib/liblwip/
DCHANGELOG1500 made from lwipopts.h. Fix comment on how to override LWIP_CHKSUM.
1749 how many times a group is used on an netif, and free it when all applications
2578 cases just assert if it fails as I'm not sure how to fix them, but