Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:hdr

109 vat_print(const void *hdr, register const struct udphdr *up)
112 u_int ts = *(u_int16_t *)hdr;
120 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]);
121 u_int32_t i1 = EXTRACT_32BITS(&((u_int *)hdr)[1]);
135 rtp_print(const void *hdr, u_int len, register const struct udphdr *up)
138 u_int *ip = (u_int *)hdr;
140 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]);
141 u_int32_t i1 = EXTRACT_32BITS(&((u_int *)hdr)[1]);
175 printf(" %u", EXTRACT_32BITS(&((u_int *)hdr)[2]));
205 rtcp_print(const u_char *hdr, const u_char *ep)
210 struct rtcphdr *rh = (struct rtcphdr *)hdr;
282 return (hdr + len);