Home
last modified time | relevance | path

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

/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_io_misc.c57 rule_t *rule = IORULE(io);
259 rule_t *rule = IORULE(io);
H A Dsockd_request.c1615 iolog(IORULE(&io),
1631 objecttype2string(IORULE(&io)->type),
1632 (unsigned long)IORULE(&io)->number,
1868 iolog(IORULE(&io),
2957 iolog(IORULE(&io),
3072 iolog(IORULE(&io),
3106 iolog(IORULE(&io),
3134 iolog(IORULE(&io),
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h819 #define IORULE(io) SHMEMRULE(io) macro