Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_tokensubr.c169 struct token_rif bcastrif; in token_output() local
208 bcastrif.tr_rcf = htons(RCF_ALLROUTES); in token_output()
210 bcastrif.tr_rcf = htons(RCF_SINGLEROUTE); in token_output()
211 rif = &bcastrif; in token_output()
256 bcastrif.tr_rcf = htons(RCF_ALLROUTES); in token_output()
258 bcastrif.tr_rcf = htons(RCF_SINGLEROUTE); in token_output()
259 rif = &bcastrif; in token_output()
306 bcastrif.tr_rcf = htons(RCF_ALLROUTES); in token_output()
308 bcastrif.tr_rcf = htons(RCF_SINGLEROUTE); in token_output()
309 rif = &bcastrif; in token_output()
[all …]