Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:rx_header

403 static int	rx_cache_find(const struct rx_header *, const struct ip *,
437 register struct rx_header *rxh;
441 if (snapend - bp < (int)sizeof (struct rx_header)) {
446 rxh = (struct rx_header *) bp;
590 const struct rx_header *rxh = (const struct rx_header *) bp;
592 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t)))
605 rxent->opcode = EXTRACT_32BITS(bp + sizeof(struct rx_header));
616 rx_cache_find(const struct rx_header *rxh, const struct ip *ip, int sport,
776 if (length <= (int)sizeof(struct rx_header))
779 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
788 fs_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
797 bp += sizeof(struct rx_header) + 4;
925 struct rx_header *rxh;
927 if (length <= (int)sizeof(struct rx_header))
930 rxh = (struct rx_header *) bp;
939 bp += sizeof(struct rx_header);
1094 if (length <= (int)sizeof(struct rx_header))
1097 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1106 cb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1110 bp += sizeof(struct rx_header) + 4;
1173 struct rx_header *rxh;
1175 if (length <= (int)sizeof(struct rx_header))
1178 rxh = (struct rx_header *) bp;
1187 bp += sizeof(struct rx_header);
1225 if (length <= (int)sizeof(struct rx_header))
1228 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1237 pt_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1252 bp += sizeof(struct rx_header) + 4;
1364 struct rx_header *rxh;
1367 if (length < (int)sizeof(struct rx_header))
1370 rxh = (struct rx_header *) bp;
1387 bp += sizeof(struct rx_header);
1479 if (length <= (int)sizeof(struct rx_header))
1482 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1491 vldb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1505 bp += sizeof(struct rx_header) + 4;
1569 struct rx_header *rxh;
1572 if (length < (int)sizeof(struct rx_header))
1575 rxh = (struct rx_header *) bp;
1592 bp += sizeof(struct rx_header);
1758 if (length <= (int)sizeof(struct rx_header))
1761 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1770 kauth_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1786 bp += sizeof(struct rx_header) + 4;
1849 struct rx_header *rxh;
1851 if (length <= (int)sizeof(struct rx_header))
1854 rxh = (struct rx_header *) bp;
1870 bp += sizeof(struct rx_header);
1902 if (length <= (int)sizeof(struct rx_header))
1905 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1914 vol_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1938 struct rx_header *rxh;
1940 if (length <= (int)sizeof(struct rx_header))
1943 rxh = (struct rx_header *) bp;
1952 bp += sizeof(struct rx_header);
1984 if (length <= (int)sizeof(struct rx_header))
1987 if (snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) {
1996 bos_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
2004 bp += sizeof(struct rx_header) + 4;
2073 struct rx_header *rxh;
2075 if (length <= (int)sizeof(struct rx_header))
2078 rxh = (struct rx_header *) bp;
2087 bp += sizeof(struct rx_header);
2139 ubik_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
2147 bp += sizeof(struct rx_header) + 4;
2240 struct rx_header *rxh;
2242 if (length < (int)sizeof(struct rx_header))
2245 rxh = (struct rx_header *) bp;
2254 bp += sizeof(struct rx_header);
2307 if (length < (int)sizeof(struct rx_header))
2310 bp += sizeof(struct rx_header);