IS_REMOTE
#define IS_REMOTE 0x00000004 /* interface is not on this machine */
#define IS_REMOTE(lock) (! IS_LOCAL(lock))