Home
last modified time | relevance | path

Searched refs:ppp_protocol_handler (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/net/l2/ppp/
Dlink.c21 STRUCT_SECTION_FOREACH(ppp_protocol_handler, proto) { in lcp_up()
36 STRUCT_SECTION_FOREACH(ppp_protocol_handler, proto) { in do_network()
49 STRUCT_SECTION_FOREACH(ppp_protocol_handler, proto) { in do_network()
62 const struct ppp_protocol_handler *proto = ppp_lcp_get(); in do_network()
86 STRUCT_SECTION_FOREACH(ppp_protocol_handler, proto) { in do_auth()
Dnetwork.c48 const struct ppp_protocol_handler *ppp_proto = ppp_lcp_get(); in ppp_network_done()
58 STRUCT_SECTION_FOREACH(ppp_protocol_handler, proto) { in ppp_network_all_down()
Dppp_internal.h39 struct ppp_protocol_handler { struct
94 static const STRUCT_SECTION_ITERABLE(ppp_protocol_handler, \
160 const struct ppp_protocol_handler *ppp_lcp_get(void);
Dppp_l2.c39 static const struct ppp_protocol_handler *ppp_lcp;
98 STRUCT_SECTION_FOREACH(ppp_protocol_handler, proto) { in process_ppp_msg()
409 const struct ppp_protocol_handler *ppp_lcp_get(void) in ppp_lcp_get()
495 STRUCT_SECTION_FOREACH(ppp_protocol_handler, proto) { in net_ppp_init()
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-net.ld10 ITERABLE_SECTION_ROM(ppp_protocol_handler, Z_LINK_ITERABLE_SUBALIGN)
/Zephyr-latest/cmake/linker_script/common/
Dcommon-rom.cmake100 …zephyr_iterable_section(NAME ppp_protocol_handler KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN ${C…