Home
last modified time | relevance | path

Searched refs:SHMEM_SS (Results 1 – 7 of 7) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dshmem.c215 if ((objects & SHMEM_SS) && rule->ss_shmid)
286 SASSERTX(rule->ss->type == SHMEM_SS);
292 objects &= ~SHMEM_SS;
329 if (sockd_shmat(rule, SHMEM_SS) == 0)
330 attached_to |= SHMEM_SS;
459 case SHMEM_SS:
686 case SHMEM_SS:
797 case SHMEM_SS: {
984 SASSERTX(rule->ss->type == SHMEM_SS);
1560 case SHMEM_SS: in shmemcheck()
[all …]
H A Dserverconfig.c656 if (sockd_shmat(rule, SHMEM_SS) == 0) {
659 moreoldshmemv[moreoldshmemc].type = SHMEM_SS;
663 sockd_shmdt(rule, SHMEM_SS);
2008 case SHMEM_SS:
H A Drule.c2003 SHMEM_SS);
2006 ATTACH_IF_NEEDED(from, ss, SHMEM_SS, &from_attached, &rc);
2013 ATTACH_IF_NEEDED(to, ss, SHMEM_SS, &to_attached, &rc);
2017 SHMEM_CLEAR(to, SHMEM_SS, 1); /* could not be used. */
2891 SASSERTX(rule->ss->type == SHMEM_SS);
3262 else if (type == SHMEM_SS) {
H A Dsockd_negotiate.c809 unuse |= SHMEM_SS;
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h520 if (objects & SHMEM_SS) { \
647 if (((objects) & SHMEM_SS) && (rule)->ss_shmid != 0) { \
649 need_attach |= SHMEM_SS; \
651 detach_from |= SHMEM_SS; \
687 if (((objects) & SHMEM_SS) && (rule)->ss_shmid != 0) { \
727 if (objects & SHMEM_SS) { \
1373 #define SHMEM_SS (0x4) macro
1374 #define SHMEM_ALL (SHMEM_BW | SHMEM_MONITOR | SHMEM_SS)
/dports/net/dante/dante-1.4.3/lib/
H A Dconfig_parse.y4188 ss.type = SHMEM_SS;
H A Dconfig_parse.c7102 ss.type = SHMEM_SS;