Lines Matching refs:rxh

530 	const struct rx_header *rxh;  in rx_print()  local
541 rxh = (const struct rx_header *) bp; in rx_print()
543 type = GET_U_1(rxh->type); in rx_print()
546 flags = GET_U_1(rxh->flags); in rx_print()
552 GET_BE_U_4(rxh->cid), in rx_print()
553 GET_BE_U_4(rxh->callNumber)); in rx_print()
556 GET_BE_U_4(rxh->seq), in rx_print()
557 GET_BE_U_4(rxh->serial)); in rx_print()
561 GET_U_1(rxh->securityIndex), in rx_print()
562 GET_BE_U_2(rxh->serviceId)); in rx_print()
590 GET_BE_U_4(rxh->seq) == 1 && in rx_print()
634 GET_BE_U_4(rxh->seq) == 1) || in rx_print()
637 rx_cache_find(ndo, rxh, (const struct ip *) bp2, in rx_print()
688 const struct rx_header *rxh = (const struct rx_header *) bp; in rx_cache_insert() local
698 rxent->callnum = GET_BE_U_4(rxh->callNumber); in rx_cache_insert()
702 rxent->serviceId = GET_BE_U_2(rxh->serviceId); in rx_cache_insert()
714 rx_cache_find(netdissect_options *ndo, const struct rx_header *rxh, in rx_cache_find() argument
730 if (rxent->callnum == GET_BE_U_4(rxh->callNumber) && in rx_cache_find()
733 rxent->serviceId == GET_BE_U_2(rxh->serviceId) && in rx_cache_find()
1056 const struct rx_header *rxh; in fs_reply_print() local
1062 rxh = (const struct rx_header *) bp; in fs_reply_print()
1071 type = GET_U_1(rxh->type); in fs_reply_print()
1289 const struct rx_header *rxh; in cb_reply_print() local
1295 rxh = (const struct rx_header *) bp; in cb_reply_print()
1304 type = GET_U_1(rxh->type); in cb_reply_print()
1479 const struct rx_header *rxh; in prot_reply_print() local
1486 rxh = (const struct rx_header *) bp; in prot_reply_print()
1503 type = GET_U_1(rxh->type); in prot_reply_print()
1679 const struct rx_header *rxh; in vldb_reply_print() local
1686 rxh = (const struct rx_header *) bp; in vldb_reply_print()
1703 type = GET_U_1(rxh->type); in vldb_reply_print()
1954 const struct rx_header *rxh; in kauth_reply_print() local
1960 rxh = (const struct rx_header *) bp; in kauth_reply_print()
1976 type = GET_U_1(rxh->type); in kauth_reply_print()
2200 const struct rx_header *rxh; in vol_reply_print() local
2206 rxh = (const struct rx_header *) bp; in vol_reply_print()
2215 type = GET_U_1(rxh->type); in vol_reply_print()
2424 const struct rx_header *rxh; in bos_reply_print() local
2430 rxh = (const struct rx_header *) bp; in bos_reply_print()
2439 type = GET_U_1(rxh->type); in bos_reply_print()
2593 const struct rx_header *rxh; in ubik_reply_print() local
2599 rxh = (const struct rx_header *) bp; in ubik_reply_print()
2608 type = GET_U_1(rxh->type); in ubik_reply_print()