mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[lotest] Add option to use broadcast packets for loopback testing
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
|
||||
extern int loopback_test ( struct net_device *sender,
|
||||
struct net_device *receiver, size_t mtu );
|
||||
struct net_device *receiver,
|
||||
size_t mtu, int broadcast );
|
||||
|
||||
#endif /* _USR_LOTEST_H */
|
||||
|
||||
Reference in New Issue
Block a user