zephyr/subsys/net/l2/ppp
Marcin Niestroj 22f43a5e50 net: l2: ppp: drop unused PPP_TIMEOUT macro
This macro has no use in code and was most probably replaced by
FSM_TIMEOUT (which resolves to CONFIG_NET_L2_PPP_TIMEOUT) with the same
default value.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-08-13 07:52:19 -04:00
..
auth.c
CMakeLists.txt net: ppp: Implement missing ppp mgmt functions 2020-03-24 14:29:49 -05:00
fsm.c net: l2: ppp: add generalized "my options" negotiation 2020-07-29 16:38:37 +02:00
ipcp.c net: l2: ppp: add generic function for handling Conf-Req 2020-07-29 16:38:37 +02:00
ipv6cp.c net: l2: ppp: add generic function for handling Conf-Req 2020-07-29 16:38:37 +02:00
Kconfig net: l2: ppp: drop unused NET_L2_PPP_MAX_OPTIONS option 2020-08-13 07:52:19 -04:00
lcp.c net: l2: ppp: use net_pkt API for replying to Configure-Req 2020-07-29 16:38:37 +02:00
link.c net: Use section foreach macros 2020-07-20 08:32:46 -07:00
misc.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
network.c net: Use section foreach macros 2020-07-20 08:32:46 -07:00
options.c net: l2: ppp: drop old option parsing routine 2020-07-29 16:38:37 +02:00
ppp_internal.h net: l2: ppp: drop unused PPP_TIMEOUT macro 2020-08-13 07:52:19 -04:00
ppp_l2.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
ppp_mgmt.c net: ppp: Implement missing ppp mgmt functions 2020-03-24 14:29:49 -05:00
ppp_stats.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
ppp_stats.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00