- ND_PRINT((ndo, "MS NLB heartbeat, host priority: %u,",
- EXTRACT_LE_32BITS(&(hb->host_prio))));
- ND_PRINT((ndo, " cluster IP: %s,", ipaddr_string(ndo, &(hb->virtual_ip))));
- ND_PRINT((ndo, " host IP: %s", ipaddr_string(ndo, &(hb->host_ip))));
+ ND_PRINT("MS NLB heartbeat, host priority: %u,",
+ EXTRACT_LE_U_4((hb->host_prio)));
+ ND_PRINT(" cluster IP: %s,", ipaddr_string(ndo, hb->virtual_ip));
+ ND_PRINT(" host IP: %s", ipaddr_string(ndo, hb->host_ip));