Searched refs:s_ip (Results 1 – 2 of 2) sorted by relevance
133 struct in_addr s_ip, d_ip; in recv_from() local148 memcpy(&s_ip.s_addr, p + arp_hdr->ar_hln, 4); in recv_from()151 if (dest_addr.s_addr != s_ip.s_addr) return; in recv_from()161 inet_ntoa(s_ip), ether_ntoa((struct ether_addr *) p)); in recv_from()
736 ih264e_fill_mem_rec_ip_t s_ip; in api_check_struct_sanity() local745 s_ip.s_ive_ip.u4_size = sizeof(ih264e_fill_mem_rec_ip_t); in api_check_struct_sanity()748 s_ip.s_ive_ip.e_cmd = IV_CMD_FILL_NUM_MEM_REC; in api_check_struct_sanity()749 s_ip.s_ive_ip.ps_mem_rec = s_mem_rec_ittiam_api; in api_check_struct_sanity()750 s_ip.s_ive_ip.u4_max_wd = max_wd; in api_check_struct_sanity()751 s_ip.s_ive_ip.u4_max_ht = max_ht; in api_check_struct_sanity()752 s_ip.s_ive_ip.u4_num_mem_rec = ps_ip->s_ive_ip.u4_num_mem_rec; in api_check_struct_sanity()753 s_ip.s_ive_ip.u4_max_level = ps_ip->s_ive_ip.u4_max_level; in api_check_struct_sanity()754 s_ip.s_ive_ip.u4_max_ref_cnt = ps_ip->s_ive_ip.u4_max_ref_cnt; in api_check_struct_sanity()755 s_ip.s_ive_ip.u4_max_reorder_cnt = in api_check_struct_sanity()[all …]