Lines Matching defs:fdesc
240 flow_desc_t fdesc;
243 if (mdb_vread(&fdesc, sizeof (fdesc), desc_addr) == -1) {
252 mac_flow_proto2str(fdesc.fd_protocol), fdesc.fd_local_port,
253 fdesc.fd_dsfield, fdesc.fd_dsfield_mask);
254 if (fdesc.fd_ipversion == IPV4_VERSION) {
255 IN6_V4MAPPED_TO_INADDR(&fdesc.fd_local_addr, &in4);
257 } else if (fdesc.fd_ipversion == IPV6_VERSION) {
258 mdb_printf("%N", &fdesc.fd_local_addr);