Lines Matching defs:arg
70 static int NoSeqCheck(struct nl_msg *msg, void *arg)
211 static int32_t WifiGetScanResultHandler(struct nl_msg *msg, void *arg)
216 WifiScanResultArg *handlerArg = (WifiScanResultArg *)arg;
278 WifiScanResultArg arg;
289 arg.scanResults = &scanResults;
290 arg.ifName = ifName;
293 ret = NetlinkSendCmdSync(msg, WifiGetScanResultHandler, (void *)&arg);
380 static int32_t ProcessEvent(struct nl_msg *msg, void *arg)
450 static int32_t CtrlNoSeqCheck(struct nl_msg *msg, void *arg)
474 static int32_t CtrlSocketErrorHandler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg)
476 int32_t *ret = (int32_t *)arg;
482 static int32_t CtrlSocketFinishHandler(struct nl_msg *msg, void *arg)
484 int32_t *ret = (int32_t *)arg;
490 static int32_t CtrlSocketAckHandler(struct nl_msg *msg, void *arg)
492 int32_t *err = (int32_t *)arg;