Home
last modified time | relevance | path

Searched refs:motherpidv (Results 1 – 4 of 4) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_util.c169 if (sockscf.state.motherpidv == NULL)
173 if (sockscf.state.motherpidv[i] == pid)
224 if (sockscf.state.motherpidv == NULL)
228 if (sockscf.state.motherpidv[i] != 0) {
230 function, sig, (unsigned long)(sockscf.state.motherpidv[i]));
232 if (kill(sockscf.state.motherpidv[i], sig) != 0)
236 (unsigned long)sockscf.state.motherpidv[i]);
429 if (sockscf.state.motherpidv == NULL) in sockd_motherexists()
440 if (sockscf.state.motherpidv[i] == pid) in sockd_motherexists()
H A Dsockd.c250 sockscf.state.motherpidv[i] = sockscf.state.pid;
260 sockscf.state.motherpidv[i] = pid;
1515 if ((sockscf.state.motherpidv = malloc(sizeof(*sockscf.state.motherpidv)
1519 bzero(sockscf.state.motherpidv, sizeof(*sockscf.state.motherpidv)
1523 *sockscf.state.motherpidv = sockscf.state.pid = getpid();
H A Dmother_util.c316 *sockscf.state.motherpidv = getpid(); /* we are the main mother. */
1149 sockscf.state.motherpidv[pidismother(pid) - 1] = 0;
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h1724 pid_t *motherpidv; /* pid of mothers. */ member