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

/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dsockaddr.c137 plen = strlen(sockaddr->type.sunix.sun_path);
141 isc_buffer_putmem(target, sockaddr->type.sunix.sun_path, plen);
490 if (strlen(path) >= sizeof(sockaddr->type.sunix.sun_path))
493 sockaddr->length = sizeof(sockaddr->type.sunix);
494 sockaddr->type.sunix.sun_family = AF_UNIX;
496 sockaddr->type.sunix.sun_len =
497 (unsigned char)sizeof(sockaddr->type.sunix);
499 strcpy(sockaddr->type.sunix.sun_path, path);
H A Dnetaddr.c352 memcpy(t->type.un, s->type.sunix.sun_path, sizeof(t->type.un));
/macosx-10.10.1/ntp-92/lib/isc/
H A Dsockaddr.c137 plen = strlen(sockaddr->type.sunix.sun_path);
141 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 strcpy(sockaddr->type.sunix.sun_path, path);
H A Dnetaddr.c354 memcpy(t->type.un, s->type.sunix.sun_path, sizeof(t->type.un));
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dsockaddr.h38 struct sockaddr_un sunix; member in union:isc_sockaddr::__anon6521
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dsockaddr.h38 struct sockaddr_un sunix; member in union:isc_sockaddr::__anon11257
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dsocket.c1450 msg->msg_name = (void *)&dev->address.type.sunix;
1451 msg->msg_namelen = sizeof(dev->address.type.sunix);
4825 if (stat(sockaddr->type.sunix.sun_path, &sb) < 0) {
4830 sockaddr->type.sunix.sun_path, strbuf);
4837 sockaddr->type.sunix.sun_path);
4840 if (unlink(sockaddr->type.sunix.sun_path) < 0) {
4845 sockaddr->type.sunix.sun_path, strbuf);
4856 sockaddr->type.sunix.sun_path, strbuf);
4860 if (stat(sockaddr->type.sunix.sun_path, &sb) < 0) {
4869 sockaddr->type.sunix
[all...]
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dsocket.c1266 msg->msg_name = (void *)&dev->address.type.sunix;
1267 msg->msg_namelen = sizeof(dev->address.type.sunix);
4496 if (stat(sockaddr->type.sunix.sun_path, &sb) < 0) {
4501 sockaddr->type.sunix.sun_path, strbuf);
4508 sockaddr->type.sunix.sun_path);
4511 if (unlink(sockaddr->type.sunix.sun_path) < 0) {
4516 sockaddr->type.sunix.sun_path, strbuf);
4527 sockaddr->type.sunix.sun_path, strbuf);
4531 if (stat(sockaddr->type.sunix.sun_path, &sb) < 0) {
4540 sockaddr->type.sunix
[all...]

Completed in 115 milliseconds