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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_aecho.c40 data = (char *)ddp + DDPHDR_SIZE;
43 if (len < DDPHDR_SIZE + 1) {
56 if (len < DDPHDR_SIZE + 1) {
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_rtmp.c77 len -= DDPHDR_SIZE;
81 data = (uint8_t *)ddp + DDPHDR_SIZE;
H A Dsnoop_atp.c52 int atplen = len - (DDPHDR_SIZE + ATPHDR_SIZE);
H A Dsnoop_apple.c146 show_header("DDP: ", "DDP Header", ddplen - DDPHDR_SIZE);
H A Dsnoop_zip.c389 data = (uint8_t *)atp + DDPHDR_SIZE + ATPHDR_SIZE;

Completed in 47 milliseconds