Searched refs:define_pdp_context (Results 1 – 5 of 5) sorted by relevance
65 null_dce->parent.define_pdp_context = null_dce_define_pdp_context; in null_dce_init()
93 esp_err_t (*define_pdp_context)(modem_dce_t *dce, uint32_t cid, member
158 esp_modem_dce->parent.define_pdp_context = esp_modem_dce_define_pdp_context; in bg96_init()
149 esp_modem_dce->parent.define_pdp_context = esp_modem_dce_define_pdp_context; in sim800_init()
509 …MODEM_CHECK(dce->define_pdp_context(dce, 1, "IP", CONFIG_EXAMPLE_COMPONENT_MODEM_APN) == ESP_OK, "… in esp_modem_start_ppp()