return;
trunc:
- ND_PRINT(" [|hello]");
+ nd_print_trunc(ndo);
}
static void
return;
trunc:
- ND_PRINT(" [|rreq");
+ nd_print_trunc(ndo);
}
static void
return;
trunc:
- ND_PRINT(" [|rreq");
+ nd_print_trunc(ndo);
}
static void
return;
trunc:
- ND_PRINT("[|rerr]");
+ nd_print_trunc(ndo);
}
static void
return;
trunc:
- ND_PRINT(" [|rreq");
+ nd_print_trunc(ndo);
}
static void
return;
trunc:
- ND_PRINT(" [|rreq");
+ nd_print_trunc(ndo);
}
static void
return;
trunc:
- ND_PRINT("[|rerr]");
+ nd_print_trunc(ndo);
}
static void
return;
trunc:
- ND_PRINT(" [|rreq");
+ nd_print_trunc(ndo);
}
static void
return;
trunc:
- ND_PRINT(" [|rreq");
+ nd_print_trunc(ndo);
}
static void
return;
trunc:
- ND_PRINT("[|rerr]");
+ nd_print_trunc(ndo);
}
void
{
uint8_t msg_type;
+ ndo->ndo_protocol = "aodv";
/*
* The message type is the first byte; make sure we have it
* and then fetch it.
return;
trunc:
- ND_PRINT(" [|aodv]");
+ nd_print_trunc(ndo);
}