Home
last modified time | relevance | path

Searched refs:zip_func (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_zip.c55 switch (zip->zip_func) { in interpret_ddp_zip()
68 p = &zip->zip_func; in interpret_ddp_zip()
77 p = &zip->zip_func; in interpret_ddp_zip()
86 "ZIP CMD = %d", zip->zip_func); in interpret_ddp_zip()
101 switch (zip->zip_func) { in interpret_ddp_zip()
138 p = &zip->zip_func; in interpret_ddp_zip()
145 p = &zip->zip_func; in interpret_ddp_zip()
196 p = &zip->zip_func; in interpret_ddp_zip()
248 "Op = %d", zip->zip_func); in interpret_ddp_zip()
H A Dat.h101 uint8_t zip_func; member