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

/bind-9.11.3/lib/isc/
H A Dsockaddr.c128 plen = strlen(sockaddr->type.sunix.sun_path);
132 isc_buffer_putmem(target, sockaddr->type.sunix.sun_path, plen);
487 if (strlen(path) >= sizeof(sockaddr->type.sunix.sun_path))
490 sockaddr->length = sizeof(sockaddr->type.sunix);
491 sockaddr->type.sunix.sun_family = AF_UNIX;
493 sockaddr->type.sunix.sun_len =
494 (unsigned char)sizeof(sockaddr->type.sunix);
496 strlcpy(sockaddr->type.sunix.sun_path, path,
497 sizeof(sockaddr->type.sunix.sun_path));
H A Dnetaddr.c343 memmove(t->type.un, s->type.sunix.sun_path, sizeof(t->type.un));
/bind-9.11.3/lib/isc/include/isc/
H A Dsockaddr.h30 struct sockaddr_un sunix; member in union:isc_sockaddr::__anon249
/bind-9.11.3/contrib/dlz/modules/include/
H A Ddlz_minimal.h107 struct sockaddr_un sunix; member in union:isc_sockaddr::__anon48
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c1683 msg->msg_name = (void *)&dev->address.type.sunix;
1684 msg->msg_namelen = sizeof(dev->address.type.sunix);
5411 if (stat(sockaddr->type.sunix.sun_path, &sb) < 0) {
5416 sockaddr->type.sunix.sun_path, strbuf);
5423 sockaddr->type.sunix.sun_path);
5426 if (unlink(sockaddr->type.sunix.sun_path) < 0) {
5431 sockaddr->type.sunix.sun_path, strbuf);
5442 sockaddr->type.sunix.sun_path, strbuf);
5446 if (stat(sockaddr->type.sunix.sun_path, &sb) < 0) {
5455 sockaddr->type.sunix
[all...]

Completed in 2504 milliseconds