Lines Matching defs:fflag
235 sosctp_accept(struct sonode *so, int fflag, struct cred *cr,
243 error = so_acceptq_dequeue(so, (fflag & (FNONBLOCK|FNDELAY)), nsop);
358 socklen_t namelen, int fflag, int flags, struct cred *cr)
423 error = sowaitconnected(so, fflag, 0);
439 socklen_t namelen, int fflag, int flags, struct cred *cr)
458 error = sosctp_assoc_createconn(ss, name, namelen, NULL, 0, fflag,
731 int optlen, flags, fflag;
866 fflag = uiop->uio_fmode;
868 fflag |= FNDELAY;
871 fflag, (so->so_version == SOV_XPG4_2) * _SOCONNECT_XPG4_2,