Searched refs:ip_string (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.15/net/atm/ | 
| D | mpoa_proc.c | 138 	unsigned char ip_string[16];  in mpc_show()  local152 		sprintf(ip_string, "%pI4", &in_entry->ctrl_info.in_dst_ip);  in mpc_show()
 154 			   ip_string,  in mpc_show()
 181 		sprintf(ip_string, "%pI4", &eg_entry->latest_ip_addr);  in mpc_show()
 182 		seq_printf(m, "%-16s", ip_string);  in mpc_show()
 
 | 
| /Linux-v5.15/tools/hv/ | 
| D | hv_kvp_daemon.c | 1096 static int process_ip_string(FILE *f, char *ip_string, int type)  in process_ip_string()  argument1108 	while (parse_ip_val_buffer(ip_string, &offset, addr,  in process_ip_string()
 
 |