Searched defs:Udp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c245 static struct t_unitdata **Udp; variable in typeref:struct:t_unitdata
836 udp = Udp[i];
3675 Udp = realloc(Udp, inputs * sizeof (struct t_unitdata *));
3682 Udp == NULL || Errp == NULL) {
3745 Udp[Ninputs] = (struct t_unitdata *)t_alloc(fd, T_UNITDATA, T_ADDR);
3747 if (Udp[Ninputs] == NULL) {
3757 (void) t_free((char *)Udp[Ninputs], T_UNITDATA);
3765 (void) t_free((char *)Udp[Ninputs], T_UNITDATA);
3896 (void) t_free((char *)Udp[cn
[all...]

Completed in 52 milliseconds