Lines Matching full:handle
101 * @param handle Connection handle that can be used when unregistering
114 struct net_conn_handle **handle);
124 struct net_conn_handle **handle) in net_conn_register() argument
135 ARG_UNUSED(handle); in net_conn_register()
144 * @param handle Handle from registering.
149 int net_conn_unregister(struct net_conn_handle *handle);
151 static inline int net_conn_unregister(struct net_conn_handle *handle) in net_conn_unregister() argument
153 ARG_UNUSED(handle); in net_conn_unregister()
161 * for a registered connection handle.
163 * @param handle A handle registered with net_conn_register()
171 int net_conn_update(struct net_conn_handle *handle,
184 * the packet parsing failed and the caller should handle