/*
* There is no MAC-layer header, so just print the length.
*/
- ND_PRINT((ndo, "%u: ", length));
+ ND_PRINT("%u: ", length);
}
/*
cip_print(ndo, length);
if (cmplen == 0) {
- ND_PRINT((ndo, "[|cip]"));
+ ND_PRINT("[|cip]");
return 0;
}
if (memcmp(rfcllc, p, cmplen) == 0) {