Searched refs:ip_translate (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c121 static int ip_translate; /* call fmd_xprt_translate() before sending */ variable
178 if (ip_translate && (nvl = fmd_xprt_translate(hdl, xp, ep)) == NULL) {
202 if (ip_translate)
912 { "ip_translate", FMD_TYPE_BOOL, "false" },
979 ip_translate = fmd_prop_get_int32(hdl, "ip_translate");

Completed in 100 milliseconds