Searched refs:ip_str (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pxe.c | 621 char ip_str[68] = ""; in label_boot() local 663 sprintf(ip_str, " ip=%s:%s:%s:%s", in label_boot() 683 strlen(ip_str) + strlen(mac_str) + 1 > sizeof(bootargs)) { in label_boot() 686 strlen(ip_str), strlen(mac_str), in label_boot() 693 strcat(bootargs, ip_str); in label_boot()
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target_configfs.c | 161 char *str, *str2, *ip_str, *port_str; in lio_target_call_addnptotpg() local 183 ip_str = str + 1; /* Skip over leading "[" */ in lio_target_call_addnptotpg() 196 ip_str = &buf[0]; in lio_target_call_addnptotpg() 197 port_str = strstr(ip_str, ":"); in lio_target_call_addnptotpg() 207 ret = inet_pton_with_scope(&init_net, AF_UNSPEC, ip_str, in lio_target_call_addnptotpg()
|
| /OK3568_Linux_fs/buildroot/package/aircrack-ng/ |
| H A D | 0002-Fix-duplicated-symbols.patch | 51 static int tcp_test(const char * ip_str, const short port)
|