Home
last modified time | relevance | path

Searched refs:sioc (Results 1 – 1 of 1) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Dif.c967 struct strioctl sioc; in strioctl() local
970 sioc.ic_cmd = cmd; in strioctl()
971 sioc.ic_timout = timout; in strioctl()
972 sioc.ic_len = len; in strioctl()
973 sioc.ic_dp = dp; in strioctl()
974 rc = ioctl(fd, I_STR, &sioc); in strioctl()
979 return (sioc.ic_len); in strioctl()