commit | d283130b688da3dfa40c9df34aacf304f71bf076 | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan@embeint.com> | Mon Apr 21 16:50:37 2025 +1000 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Apr 24 22:58:51 2025 +0200 |
tree | 05d0f47d5f76a0d08197fd2e5f44428bf7874907 | |
parent | 4e0386a44578f08f5ea3895c62187ecfd5ce645b [diff] |
net: l2: ethernet: arp: explicit error codes Update `net_arp_prepare` to return a return code instead of a pointer, so that the various results of the function can be differentiated. Signed-off-by: Jordan Yates <jordan@embeint.com>