zephyr/subsys/net/ip
Patrik Flykt 97b3bd11a7 drivers: Rename reserved function names
Rename reserved function names in drivers/ subdirectory. Update
function macros concatenatenating function names with '##'. As
there is a conflict between the existing gpio_sch_manage_callback()
and _gpio_sch_manage_callback() names, leave the latter unmodified.

Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
2019-04-03 17:31:00 -04:00
..
6lo_private.h
6lo.c
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt
connection.c
connection.h
dhcpv4.c
dhcpv4.h net/dhcpv4: Avoid ifdefs when using net_dhcpv4_init() 2019-04-03 09:32:39 -04:00
icmpv4.c
icmpv4.h
icmpv6.c
icmpv6.h
ipv4_autoconf_internal.h
ipv4_autoconf.c
ipv4.c
ipv4.h
ipv6_fragment.c net/ipv6: Fix IPv6 fragment nexthdr field in case of no option headers 2019-04-02 13:18:46 -04:00
ipv6_mld.c
ipv6_nbr.c
ipv6.c
ipv6.h
Kconfig
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt
Kconfig.stack
Kconfig.stats
nbr.c
nbr.h
net_context.c
net_core.c net/core: Initialize network services only after the stack 2019-04-03 09:32:39 -04:00
net_if.c net: tcp: Do not mark TCP segment not sent in net_if 2019-04-01 12:39:32 -04:00
net_mgmt.c drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
net_pkt.c
net_private.h
net_shell.c
net_shell.h
net_stats.c
net_stats.h
net_tc_mapping.h
net_tc.c
packet_socket.c
packet_socket.h
promiscuous.c
route.c
route.h
tcp_internal.h
tcp.c Revert "net: tcp: Fix ref counting for the net_pkt" 2019-04-01 12:39:32 -04:00
trickle.c
udp_internal.h
udp.c
utils.c