Lines Matching refs:arg
220 void (*linkStatusCB)(void *ctx, int errCode, void *arg);
242 static void pppInputThread(void *arg);
961 pppIOCtl(int pd, int cmd, void *arg)
971 if (arg) {
972 *(int *)arg = (int)(pc->if_up);
978 if (arg) {
979 pc->errCode = *(int *)arg;
985 if (arg) {
986 *(int *)arg = (int)(pc->errCode);
993 if (arg) {
994 *(sio_fd_t *)arg = pc->fd;
1518 pppInputThread(void *arg)
1521 PPPControlRx *pcrx = arg;
1603 pppInput(void *arg)
1605 struct pbuf *nb = (struct pbuf *)arg;