• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/

Lines Matching refs:rx_header

418 static int	rx_cache_find(const struct rx_header *, const struct ip *,
452 register struct rx_header *rxh;
456 if (snapend - bp < (int)sizeof (struct rx_header)) {
461 rxh = (struct rx_header *) bp;
605 const struct rx_header *rxh = (const struct rx_header *) bp;
607 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t)))
620 rxent->opcode = EXTRACT_32BITS(bp + sizeof(struct rx_header));
631 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport,
809 if (length <= (int)sizeof(struct rx_header))
812 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
821 fs_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
830 bp += sizeof(struct rx_header) + 4;
979 struct rx_header *rxh;
981 if (length <= (int)sizeof(struct rx_header))
984 rxh = (struct rx_header *) bp;
993 bp += sizeof(struct rx_header);
1148 if (length <= (int)sizeof(struct rx_header))
1151 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1160 cb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1164 bp += sizeof(struct rx_header) + 4;
1227 struct rx_header *rxh;
1229 if (length <= (int)sizeof(struct rx_header))
1232 rxh = (struct rx_header *) bp;
1241 bp += sizeof(struct rx_header);
1279 if (length <= (int)sizeof(struct rx_header))
1282 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1291 pt_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1306 bp += sizeof(struct rx_header) + 4;
1419 struct rx_header *rxh;
1422 if (length < (int)sizeof(struct rx_header))
1425 rxh = (struct rx_header *) bp;
1442 bp += sizeof(struct rx_header);
1534 if (length <= (int)sizeof(struct rx_header))
1537 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1546 vldb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1560 bp += sizeof(struct rx_header) + 4;
1624 struct rx_header *rxh;
1627 if (length < (int)sizeof(struct rx_header))
1630 rxh = (struct rx_header *) bp;
1647 bp += sizeof(struct rx_header);
1813 if (length <= (int)sizeof(struct rx_header))
1816 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1825 kauth_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1841 bp += sizeof(struct rx_header) + 4;
1904 struct rx_header *rxh;
1906 if (length <= (int)sizeof(struct rx_header))
1909 rxh = (struct rx_header *) bp;
1925 bp += sizeof(struct rx_header);
1957 if (length <= (int)sizeof(struct rx_header))
1960 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1969 vol_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1973 bp += sizeof(struct rx_header) + 4;
2156 struct rx_header *rxh;
2158 if (length <= (int)sizeof(struct rx_header))
2161 rxh = (struct rx_header *) bp;
2170 bp += sizeof(struct rx_header);
2292 if (length <= (int)sizeof(struct rx_header))
2295 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
2304 bos_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
2312 bp += sizeof(struct rx_header) + 4;
2381 struct rx_header *rxh;
2383 if (length <= (int)sizeof(struct rx_header))
2386 rxh = (struct rx_header *) bp;
2395 bp += sizeof(struct rx_header);
2447 ubik_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
2455 bp += sizeof(struct rx_header) + 4;
2548 struct rx_header *rxh;
2550 if (length < (int)sizeof(struct rx_header))
2553 rxh = (struct rx_header *) bp;
2562 bp += sizeof(struct rx_header);
2615 if (length < (int)sizeof(struct rx_header))
2618 bp += sizeof(struct rx_header);