HomeSort by: relevance | last modified time | path
    Searched defs:_ndbootd_debug (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ndbootd/
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...]
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 21 milliseconds