Lines Matching full:connection
2 @brief Generic connection handling.
34 * @brief Function that is called by connection subsystem when a
48 * @brief Information about a connection in the system.
50 * Stores the connection information.
66 /** A pointer to the net_context corresponding to the connection.
74 /** Connection protocol */
80 /** Flags for the connection */
83 /** Is v4-mapping-to-v6 enabled for this connection */
91 * @param proto Protocol for the connection (depends on the protocol
94 * @param remote_addr Remote address of the connection end point.
95 * @param local_addr Local address of the connection end point.
96 * @param remote_port Remote port of the connection end point.
97 * @param local_port Local port of the connection end point.
99 * @param context net_context structure related to the connection.
101 * @param handle Connection handle that can be used when unregistering
142 * @brief Unregister connection handler.
161 * for a registered connection handle.
181 * @param proto Protocol for the connection
205 * @brief Callback used while iterating over network connection
208 * @param conn A valid pointer on current network connection handler.
214 * @brief Go through all the network connection handlers and call callback
215 * for each network connection handler.