added qse_clearnwad()
enhanced qse_getnwifcfg() a bit. added uci::adddeltapath.
This commit is contained in:
@ -95,6 +95,15 @@ int qse_nwadequal (
|
||||
const qse_nwad_t* y
|
||||
);
|
||||
|
||||
/**
|
||||
* The qse_clearnwad() function zeros out the address
|
||||
* for the address @a type.
|
||||
*/
|
||||
void qse_clearnwad (
|
||||
qse_nwad_t* nwad,
|
||||
qse_nwad_type_t type
|
||||
);
|
||||
|
||||
int qse_mbstonwad (
|
||||
const qse_mchar_t* mbs,
|
||||
qse_nwad_t* nwad
|
||||
|
@ -37,8 +37,8 @@ enum qse_nwifcfg_flag_t
|
||||
|
||||
enum qse_nwifcfg_type_t
|
||||
{
|
||||
QSE_NWIFCFG_IN4,
|
||||
QSE_NWIFCFG_IN6
|
||||
QSE_NWIFCFG_IN4 = QSE_NWAD_IN4,
|
||||
QSE_NWIFCFG_IN6 = QSE_NWAD_IN6
|
||||
};
|
||||
|
||||
typedef enum qse_nwifcfg_type_t qse_nwifcfg_type_t;
|
||||
|
Reference in New Issue
Block a user