Home
last modified time | relevance | path

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

/dports/net/dante/dante-1.4.3/sockd/
H A Dshmem.c209 if ((objects & SHMEM_BW) && rule->bw_shmid)
227 if ((objects & SHMEM_BW) && rule->bw_shmid != 0) {
235 SASSERTX(rule->bw->type == SHMEM_BW);
241 objects &= ~SHMEM_BW;
346 if (sockd_shmat(rule, SHMEM_BW) == 0)
347 attached_to |= SHMEM_BW;
457 case SHMEM_BW:
684 case SHMEM_BW:
978 SASSERTX(rule->bw->type == SHMEM_BW);
1552 case SHMEM_BW: in shmemcheck()
H A Drule.c2042 SHMEM_BW);
2045 ATTACH_IF_NEEDED(from, bw, SHMEM_BW, &from_attached, &rc);
2052 ATTACH_IF_NEEDED(to, bw, SHMEM_BW, &to_attached, &rc);
2965 SASSERTX(rule->bw->type == SHMEM_BW);
3252 if (type == SHMEM_BW) {
H A Dserverconfig.c646 moreoldshmemv[moreoldshmemc].type = SHMEM_BW;
2000 case SHMEM_BW:
H A Dsockd_negotiate.c805 unuse |= SHMEM_BW;
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h511 if (objects & SHMEM_BW) { \
633 if (((objects) & SHMEM_BW) && (rule)->bw_shmid != 0) { \
635 need_attach |= SHMEM_BW; \
637 detach_from |= SHMEM_BW; \
661 if (((objects) & SHMEM_BW) && (rule)->bw_shmid != 0) { \
708 if (objects & SHMEM_BW) { \
1371 #define SHMEM_BW (0x1) macro
1374 #define SHMEM_ALL (SHMEM_BW | SHMEM_MONITOR | SHMEM_SS)
/dports/net/dante/dante-1.4.3/lib/
H A Dconfig_parse.y4187 bw.type = SHMEM_BW;
H A Dconfig_parse.c7101 bw.type = SHMEM_BW;