Lines Matching full:cb
81 net_context_connect_cb_t cb,
90 net_tcp_accept_cb_t cb,
98 net_context_send_cb_t cb,
108 net_context_send_cb_t cb,
117 net_context_recv_cb_t cb,
210 * connection is established, the user-supplied callback (cb)
211 * is executed. cb is called even if the timeout was set to
212 * K_FOREVER. cb is not called if the timeout expires.
222 * @param cb Callback function. Set to NULL if not required.
238 net_context_connect_cb_t cb, in net_offload_connect() argument
247 context, addr, addrlen, cb, in net_offload_connect()
272 * @param cb Caller-supplied callback function.
281 net_tcp_accept_cb_t cb, in net_offload_accept() argument
290 context, cb, in net_offload_accept()
314 * @param cb Caller-supplied callback function.
323 net_context_send_cb_t cb, in net_offload_send() argument
332 pkt, cb, in net_offload_send()
358 * @param cb Caller-supplied callback function.
369 net_context_send_cb_t cb, in net_offload_sendto() argument
378 pkt, dst_addr, addrlen, cb, in net_offload_sendto()
409 * @param cb Caller-supplied callback function.
418 net_context_recv_cb_t cb, in net_offload_recv() argument
427 context, cb, in net_offload_recv()
487 net_context_connect_cb_t cb,
496 net_tcp_accept_cb_t cb,
505 net_context_send_cb_t cb,
516 net_context_send_cb_t cb,
525 net_context_recv_cb_t cb,