Lines Matching refs:ARG_UNUSED

53 	ARG_UNUSED(conn);  in net_tcp_get_supported_mss()
73 ARG_UNUSED(conn); in net_tcp_get_state()
90 ARG_UNUSED(cb); in net_tcp_foreach()
91 ARG_UNUSED(user_data); in net_tcp_foreach()
107 ARG_UNUSED(context); in net_tcp_get()
144 ARG_UNUSED(context); in net_tcp_connect()
145 ARG_UNUSED(addr); in net_tcp_connect()
146 ARG_UNUSED(laddr); in net_tcp_connect()
147 ARG_UNUSED(rport); in net_tcp_connect()
148 ARG_UNUSED(lport); in net_tcp_connect()
149 ARG_UNUSED(cb); in net_tcp_connect()
150 ARG_UNUSED(user_data); in net_tcp_connect()
169 ARG_UNUSED(context); in net_tcp_listen()
191 ARG_UNUSED(context); in net_tcp_accept()
192 ARG_UNUSED(cb); in net_tcp_accept()
193 ARG_UNUSED(user_data); in net_tcp_accept()
216 ARG_UNUSED(context); in net_tcp_send_data()
217 ARG_UNUSED(cb); in net_tcp_send_data()
218 ARG_UNUSED(user_data); in net_tcp_send_data()
240 ARG_UNUSED(context); in net_tcp_recv()
241 ARG_UNUSED(cb); in net_tcp_recv()
242 ARG_UNUSED(user_data); in net_tcp_recv()
260 ARG_UNUSED(pkt); in net_tcp_finalize()
261 ARG_UNUSED(force_chksum); in net_tcp_finalize()
282 ARG_UNUSED(pkt); in net_tcp_input()
283 ARG_UNUSED(tcp_access); in net_tcp_input()
306 ARG_UNUSED(context); in net_tcp_queue()
307 ARG_UNUSED(data); in net_tcp_queue()
308 ARG_UNUSED(len); in net_tcp_queue()
309 ARG_UNUSED(msg); in net_tcp_queue()
331 ARG_UNUSED(context); in net_tcp_update_recv_wnd()
332 ARG_UNUSED(delta); in net_tcp_update_recv_wnd()
353 ARG_UNUSED(context); in net_tcp_put()
383 ARG_UNUSED(context); in net_tcp_set_option()
384 ARG_UNUSED(option); in net_tcp_set_option()
385 ARG_UNUSED(value); in net_tcp_set_option()
386 ARG_UNUSED(len); in net_tcp_set_option()
409 ARG_UNUSED(context); in net_tcp_get_option()
410 ARG_UNUSED(option); in net_tcp_get_option()
411 ARG_UNUSED(value); in net_tcp_get_option()
412 ARG_UNUSED(len); in net_tcp_get_option()
447 ARG_UNUSED(pkt); in net_tcp_reply_rst()