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

/osnet-11/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c605 long myhostid; local
628 myhostid = gethostid();
629 host_id[12] = (myhostid & 0xff000000) >> 24;
630 host_id[13] = (myhostid & 0xff0000) >> 16;
631 host_id[14] = (myhostid & 0xff00) >> 8;
632 host_id[15] = myhostid & 0xff;

Completed in 16 milliseconds