Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipsend/
H A Ddlcommon.c1269 struct strioctl sioc; in strioctl() local
1272 sioc.ic_cmd = cmd; in strioctl()
1273 sioc.ic_timout = timout; in strioctl()
1274 sioc.ic_len = len; in strioctl()
1275 sioc.ic_dp = dp; in strioctl()
1276 rc = ioctl(fd, I_STR, &sioc); in strioctl()
1281 return (sioc.ic_len); in strioctl()