summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/dtrace.h
diff options
context:
space:
mode:
authorbrendan <none@none>2007-05-22 10:56:13 -0700
committerbrendan <none@none>2007-05-22 10:56:13 -0700
commit4edabff493bc4820f4297f981943f11de1cbf3be (patch)
tree03792f8eb95533562f7b3fea45dcbc94eae7e2c5 /usr/src/uts/common/sys/dtrace.h
parenteee42cb8793fcf3f72a7d16b2a1e9371d5bf60ab (diff)
downloadillumos-gate-4edabff493bc4820f4297f981943f11de1cbf3be.tar.gz
6558517 need DTrace versions of IP address to string functions, like inet_ntop()
Diffstat (limited to 'usr/src/uts/common/sys/dtrace.h')
-rw-r--r--usr/src/uts/common/sys/dtrace.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/dtrace.h b/usr/src/uts/common/sys/dtrace.h
index a42d69a677..01cfa8ba5f 100644
--- a/usr/src/uts/common/sys/dtrace.h
+++ b/usr/src/uts/common/sys/dtrace.h
@@ -279,8 +279,11 @@ typedef enum dtrace_probespec {
#define DIF_SUBR_NTOHS 38
#define DIF_SUBR_NTOHL 39
#define DIF_SUBR_NTOHLL 40
+#define DIF_SUBR_INET_NTOP 41
+#define DIF_SUBR_INET_NTOA 42
+#define DIF_SUBR_INET_NTOA6 43
-#define DIF_SUBR_MAX 40 /* max subroutine value */
+#define DIF_SUBR_MAX 43 /* max subroutine value */
typedef uint32_t dif_instr_t;