Use Mde library and definition instead of some native definitions in NetLib, to simply network library.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4693 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -883,31 +883,6 @@ Returns:
|
||||
//
|
||||
// Wait for packet(s)...
|
||||
//
|
||||
#if 0
|
||||
if (!client_ip) {
|
||||
Aprint ("client_ip == NULL ");
|
||||
} else {
|
||||
Aprint (
|
||||
"client_ip == %d.%d.%d.%d ",
|
||||
client_ip->v4.Addr[0],
|
||||
client_ip->v4.Addr[1],
|
||||
client_ip->v4.Addr[2],
|
||||
client_ip->v4.Addr[3]
|
||||
);
|
||||
}
|
||||
|
||||
if (!ServerIp) {
|
||||
Aprint ("ServerIp == NULL\n");
|
||||
} else {
|
||||
Aprint (
|
||||
"ServerIp == %d.%d.%d.%d\n",
|
||||
ServerIp->v4.Addr[0],
|
||||
ServerIp->v4.Addr[1],
|
||||
ServerIp->v4.Addr[2],
|
||||
ServerIp->v4.Addr[3]
|
||||
);
|
||||
}
|
||||
#endif
|
||||
|
||||
done_flag = FALSE;
|
||||
got_packet = FALSE;
|
||||
|
Reference in New Issue
Block a user