Searched refs:PPPTUN_SDATA (Results 1 – 4 of 4) sorted by relevance
65 #define PPPTUN_SDATA _PPPTUN(9) /* set data channel by name */ macro
1372 case PPPTUN_SDATA: in sppptun_inner_ioctl()1396 if (iop->ioc_cmd == PPPTUN_SDATA) { in sppptun_inner_ioctl()1528 case PPPTUN_SDATA: in sppptun_ioctl()
1105 if (strioctl(tunfd, PPPTUN_SDATA, &ptn, sizeof (ptn), 0) < 0) { in act_open()
2118 if (strioctl(newtun, PPPTUN_SDATA, &ptn, sizeof (ptn), 0) < 0) in launch_service()