b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | #ifndef __PIPED_DHCP__ |
2 | #define __PIPED_DHCP_ | ||||
3 | |||||
4 | int pd_dhcp_add(struct pd_context *pdc, struct pd_iface *pdi); | ||||
5 | int pd_dhcp_change(struct pd_context *pdc, struct pd_iface *oldi, | ||||
6 | struct pd_iface *newi); | ||||
7 | int pd_dhcp_del(struct pd_context *pdc, struct pd_iface *pdi); | ||||
8 | void pd_dhcp_clean(struct pd_context *pdc); | ||||
9 | |||||
10 | #endif |