Lines Matching full:code
14 layer code itself, to call defined network routines at any level in
16 example, by using these APIs, application code can request a scan be done on a
21 by eliminating code at build time for management routines that are not
53 pair of layer and code, whereas on the command part it will be a mask of
67 code. This makes it possible for different events to be handled by the
73 layer and layer code. A callback handler function **must** check
74 the event code (passed as an argument) against the specific network
83 layer code.)
87 .. code-block:: c
134 .. code-block:: c
173 associated mgmt_request code.
175 Management request code are defined in relevant places depending on
177 technology as well. For instance, all IP layer management request code
184 .. code-block:: c
189 and then register it with an associated mgmt_request code:
191 .. code-block:: c
193 NET_MGMT_REGISTER_REQUEST_HANDLER(<mgmt_request code>, your_handler);
197 .. code-block:: c
199 net_mgmt(<mgmt_request code>, ...);
206 function and provide the network event code. See
208 code, event code can be also found on specific L2 technology mgmt headers,