Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dat.h69 #define DDPHDR_SIZE 13 macro
88 uint8_t ddphdr[DDPHDR_SIZE];
102 uint8_t ddphdr[DDPHDR_SIZE];
126 uint8_t ddphdr[DDPHDR_SIZE];
149 uint8_t ddphdr[DDPHDR_SIZE];
H A Dsnoop_aecho.c40 data = (char *)ddp + DDPHDR_SIZE; in interpret_aecho()
43 if (len < DDPHDR_SIZE + 1) { in interpret_aecho()
56 if (len < DDPHDR_SIZE + 1) { in interpret_aecho()
H A Dsnoop_rtmp.c77 len -= DDPHDR_SIZE; in interpret_rtmp()
81 data = (uint8_t *)ddp + DDPHDR_SIZE; in interpret_rtmp()
H A Dsnoop_atp.c52 int atplen = len - (DDPHDR_SIZE + ATPHDR_SIZE); in interpret_atp()
H A Dsnoop_apple.c146 show_header("DDP: ", "DDP Header", ddplen - DDPHDR_SIZE); in interpret_at()
H A Dsnoop_zip.c389 data = (uint8_t *)atp + DDPHDR_SIZE + ATPHDR_SIZE; in interpret_atp_zip()