Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netipx/
Dspx.h126 #define SF_PI 0x10 /* Packet (datagram) interface */ macro
Dspx_usrreq.c468 if (cb->s_flags & SF_PI) { in spx_output()
539 if ((cb->s_flags & SF_PI) && (cb->s_flags & SF_HO)) { in spx_output()
968 if (cb->s_flags & SF_PI) { in spx_ctloutput()
1498 cb->s_flags |= (SF_HI | SF_HO | SF_PI); in spx_sp_attach()