OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ndbootd_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/ndbootd/
ndbootd.h
114
#define
_NDBOOTD_DEBUG
(x) do { if (
_ndbootd_debug
) { FILE *fp; int saved_errno; fp = stderr; saved_errno = errno; fprintf(fp, "%s: ", _ndbootd_argv0); errno = saved_errno; fprintf x ; fputc('\n', fp); errno = saved_errno; } } while(0)
116
#define
_NDBOOTD_DEBUG
(x)
ndbootd.c
138
int
_ndbootd_debug
;
variable in typeref:typename:int
346
_ndbootd_debug
= FALSE;
382
_ndbootd_debug
= TRUE;
442
_NDBOOTD_DEBUG
((fp, "opening interface %s", interface->ndbootd_interface_ifreq->ifr_name));
450
_NDBOOTD_DEBUG
((fp, "opened interface %s (ip %s ether %02x:%02x:%02x:%02x:%02x:%02x)",
462
if (!
_ndbootd_debug
)
531
_NDBOOTD_DEBUG
((fp, "failed to receive packet: %s", strerror(errno)));
542
_NDBOOTD_DEBUG
((fp, "ignoring a too-short packet of length %ld", (long) packet_length));
552
_NDBOOTD_DEBUG
((fp, "ignoring a packet with the wrong Ethernet or IP protocol"));
557
_NDBOOTD_DEBUG
((fp, "ignoring a packet with a bad IP checksum"))
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025