nRF Connect SDK API 2.8.99
|
int pdn_dynamic_params_get | ( | uint8_t | cid, |
struct in_addr * | dns4_pri, | ||
struct in_addr * | dns4_sec, | ||
unsigned int * | ipv4_mtu ) |
#include <include/modem/pdn.h>
Retrieve dynamic parameters of a given PDP context.
cid | The PDP context ID. | |
[out] | dns4_pri | The address of the primary IPv4 DNS server. Optional, can be NULL. |
[out] | dns4_sec | The address of the secondary IPv4 DNS server. Optional, can be NULL. |
[out] | ipv4_mtu | The IPv4 MTU. Optional, can be NULL. |