Lines Matching refs:DhcpErrorCode
32 DhcpErrorCode RegisterDhcpClientCallBack(const char *ifname, const ClientCallBack *event);
41 … DhcpErrorCode RegisterDhcpClientReportCallBack(const char *ifname, const DhcpClientReport *event);
49 DhcpErrorCode StartDhcpClient(const char *ifname, bool bIpv6);
57 DhcpErrorCode SetConfiguration(const char *ifname, const RouterConfig config);
65 DhcpErrorCode StopDhcpClient(const char *ifname, bool bIpv6);
67 DhcpErrorCode RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event);
68 DhcpErrorCode StartDhcpServer(const char *ifname);
69 DhcpErrorCode StopDhcpServer(const char *ifname);
70 DhcpErrorCode SetDhcpRange(const char *ifname, const DhcpRange *range);
71 DhcpErrorCode SetDhcpName(const char *ifname, const char *tagName);
72 DhcpErrorCode PutDhcpRange(const char *tagName, const DhcpRange *range);
73 DhcpErrorCode RemoveAllDhcpRange(const char *tagName);
74 DhcpErrorCode RemoveDhcpRange(const char *tagName, const void *range);
75 …DhcpErrorCode GetDhcpClientInfos(const char *ifname, int staNumber, DhcpStationInfo *staInfo, int …
76 DhcpErrorCode UpdateLeasesTime(const char *leaseTime);