Home | History | Annotate | Download | only in server

Lines Matching full:char

36     void notify(int code, const char *format, ...);
37 void notifyInterfaceAdded(const char *name);
38 void notifyInterfaceRemoved(const char *name);
39 void notifyInterfaceChanged(const char *name, bool isUp);
40 void notifyInterfaceLinkChanged(const char *name, bool isUp);
41 void notifyQuotaLimitReached(const char *name, const char *iface);
42 void notifyInterfaceClassActivity(const char *name, bool isActive,
43 const char *timestamp);
44 void notifyAddressChanged(int action, const char *addr, const char *iface,
45 const char *flags, const char *scope);
46 void notifyInterfaceDnsServers(const char *iface, const char *lifetime,
47 const char *servers);
48 void notifyRouteChange(int action, const char *route, const char *gateway, const char *iface);