Searched refs:ip_str (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/net/ |
H A D | dns.c | 110 char ip_str[22]; in dns_handler() local 184 ip_to_string(ip_addr, ip_str); in dns_handler() 185 printf("%s\n", ip_str); in dns_handler() 187 env_set(net_dns_env_var, ip_str); in dns_handler()
|
/openbmc/u-boot/cmd/ |
H A D | pxe.c | 624 char ip_str[68] = ""; in label_boot() local 667 sprintf(ip_str, " ip=%s:%s:%s:%s", in label_boot() 687 strlen(ip_str) + strlen(mac_str) + 1 > sizeof(bootargs)) { in label_boot() 690 strlen(ip_str), strlen(mac_str), in label_boot() 697 strcat(bootargs, ip_str); in label_boot()
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_configfs.c | 161 char *str, *str2, *ip_str, *port_str; in lio_target_call_addnptotpg() local 182 ip_str = str + 1; /* Skip over leading "[" */ in lio_target_call_addnptotpg() 195 ip_str = &buf[0]; in lio_target_call_addnptotpg() 196 port_str = strstr(ip_str, ":"); in lio_target_call_addnptotpg() 206 ret = inet_pton_with_scope(&init_net, AF_UNSPEC, ip_str, in lio_target_call_addnptotpg()
|