Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netipx/
Dspx_reass.c363 cb->s_oobflags |= SF_IOOB; in spx_reass()
383 cb->s_oobflags &= ~SF_IOOB; in spx_reass()
Dspx.h182 #define SF_IOOB 0x10 /* receiving out of band data */ macro
Dspx_usrreq.c1387 if ((cb->s_oobflags & SF_IOOB) || so->so_oobmark || in spx_rcvoob()