Lines Matching refs:local

68 			 int local);
70 int fc, u_long tid, int type, int local);
75 u_long tid, int local);
77 u_long tid, int local);
473 int local ; in smt_received_pack() local
490 local = ((fs & L_INDICATOR) != 0) ; in smt_received_pack()
500 if (is_my_addr(smc,&sm->smt_source) && !local) { in smt_received_pack()
561 smt_send_rdf(smc,mb,m_fc(mb),SMT_RDF_VERSION,local) ; in smt_received_pack()
568 smt_send_rdf(smc,mb,m_fc(mb),SMT_RDF_LENGTH,local) ; in smt_received_pack()
624 SMT_REPLY,local) ; in smt_received_pack()
691 smt_send_sif_config(smc,&sm->smt_source,sm->smt_tid,local) ; in smt_received_pack()
698 smt_send_sif_operation(smc,&sm->smt_source,sm->smt_tid,local) ; in smt_received_pack()
731 local) ; in smt_received_pack()
742 smt_send_frame(smc,mb,FC_SMT_INFO,local) ; in smt_received_pack()
768 smt_send_rdf(smc,mb,m_fc(mb),SMT_RDF_CLASS,local) ; in smt_received_pack()
788 smt_pmf_received_pack(smc,mb, local) ; in smt_received_pack()
804 smt_send_rdf(smc,mb,m_fc(mb),SMT_RDF_CLASS,local) ; in smt_received_pack()
833 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local) in smt_send_frame() argument
839 if (!smc->r.sm_ma_avail && !local) { in smt_send_frame()
850 smt_send_mbuf(smc,mb,local ? FC_SMT_LOC : fc) ; in smt_send_frame()
857 int local) in smt_send_rdf() argument
927 smt_send_frame(smc,mb,FC_SMT_INFO,local) ; in smt_send_rdf()
934 int fc, u_long tid, int type, int local) in smt_send_nif() argument
955 smt_send_frame(smc,mb,fc,local) ; in smt_send_nif()
1026 u_long tid, int local) in smt_send_sif_config() argument
1051 smt_send_frame(smc,mb,FC_SMT_INFO,local) ; in smt_send_sif_config()
1059 u_long tid, int local) in smt_send_sif_operation() argument
1100 smt_send_frame(smc,mb,FC_SMT_INFO,local) ; in smt_send_sif_operation()