Home
last modified time | relevance | path

Searched refs:DDPHDR_SIZE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dat.h67 #define DDPHDR_SIZE 13 macro
86 uint8_t ddphdr[DDPHDR_SIZE];
100 uint8_t ddphdr[DDPHDR_SIZE];
124 uint8_t ddphdr[DDPHDR_SIZE];
147 uint8_t ddphdr[DDPHDR_SIZE];
H A Dsnoop_aecho.c38 data = (char *)ddp + DDPHDR_SIZE; in interpret_aecho()
41 if (len < DDPHDR_SIZE + 1) { in interpret_aecho()
54 if (len < DDPHDR_SIZE + 1) { in interpret_aecho()
H A Dsnoop_rtmp.c75 len -= DDPHDR_SIZE; in interpret_rtmp()
79 data = (uint8_t *)ddp + DDPHDR_SIZE; in interpret_rtmp()
H A Dsnoop_atp.c50 int atplen = len - (DDPHDR_SIZE + ATPHDR_SIZE); in interpret_atp()
H A Dsnoop_apple.c144 show_header("DDP: ", "DDP Header", ddplen - DDPHDR_SIZE); in interpret_at()
H A Dsnoop_zip.c387 data = (uint8_t *)atp + DDPHDR_SIZE + ATPHDR_SIZE; in interpret_atp_zip()