Searched refs:rcf (Results 1 – 4 of 4) sorted by relevance
55 __u16 rcf; member186 riflen = (ntohs(trh->rcf) & TR_RCF_LEN_MASK) >> 8; in tr_type_trans()252 trh->rcf=htons((((sizeof(trh->rcf)) << 8) & TR_RCF_LEN_MASK) in tr_source_route()274 if(!entry->local_ring && (ntohs(entry->rcf) & TR_RCF_LEN_MASK) >> 8) in tr_source_route()276 trh->rcf=entry->rcf; in tr_source_route()278 trh->rcf^=htons(TR_RCF_DIR_BIT); in tr_source_route()279 trh->rcf&=htons(0x1fff); /* Issam Chehab <ichehab@madge1.demon.co.uk> */ in tr_source_route()283 printk("entry found with rcf %04x\n", entry->rcf); in tr_source_route()299 trh->rcf=htons((((sizeof(trh->rcf)) << 8) & TR_RCF_LEN_MASK) in tr_source_route()312 slack = 18 - ((ntohs(trh->rcf) & TR_RCF_LEN_MASK)>>8); in tr_source_route()[all …]
47 __u16 rcf; /* route control field */ member
166 riflen = (ntohs(trh->rcf) & TR_RCF_LEN_MASK) >> 8; in get_tr_dst()167 if ((ntohs(trh->rcf) >> 13) != 0) in get_tr_dst()180 if (trh->rcf & htons((uint16_t)TR_RCF_DIR_BIT)) in get_tr_dst()
1591 hdr_len = ((ntohs(trhdr->rcf) & TR_RCF_LEN_MASK) >> 8) in tr_tx()