![]() |
DVBCore
22.3.0
Open Source DVB Engine
|
Contains the function for ip address. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "techtype.h"
#include "dbgfuncs.h"
#include "stbhwos.h"
#include "stbhwip.h"
#include "stbhwnet.h"
#include "stbheap.h"
#include "app_nvm.h"
#include "ap_ipadd.h"
Classes | |
struct | S_IPTASK_PARAMS |
Macros | |
#define | DBG(X) |
#define | IP_TASK_QUEUE_SIZE 10 |
#define | IP_TASK_STACK 1024 |
#define | IP_TASK_PRIO 10 |
#define | IP_TASK_TIMEOUT 30000 |
#define | IP_TASK_PERIOD 1000 |
Enumerations | |
enum | E_IPTASK_COMMAND { IPTASK_DHCP, IPTASK_STATIC } |
Functions | |
void | AIP_ConnectToNetwork (BOOLEAN wait_for_completion) |
Connect to network based on IP_MODE from NVM e.g. restore from IP NVM and connect to network. More... | |
Contains the function for ip address.
void AIP_ConnectToNetwork | ( | BOOLEAN | wait_for_completion | ) |
Connect to network based on IP_MODE from NVM e.g. restore from IP NVM and connect to network.
wait_for_completion | if TRUE and the mode is DHCP this function blocks until the DHCP has returned a result |