HomeSort by: relevance | last modified time | path
    Searched refs:D_NET (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/syslogd/
syslogd.h 135 #define D_NET 4 /* sockets/network */
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)
tls.c 871 DPRINTF(D_NET, "Unable to setsockopt(): %s\n",
1007 DPRINTF(D_NET, "Unable to open socket.\n");
1012 DPRINTF(D_NET, "Unable to setsockopt(): %s\n",
1016 DPRINTF(D_NET, "Unable to connect() to %s: %s\n",
1052 DPRINTF(D_NET, "Unable to fcntl(sock, O_NONBLOCK): "
1069 DPRINTF((D_TLS|D_NET), "Unable to establish a TCP connection to %s\n",
1358 DPRINTF((D_TLS|D_NET), "incoming TCP connection\n");
1375 DPRINTF(D_NET, "could not get peername: %s", gai_strerror(rc));
1397 DPRINTF(D_NET, "Unable to fcntl(sock, O_NONBLOCK): %s\n",
1888 DPRINTF((D_TLS|D_NET), "Closed TLS connection to %s\n"
    [all...]
syslogd.c 521 DPRINTF(D_NET, "Making unix dgram socket `%s'\n", *pp);
534 DPRINTF(D_NET, "Listening on unix dgram socket `%s'\n", *pp);
807 DPRINTF((D_CALL|D_EVENT|D_NET), "Unix socket (%.*s) active (%d, %d %p)"
840 DPRINTF((D_CALL|D_EVENT|D_NET), "inet socket active (%d, %d %p) "
849 DPRINTF(D_NET, "access denied\n");
2638 DPRINTF((D_NET|D_CALL), "udp_send(f=%p, line=\"%s\", "
2789 DPRINTF(D_NET, "Malformed from address %s\n",
2800 DPRINTF(D_NET, "Host name for your address (%s) unknown\n", ip);
3668 DPRINTF(D_NET, "Listening on inet and/or inet6 socket\n");
3669 DPRINTF(D_NET, "Sending on inet and/or inet6 socket\n")
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidebug.h 60 #define D_NET 0x00004000 // SNI Driver

Completed in 16 milliseconds