Home
last modified time | relevance | path

Searched refs:zip_hdr (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dat.h101 struct zip_hdr { struct
199 extern void interpret_ddp_zip(int, struct zip_hdr *, int);
H A Dsnoop_zip.c41 interpret_ddp_zip(int flags, struct zip_hdr *zip, int len) in interpret_ddp_zip()
54 if (len < sizeof (struct zip_hdr)) in interpret_ddp_zip()
100 if (len < sizeof (struct zip_hdr)) in interpret_ddp_zip()
H A Dsnoop_apple.c200 interpret_ddp_zip(flags, (struct zip_hdr *)ddp, ddplen); in interpret_at()