Home
last modified time | relevance | path

Searched refs:IP_V6_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.h20 #define IP_V6_LEN 16 macro
H A Dbe_mgmt.c431 len = (ip_type < BEISCSI_IP_TYPE_V6) ? IP_V4_LEN : IP_V6_LEN; in beiscsi_if_zero_ip()
454 (ip_type < BEISCSI_IP_TYPE_V6) ? IP_V4_LEN : IP_V6_LEN); in beiscsi_if_mod_gw()
574 ip_len = (ip_type < BEISCSI_IP_TYPE_V6) ? IP_V4_LEN : IP_V6_LEN; in beiscsi_if_set_ip()