Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c2938 char formatted_ipaddr[DDB_IPADDR_LEN]; in qla4xxx_match_ipaddress() local
2948 ret = sprintf(formatted_ipaddr, "%pI6", dst_ipaddr); in qla4xxx_match_ipaddress()
2956 ret = sprintf(formatted_ipaddr, "%pI4", dst_ipaddr); in qla4xxx_match_ipaddress()
2959 if (strcmp(existing_ipaddr, formatted_ipaddr)) in qla4xxx_match_ipaddress()