Home
last modified time | relevance | path

Searched refs:SHMEM_NONE (Results 1 – 3 of 3) sorted by relevance

/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h627 int need_attach = SHMEM_NONE, detach_from = SHMEM_NONE; \
654 if (need_attach != SHMEM_NONE) \
699 if ((need_attach | detach_from) != SHMEM_NONE) \
1370 #define SHMEM_NONE (0x0) macro
/dports/net/dante/dante-1.4.3/sockd/
H A Drule.c1912 to_attached = SHMEM_NONE, from_attached = SHMEM_NONE;
2137 if (from_attached != SHMEM_NONE)
2140 if (to_attached != SHMEM_NONE)
H A Dshmem.c896 SASSERTX((object)->memfield->type != SHMEM_NONE); \