Home
last modified time | relevance | path

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

/original-bsd/sys/netns/
H A Dsp.h15 u_char sp_cc; /* connection control */ member
H A Dspidp.h30 #define si_cc si_s.sp_cc
H A Dspp_var.h31 #define s_cc s_shdr.sp_cc /* connection control (for EM bit) */
H A Dspp_usrreq.c517 if (sp->sp_cc & SP_OB) {
528 if ((sp->sp_cc & SP_EM) || packetp) {
787 si->si_cc |= sh->sp_cc & SP_EM;
1216 cb->s_cc = sp->sp_cc & SP_EM;
/original-bsd/contrib/xns/examples/gap/
H A Dgap2d.c383 else if (si->sp_cc & SP_OB) { in gaptelnet()
534 our_sphdr.sp_cc, our_sphdr.sp_dt, in netflush()
586 if ((si->sp_cc & SP_OB) in cleanup()
633 our_sphdr.sp_cc = (eom ? SP_EM : 0);