Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:hdr

111 vat_print(const void *hdr, register const struct udphdr *up)
114 u_int ts = *(u_int16_t *)hdr;
122 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]);
123 u_int32_t i1 = EXTRACT_32BITS(&((u_int *)hdr)[1]);
137 rtp_print(const void *hdr, u_int len, register const struct udphdr *up)
140 u_int *ip = (u_int *)hdr;
142 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]);
143 u_int32_t i1 = EXTRACT_32BITS(&((u_int *)hdr)[1]);
177 printf(" %u", EXTRACT_32BITS(&((u_int *)hdr)[2]));
207 rtcp_print(const u_char *hdr, const u_char *ep)
212 struct rtcphdr *rh = (struct rtcphdr *)hdr;
284 return (hdr + len);