Searched defs:zip (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_zip.c41 interpret_ddp_zip(int flags, struct zip_hdr *zip, int len) argument
51 uint8_t *tail = (uint8_t *)zip + len;
57 switch (zip->zip_func) {
59 cnt = zip->zip_netcnt;
65 cnt = zip->zip_netcnt;
70 p = &zip->zip_func;
79 p = &zip->zip_func;
88 "ZIP CMD = %d", zip->zip_func);
103 switch (zip->zip_func) {
106 "Query, Network count = %d", zip
[all...]
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet_bpf.c208 ipnet_bpf_getzone(uintptr_t handle, zoneid_t *zip) argument
213 *zip = ipnetif->if_zoneid;
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_mac.c172 mac_bpf_getzone(uintptr_t handle, zoneid_t *zip) argument
178 error = dls_link_getzid(mac_name((mac_handle_t)handle), zip);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dzone.c124 zone_get_id(const char *str, zoneid_t *zip) argument
161 return (real_zone_get_id(str, zip));
168 *zip = zoneid;
174 *zip = zoneid;
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c5826 * zone, sets *zip to the zone id and returns 0.
5828 * sets *zip to the zone id and returns 0.
5830 * sets *zip to ZONE_ID_UNDEFINED and returns 0.
5831 * - Otherwise, leaves *zip unchanged and returns -1.
5839 zone_get_id(const char *str, zoneid_t *zip) argument
5851 *zip = zoneid;
5857 *zip = zoneid;
5868 *zip = ZONE_ID_UNDEFINED;

Completed in 92 milliseconds