zephyr/subsys/net/ip
Nazar Kazakov f483b1bc4c everywhere: fix typos
Fix a lot of typos

Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
2022-03-18 13:24:08 -04:00
..
6lo.c net: icmpv6: Remove in6_addr from packed structs 2021-11-25 10:46:35 -05:00
6lo.h cleanup: include/: move misc/slist.h to sys/slist.h 2019-06-27 22:55:49 -04:00
6lo_private.h net: ip: 6lo (IPHC) uncompression rework 2019-07-25 15:19:28 +03:00
canbus_socket.c net: l2: 6LoCAN implementation 2019-08-08 13:25:01 +03:00
canbus_socket.h net: can: Add CAN handling to net_context 2019-02-07 18:08:27 +02:00
CMakeLists.txt net/tcp: Rename TCP2 to TCP 2021-11-11 07:26:41 -05:00
connection.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
connection.h net: socket: Implement SO_BINDTODEVICE socket option 2021-04-02 07:23:17 -04:00
dhcpv4.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
dhcpv4.h net: dhcpv4: check dhcpv4 msg len is correct 2020-11-02 12:56:16 +02:00
icmpv4.c net/icmpv4: Do not send error on a packet that was broadcasted 2021-12-21 17:12:33 +01:00
icmpv4.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
icmpv6.c net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
icmpv6.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
igmp.c net: ipv4: Remove in_addr from packed net_ipv4_hdr struct 2021-11-25 10:46:35 -05:00
ipv4.c net: ipv4: Remove in_addr from packed net_ipv4_hdr struct 2021-11-25 10:46:35 -05:00
ipv4.h net: ipv4: Add IGMPv2 support 2021-04-29 14:49:55 +03:00
ipv4_autoconf.c net: arp: Remove in_addr/in6_addr from packed net_arp_hdr struct 2021-11-25 10:46:35 -05:00
ipv4_autoconf_internal.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
ipv6.c net: route: Add support for route preference 2021-12-20 17:44:28 +01:00
ipv6.h net: ip: replace hardcoded NET_IPV6_FRAGMENTS_MAX_PKT with a Kconfig 2021-09-23 13:21:09 -04:00
ipv6_fragment.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
ipv6_mld.c net: icmpv6: Remove in6_addr from packed structs 2021-11-25 10:46:35 -05:00
ipv6_nbr.c net: route: Add support for route preference 2021-12-20 17:44:28 +01:00
Kconfig everywhere: fix typos 2022-03-18 13:24:08 -04:00
Kconfig.debug kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.ipv4 kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.ipv6 kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.mgmt kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.stack kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stats net: stats: Add IGMP statistics support 2021-04-29 14:49:55 +03:00
nbr.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nbr.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_context.c net/tcp: Rename TCP2 to TCP 2021-11-11 07:26:41 -05:00
net_core.c net: introduce a network packet filter framework 2021-12-21 17:06:35 +01:00
net_if.c net: if: add default selection of first up interface 2022-03-10 13:24:03 -05:00
net_mgmt.c net: mgmt: Use mutex for net_mgmt_lock 2022-01-22 16:56:09 -05:00
net_pkt.c net: buf: POOL_FIXED_DEFINE explicit user data 2021-11-24 16:04:50 +02:00
net_private.h kernel: atomics: update print specifiers for atomic_t 2021-11-15 09:59:01 -05:00
net_shell.c net: shell: Fix packet leak in TCP receive handler 2022-03-11 09:21:51 +01:00
net_shell.h net: shell: Migrate to new shell API 2018-10-15 11:14:02 +03:00
net_stats.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_stats.h net: stats: Add IGMP statistics support 2021-04-29 14:49:55 +03:00
net_tc.c all: Deprecate UTIL_LISTIFY and replace with LISTIFY 2022-03-08 11:03:30 +01:00
net_tc_mapping.h net: Enable running without TX or RX threads 2021-04-27 12:02:19 +03:00
net_timeout.c net: timeout: refactor to fix multiple problems 2021-01-07 11:14:38 +02:00
packet_socket.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
packet_socket.h net: socket: packet: using pckt sckt for passing the PPP dialup data 2021-04-01 09:43:56 +03:00
promiscuous.c net: promisc: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
route.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
route.h net: route: Add support for route preference 2021-12-20 17:44:28 +01:00
tcp.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
tcp.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
tcp_internal.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
tcp_private.h net/tcp: Rename TCP2 to TCP 2021-11-11 07:26:41 -05:00
tp.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tp.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tp_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
trickle.c kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
udp.c net: socket: Implement SO_BINDTODEVICE socket option 2021-04-02 07:23:17 -04:00
udp_internal.h net: socket: Implement SO_BINDTODEVICE socket option 2021-04-02 07:23:17 -04:00
utils.c net: ipv4: Add IGMPv2 support 2021-04-29 14:49:55 +03:00