Home
last modified time | relevance | path

Searched refs:saf (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/net/
HDrtsock.c533 sa_family_t saf = AF_UNSPEC; in route_output() local
596 saf = info.rti_info[RTAX_DST]->sa_family; in route_output()
705 rnh = rt_tables_get_rnh(fibnum, saf); in route_output()
912 rt_dispatch(m, saf); in route_output()
915 rt_dispatch(m, saf); in route_output()
1470 rt_dispatch(struct mbuf *m, sa_family_t saf) in rt_dispatch() argument
1479 if (saf != AF_UNSPEC) { in rt_dispatch()
1486 *(unsigned short *)(tag + 1) = saf; in rt_dispatch()
/NextBSD/contrib/binutils/binutils/
HDsrconv.c467 ob.saf = 1; in wr_ob()
477 ob.saf = 0; in wr_ob()
497 ob.saf = 0; in wr_ob()
/NextBSD/crypto/openssl/util/
HDindent.pro30 -saf
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMips32r6InstrInfo.td214 CMP_CONDN_DESC_BASE<"saf", Typestr, FGROpnd>,