Lines Matching refs:fc
67 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason,
70 int fc, u_long tid, int type, int local);
71 static void smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc,
833 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local) in smt_send_frame() argument
850 smt_send_mbuf(smc,mb,local ? FC_SMT_LOC : fc) ; in smt_send_frame()
856 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason, in smt_send_rdf() argument
914 rdf->refused.ref_fc = fc ; 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()
999 static void smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc, in smt_send_ecf() argument
1018 smt_send_frame(smc,mb,fc,0) ; in smt_send_ecf()