zephyr/subsys/net/l2/ethernet
Anas Nashif 63b7313c06 net: lldp: use llabs with int64_t
subpress warnings from llvm:

warning: absolute value function 'abs' given an argument of type
'int64_t' (aka 'long long') but has parameter of type 'int' which may
cause truncation of value [-Wabsolute-value]

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-11-19 08:41:56 +01:00
..
gptp net: gptp: Allow user to tweak priority1 and priority2 values 2020-09-22 16:45:45 -05:00
lldp net: lldp: use llabs with int64_t 2020-11-19 08:41:56 +01:00
CMakeLists.txt net: Add CONFIG_NET_NATIVE option for selecting native IP 2019-09-10 12:45:38 +03:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
arp.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
arp.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eth_stats.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
ethernet.c net: ethernet: Check IPv4 multicast pkt using util function 2020-09-30 14:31:13 +03:00
ethernet_mgmt.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ethernet_stats.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00