prototypesa for new local ip address functions.
FossilOrigin-Name: 995c62298e960978f65f9d8a88f966305913a75ed959393e681852775778f0f3
This commit is contained in:
parent
315bf891ce
commit
5027ebf96e
@ -451,9 +451,15 @@ extern int cw_in_radio_operational_state(struct conn *conn, struct cw_action_in
|
|||||||
*/
|
*/
|
||||||
extern int cw_out_capwap_local_ip_address(struct conn *conn, struct cw_action_out *action,
|
extern int cw_out_capwap_local_ip_address(struct conn *conn, struct cw_action_out *action,
|
||||||
uint8_t * dst);
|
uint8_t * dst);
|
||||||
|
int cw_out_wtp_ip_address(struct conn *conn, struct cw_action_out *action,
|
||||||
|
uint8_t * dst);
|
||||||
|
|
||||||
extern int cw_out_wtp_reboot_statistics(struct conn *conn, struct cw_action_out *a,
|
extern int cw_out_wtp_reboot_statistics(struct conn *conn, struct cw_action_out *a,
|
||||||
uint8_t * dst);
|
uint8_t * dst);
|
||||||
|
|
||||||
|
/* helpers */
|
||||||
|
extern int cw_put_local_ip_address(int sock, uint8_t *dst, int ipv4elem_id, int ipv6elem_id);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user