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

/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/include/
H A Defidebug.h60 #define D_NET 0x00004000 /* SNI Driver */ macro
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dsyslogd.h135 #define D_NET 4 /* sockets/network */ macro
145 #define D_ALL (D_CALL | D_DATA | D_NET | D_FILE | D_TLS | D_PARSE | \
147 #define D_DEFAULT (D_CALL | D_NET | D_FILE | D_TLS | D_MISC)
H A Dtls.c864 DPRINTF(D_NET, "Unable to setsockopt(): %s\n",
1000 DPRINTF(D_NET, "Unable to open socket.\n");
1005 DPRINTF(D_NET, "Unable to setsockopt(): %s\n",
1009 DPRINTF(D_NET, "Unable to connect() to %s: %s\n",
1045 DPRINTF(D_NET, "Unable to fcntl(sock, O_NONBLOCK): "
1062 DPRINTF((D_TLS|D_NET), "Unable to establish a TCP connection to %s\n",
1351 DPRINTF((D_TLS|D_NET), "incoming TCP connection\n");
1368 DPRINTF(D_NET, "could not get peername: %s", gai_strerror(rc));
1390 DPRINTF(D_NET, "Unable to fcntl(sock, O_NONBLOCK): %s\n",
1866 DPRINTF((D_TLS|D_NET), "Close
[all...]
H A Dsyslogd.c479 DPRINTF(D_NET, "Making unix dgram socket `%s'\n", *pp);
491 DPRINTF(D_NET, "Listening on unix dgram socket `%s'\n", *pp);
712 DPRINTF((D_CALL|D_EVENT|D_NET), "Unix socket (%.*s) active (%d, %d %p)"
743 DPRINTF((D_CALL|D_EVENT|D_NET), "inet socket active (%d, %d %p) "
752 DPRINTF(D_NET, "access denied\n");
2480 DPRINTF((D_NET|D_CALL), "udp_send(f=%p, line=\"%s\", "
2621 DPRINTF(D_NET, "Malformed from address %s\n",
2632 DPRINTF(D_NET, "Host name for your address (%s) unknown\n", ip);
3496 DPRINTF(D_NET, "Listening on inet and/or inet6 socket\n");
3497 DPRINTF(D_NET, "Sendin
[all...]

Completed in 79 milliseconds