| /OK3568_Linux_fs/buildroot/package/gmrender-resurrect/ |
| H A D | 0001-Drop-UpnpInit.patch | 80 -static const gchar *ip_address = NULL; 89 - { "ip-address", 'I', 0, G_OPTION_ARG_STRING, &ip_address, 101 - device = upnp_device_init(upnp_renderer, ip_address, listen_port); 114 - const char *ip_address, 121 - rc = UpnpInit(ip_address, port); 131 - ip_address, port, UpnpGetErrorMessage(rc), rc, retries_left); 132 - rc = UpnpInit(ip_address, port); 139 - ip_address, port, UpnpGetErrorMessage(rc), rc); 149 - const char *ip_address, 158 - if (!initialize_device(device_def, result_device, ip_address, port)) { [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer/ |
| H A D | 0001-add-gupnp-1.2-API-support.patch | 114 - ip_address = gupnp_context_get_host_ip( 116 + ip_address = gssdp_client_get_host_ip( 119 if (!udn || !ip_address)
|
| /OK3568_Linux_fs/app/lvgl_demo/rk_demo/include/ |
| H A D | Rk_wifi.h | 41 char ip_address[20]; member
|
| /OK3568_Linux_fs/app/qsetting/ |
| H A D | Rk_wifi.h | 41 char ip_address[20]; member
|
| /OK3568_Linux_fs/external/rkwifibt-app/include/ |
| H A D | Rk_wifi.h | 42 char ip_address[20]; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/ |
| H A D | be_mgmt.c | 165 req->ip_address.ip_type = BEISCSI_IP_TYPE_V4; in mgmt_open_connection() 166 req->ip_address.addr[0] = s_addr & 0x000000ff; in mgmt_open_connection() 167 req->ip_address.addr[1] = (s_addr & 0x0000ff00) >> 8; in mgmt_open_connection() 168 req->ip_address.addr[2] = (s_addr & 0x00ff0000) >> 16; in mgmt_open_connection() 169 req->ip_address.addr[3] = (s_addr & 0xff000000) >> 24; in mgmt_open_connection() 176 req->ip_address.ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection() 177 memcpy(&req->ip_address.addr, in mgmt_open_connection()
|
| H A D | be_cmds.h | 1118 struct ip_addr_format ip_address; member 1132 struct ip_addr_format ip_address; member
|
| /OK3568_Linux_fs/docs/cn/Linux/Wifibt/WIFIBT编程接口/ |
| H A D | 最新WIFI接口说明.txt | 57 char ip_address[20];
|
| /OK3568_Linux_fs/external/rkwifibt-app/test/ |
| H A D | rk_wifi_test.c | 70 printf(" ip_address: %s\n", info->ip_address); in printf_connect_info()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/ |
| H A D | ql4_def.h | 461 uint8_t ip_address[IP_ADDR_LEN]; member 526 u8 ip_address[16]; member
|
| H A D | ql4_init.c | 205 int8_t ip_address[IPv6_ADDR_LEN] = {0} ; in qla4xxx_wait_for_ip_config() local 240 ip_address, IPv6_ADDR_LEN) == 0) { in qla4xxx_wait_for_ip_config()
|
| H A D | ql4_mbx.c | 472 memcpy(ha->ip_config.ip_address, init_fw_cb->ipv4_addr, in qla4xxx_update_local_ip() 473 min(sizeof(ha->ip_config.ip_address), in qla4xxx_update_local_ip()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx35pdk/ |
| H A D | README | 37 ip_address -l <board_ip/netmask> -h <server_ip>
|
| /OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/ |
| H A D | wifi_ui.c | 112 printf(" ip_address: %s\n", info->ip_address); in printf_connect_info()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | myrs.h | 508 unsigned char ip_address[16]; /* Bytes 16-31 */ member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfa_fc.h | 875 u32 ip_address[4]; member
|
| /OK3568_Linux_fs/kernel/include/acpi/ |
| H A D | actbl1.h | 1594 u8 ip_address[16]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | rtw_mlme.h | 220 u8 ip_address[4]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | rtw_mlme.h | 242 u8 ip_address[4]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | rtw_mlme.h | 240 u8 ip_address[4]; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | ioctl_linux.c | 7105 pwfd_info->ip_address[i] = convert_ip_addr('0', '0', *(extra + (j - 1) + tag)); 7107 …pwfd_info->ip_address[i] = convert_ip_addr('0', *(extra + (j - 2) + tag), *(extra + (j - 1) + tag)… 7109 …pwfd_info->ip_address[i] = convert_ip_addr(*(extra + (j - 3) + tag), *(extra + (j - 2) + tag), *(e… 7119 ptdlsinfo->wfd_info->ip_address[0], 7120 ptdlsinfo->wfd_info->ip_address[1], 7121 ptdlsinfo->wfd_info->ip_address[2], 7122 ptdlsinfo->wfd_info->ip_address[3]);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | ioctl_linux.c | 7105 pwfd_info->ip_address[i] = convert_ip_addr('0', '0', *(extra + (j - 1) + tag)); 7107 …pwfd_info->ip_address[i] = convert_ip_addr('0', *(extra + (j - 2) + tag), *(extra + (j - 1) + tag)… 7109 …pwfd_info->ip_address[i] = convert_ip_addr(*(extra + (j - 3) + tag), *(extra + (j - 2) + tag), *(e… 7119 ptdlsinfo->wfd_info->ip_address[0], 7120 ptdlsinfo->wfd_info->ip_address[1], 7121 ptdlsinfo->wfd_info->ip_address[2], 7122 ptdlsinfo->wfd_info->ip_address[3]);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | rtw_mlme.h | 269 u8 ip_address[4]; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_mlme.h | 266 u8 ip_address[4]; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_mlme.h | 266 u8 ip_address[4]; member
|