Searched refs:sunix (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dsockaddr.c137 plen = strlen(sockaddr->type.sunix.sun_path);
141 isc_buffer_putmem(target, sockaddr->type.sunix.sun_path, plen);
489 if (strlen(path) >= sizeof(sockaddr->type.sunix.sun_path))
492 sockaddr->length = sizeof(sockaddr->type.sunix);
493 sockaddr->type.sunix.sun_family = AF_UNIX;
495 sockaddr->type.sunix.sun_len =
496 (unsigned char)sizeof(sockaddr->type.sunix);
498 strcpy(sockaddr->type.sunix.sun_path, path);
H A Dnetaddr.c352 memmove(t->type.un, s->type.sunix.sun_path, sizeof(t->type.un));
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsockaddr.h39 struct sockaddr_un sunix; member in union:isc_sockaddr::__anon176
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c1294 msg->msg_name = (void *)&dev->address.type.sunix;
1295 msg->msg_namelen = sizeof(dev->address.type.sunix);
4599 if (stat(sockaddr->type.sunix.sun_path, &sb) < 0) {
4604 sockaddr->type.sunix.sun_path, strbuf);
4611 sockaddr->type.sunix.sun_path);
4614 if (unlink(sockaddr->type.sunix.sun_path) < 0) {
4619 sockaddr->type.sunix.sun_path, strbuf);
4630 sockaddr->type.sunix.sun_path, strbuf);
4634 if (stat(sockaddr->type.sunix.sun_path, &sb) < 0) {
4643 sockaddr->type.sunix
[all...]

Completed in 28 milliseconds