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