Home
last modified time | relevance | path

Searched full:passed (Results 1 – 25 of 228) sorted by relevance

12345678910

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Drawapi.txt82 function is passed the current TCP or UDP connection state as an
91 Specifies the program specific state that should be passed to all
94 that will be passed to the callbacks.
128 the one passed as an argument to the function will be
136 passed as an argument to tcp_listen() will not be deallocated.
150 ATTENTION: the PCB passed in must be the listening pcb, not the pcb passed
193 the data is passed as the len parameter. The apiflags can be one or more of:
220 host. The len argument passed to the callback function gives the
237 arrives. The callback function will be passed a NULL pbuf to
301 The error callback function does not get the pcb passed to it as a
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Drawapi.txt112 function is passed the current TCP or UDP connection state as an
121 Specifies the program specific state that should be passed to all
124 that will be passed to the callbacks.
158 the one passed as an argument to the function will be
166 passed as an argument to tcp_listen() will not be deallocated.
214 the data is passed as the len parameter. The apiflags can be one or more of:
241 host. The len argument passed to the callback function gives the
258 arrives. The callback function will be passed a NULL pbuf to
322 The error callback function does not get the pcb passed to it as a
484 To achieve zero-copy on transmit, the data passed to the raw API must
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/
H A Dsockets_priv.h162 /** readset passed to select */
164 /** writeset passed to select */
166 /** unimplemented: exceptset passed to select */
170 /** fds passed to poll; NULL if select */
172 /** nfds passed to poll; 0 if select */
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/test/
H A Dtest_npl_task.c38 VerifyOrQuit(args == &s_task_arg[0], "Wrong args passed to task0"); in task0_run()
50 VerifyOrQuit(args == &s_task_arg[1], "Wrong args passed to task0"); in task1_run()
56 printf("All tests passed\n"); in task1_run()
H A Dtest_npl_eventq.c53 "callout: wrong args passed"); in on_event()
99 "callout: wrong event passed"); in test_get()
115 printf("All tests passed\n"); in task_test_runner()
H A Dtest_npl_callout.c47 "callout: wrong args passed"); in on_callout()
101 printf("All tests passed\n"); in test_task_run()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dhttpd.h61 * CGI within the cgis array passed to http_set_cgi_handlers. Parameters
74 * The maximum number of parameters that will be passed to this function via
110 * The parameters can be stored to the object passed as connection_state, which
206 * @return ERR_OK: Accept the POST request, data may be passed in
216 * ATTENTION: The application is responsible for freeing the pbufs passed in!
H A Dhttpd_opts.h59 * load the returned page (passed to fs_open).
73 * passed the http file state, an object where it can store information derived
74 * from the CGI URL or parameters. This file state is later passed to SSI, so
77 * Use this CGI handler if you want CGI information passed on to SSI.
137 * which will be passed back to it in the next call. */
160 /** This string is passed in the HTTP header as "Server: " */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/
H A Dbridgeif.h67 * An instance of this type must be passed as parameter 'state' to @ref netif_add
85 * (ethaddr must be passed as ETH_ADDR())
90 * (each byte of ethaddr must be passed)
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dhttpd.h60 * CGI within the ppcURLs array passed to http_set_cgi_handler. Parameters
73 * The maximum number of parameters that will be passed to this function via
195 * @return ERR_OK: Accept the POST request, data may be passed in
203 * ATTENTION: The application is responsible for freeing the pbufs passed in!
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dtcpip.h67 /** Function prototype for the init_done function passed to tcpip_init */
69 /** Function prototype for functions passed to tcpip_callback() */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dtcpip.h69 /** Function prototype for the init_done function passed to tcpip_init */
71 /** Function prototype for functions passed to tcpip_callback() */
H A Dopt.h958 * DNS servers received in the response are passed to DNS via @ref dns_setserver()
1145 …* that looks up the IP address and returns ERR_OK if found (LWIP_DNS_ADDRTYPE_xxx is passed in dn…
1753 * The stack size value itself is platform-dependent, but is passed to
1762 * The priority value itself is platform-dependent, but is passed to
1771 * The queue size value itself is platform-dependent, but is passed to
1795 * The stack size value itself is platform-dependent, but is passed to
1804 * The priority value itself is platform-dependent, but is passed to
1820 * The stack size value itself is platform-dependent, but is passed to
1829 * The priority value itself is platform-dependent, but is passed to
1838 * NETCONN_RAW. The queue size value itself is platform-dependent, but is passed
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dopt.h1246 * The stack size value itself is platform-dependent, but is passed to
1255 * The priority value itself is platform-dependent, but is passed to
1264 * The queue size value itself is platform-dependent, but is passed to
1280 * The stack size value itself is platform-dependent, but is passed to
1289 * The priority value itself is platform-dependent, but is passed to
1305 * The stack size value itself is platform-dependent, but is passed to
1314 * The priority value itself is platform-dependent, but is passed to
1330 * The stack size value itself is platform-dependent, but is passed to
1339 * The priority value itself is platform-dependent, but is passed to
1348 * NETCONN_RAW. The queue size value itself is platform-dependent, but is passed
[all …]
H A Dtcpip.h75 /** Function prototype for the init_done function passed to tcpip_init */
77 /** Function prototype for functions passed to tcpip_callback() */
H A Dapi.h62 /** TCP: when data passed to netconn_write doesn't fit into the send buffer,
184 /** TCP: when data passed to netconn_write doesn't fit into the send buffer,
187 /** TCP: when data passed to netconn_write doesn't fit into the send buffer,
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_i2s.h122 * buffers passed to it by the application, and when it needs to be provided
125 * @note The @c p_released pointer passed to this function is temporary and
131 * passed previously to the driver that will no longer
/nrf52832-nimble/rt-thread/examples/kernel/
H A Dtc_comm.c73 rt_kprintf("TestCase[%s] passed\n", _tc_current); in tc_thread_entry()
86 rt_kprintf("All tests passed\n"); in tc_thread_entry()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/
H A Dhttp_client.c74 /** This string is passed in the HTTP header as "User-Agent: " */
624 * @param recv_fn the http body (not the headers) are passed to this callback
625 * @param callback_arg argument passed to all the callbacks
669 * @param recv_fn the http body (not the headers) are passed to this callback
670 * @param callback_arg argument passed to all the callbacks
811 * @param callback_arg argument passed to all the callbacks
863 * @param callback_arg argument passed to all the callbacks
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_hs.h198 * An optional argument that gets passed to the GATT registration
282 /** An optional argument that gets passed to the storage status callback. */
345 * @param reason The host error code that gets passed to the reset callback.
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/
H A Dhal_timer.h68 * passed from BSP directly to the MCU specific driver.
147 * has already passed the timer callback will be called "immediately" (at
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_core.c813 /* resolve target MIB from passed OID */ in snmp_get_next_node_instance_from_oid()
816 /* passed OID does not reference any known MIB, start at the next closest MIB */ in snmp_get_next_node_instance_from_oid()
1025 …/* first build node stack related to passed oid (as far as possible), then go backwards to determi… in snmp_mib_tree_resolve_next()
1051 /* passed oid references a tree node -> return first useable sub node of it */ in snmp_mib_tree_resolve_next()
1120 /** checks if the passed incomplete OID may be a possible candidate for snmp_next_oid_check();
1129 /* check passed OID is located behind start offset */ in snmp_next_oid_precheck()
1142 /** checks the passed OID if it is a candidate to be the next one (get_next); returns !=0 if passed
1148 /* check passed OID is located behind start offset */ in snmp_next_oid_check()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_core.c818 /* resolve target MIB from passed OID */ in snmp_get_next_node_instance_from_oid()
821 /* passed OID does not reference any known MIB, start at the next closest MIB */ in snmp_get_next_node_instance_from_oid()
1030 …/* first build node stack related to passed oid (as far as possible), then go backwards to determi… in snmp_mib_tree_resolve_next()
1056 /* passed oid references a tree node -> return first useable sub node of it */ in snmp_mib_tree_resolve_next()
1125 /** checks if the passed incomplete OID may be a possible candidate for snmp_next_oid_check();
1134 /* check passed OID is located behind start offset */ in snmp_next_oid_precheck()
1147 /** checks the passed OID if it is a candidate to be the next one (get_next); returns !=0 if passed
1153 /* check passed OID is located behind start offset */ in snmp_next_oid_check()
/nrf52832-nimble/rt-thread/components/utilities/ymodem/
H A Dymodem.c165 /* congratulations, check passed. */ in _rym_do_handshake()
207 /* congratulations, check passed. */ in _rym_trans_data()
303 /* congratulations, check passed. */ in _rym_do_fin()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Dip.c693 /* pbufs passed to IP must have a ref-count of 1 as their payload pointer
694 gets altered as the packet is passed down the stack */
850 /* pbufs passed to IP must have a ref-count of 1 as their payload pointer
851 gets altered as the packet is passed down the stack */
865 /** Like ip_output, but takes and addr_hint pointer that is passed on to netif->addr_hint
890 /* pbufs passed to IP must have a ref-count of 1 as their payload pointer
891 gets altered as the packet is passed down the stack */

12345678910