Home | History | Annotate | Download | only in server

Lines Matching full:char

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