Lines Matching +full:family +full:- +full:code
37 All net_pkt objects come from a pre-defined pool of struct net_pkt.
40 .. code-block:: c
49 .. code-block:: c
59 .. code-block:: c
66 .. code-block:: c
68 pkt = net_pkt_alloc_with_buffer(iface, size, family, proto, timeout);
84 interface set. This works if the family of the packet is unknown at
87 .. code-block:: c
97 The network interface, the family, and the protocol of the packet are
100 know the MTU and then the family and protocol for the headers space
110 .. code-block:: c
117 .. code-block:: c
124 On the receiving side, when the family and protocol are not known:
126 .. code-block:: c
133 .. code-block:: c
142 net_pkt's family is a valid one, as well as the proto parameter. In
156 also un-referenced and net_pkt is automatically placed back into the
179 functions which hide all the complexity of potential non-contiguous
208 .. code-block:: c
214 .. code-block:: c
221 .. code-block:: c
233 .. code-block:: c
244 .. code-block:: c
255 .. code-block:: c
266 .. code-block:: c
272 .. code-block:: c
279 .. code-block:: c
303 non-contiguous access transparently.
316 .. code-block:: c
327 .. code-block:: c
339 .. code-block:: c
346 .. code-block:: c