mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 17:12:40 +03:00
[fc] Include port IDs in metadata for received Fibre Channel frames
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -71,6 +71,8 @@ extern const char * fc_id_ntoa ( const struct fc_port_id *id );
|
||||
extern int fc_id_aton ( const char *id_text, struct fc_port_id *id );
|
||||
extern const char * fc_ntoa ( const struct fc_name *wwn );
|
||||
extern int fc_aton ( const char *wwn_text, struct fc_name *wwn );
|
||||
extern struct sockaddr * fc_fill_sockaddr ( struct sockaddr_fc *sa_fc,
|
||||
struct fc_port_id *id );
|
||||
|
||||
/******************************************************************************
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user