Searched refs:how (Results 1 – 9 of 9) sorted by relevance
13 An example of how an Ethernet device driver could look. This
663 netconn_close_shutdown(struct netconn *conn, u8_t how) in netconn_close_shutdown() argument673 msg.msg.msg.sd.shut = how; in netconn_close_shutdown()
1367 lwip_shutdown(int s, int how) argument1373 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) {
323 int lwip_shutdown(int s, int how);
5 This is a brief introduction how to use and configure the SNMP agent.
34 type "sys_mbox_t". lwIP does not place any restrictions on how
370 We can give you some idea on how to proceed when using the raw API.
807 # search path. See also \cite for info how to create references.1104 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how1286 # for information on how to generate the default header that doxygen normally1297 # footer. See HTML_HEADER for more information on how to generate a default1299 # section "Doxygen usage" for information on how to generate the default footer1308 # See also section "Doxygen usage" for information on how to generate the style1650 # 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 what1989 # usage" for information on how to generate the default footer that doxygen[all …]
1500 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 applications2578 cases just assert if it fails as I'm not sure how to fix them, but