Searched defs:sinfo (Results 1 - 25 of 27) sorted by relevance

12

/external/iptables/extensions/
H A Dlibxt_connbytes.c33 struct xt_connbytes_info *sinfo = cb->data; local
39 sinfo->count.from = cb->val.u64_range[0];
40 sinfo->count.to = UINT64_MAX;
42 sinfo->count.to = cb->val.u64_range[1];
44 if (sinfo->count.to < sinfo->count.from)
46 (unsigned long long)sinfo->count.from,
47 (unsigned long long)sinfo->count.to);
49 i = sinfo->count.from;
50 sinfo
79 print_mode(const struct xt_connbytes_info *sinfo) argument
97 print_direction(const struct xt_connbytes_info *sinfo) argument
115 print_from_to(const struct xt_connbytes_info *sinfo, const char *prefix) argument
135 const struct xt_connbytes_info *sinfo = (const void *)match->data; local
148 const struct xt_connbytes_info *sinfo = (const void *)match->data; local
[all...]
H A Dlibxt_conntrack.c189 parse_state(const char *state, size_t len, struct xt_conntrack_info *sinfo) argument
192 sinfo->statemask |= XT_CONNTRACK_STATE_INVALID;
194 sinfo->statemask |= XT_CONNTRACK_STATE_BIT(IP_CT_NEW);
196 sinfo->statemask |= XT_CONNTRACK_STATE_BIT(IP_CT_ESTABLISHED);
198 sinfo->statemask |= XT_CONNTRACK_STATE_BIT(IP_CT_RELATED);
200 sinfo->statemask |= XT_CONNTRACK_STATE_UNTRACKED;
202 sinfo->statemask |= XT_CONNTRACK_STATE_SNAT;
204 sinfo->statemask |= XT_CONNTRACK_STATE_DNAT;
211 parse_states(const char *arg, struct xt_conntrack_info *sinfo) argument
216 if (comma == arg || !parse_state(arg, comma-arg, sinfo))
268 parse_status(const char *status, size_t len, struct xt_conntrack_info *sinfo) argument
288 parse_statuses(const char *arg, struct xt_conntrack_info *sinfo) argument
339 struct xt_conntrack_info *sinfo = cb->data; local
696 const struct xt_conntrack_info *sinfo = (const void *)match->data; local
1084 struct xt_state_info *sinfo = cb->data; local
1094 struct xt_conntrack_mtinfo1 *sinfo = cb->data; local
1105 struct xt_conntrack_mtinfo3 *sinfo = cb->data; local
1145 const struct xt_state_info *sinfo = (const void *)match->data; local
1153 const struct xt_state_info *sinfo = (const void *)match->data; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/ecdh/
H A Decdh.c168 size_t Zlen, const uint8_t *sinfo, size_t sinfolen,
191 !EVP_DigestUpdate(&mctx, sinfo, sinfolen)) {
167 ECDH_KDF_X9_62(uint8_t *out, size_t outlen, const uint8_t *Z, size_t Zlen, const uint8_t *sinfo, size_t sinfolen, const EVP_MD *md) argument
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdppm.c142 get_text_gray_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
145 ppm_source_ptr source = (ppm_source_ptr) sinfo;
160 get_text_rgb_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
163 ppm_source_ptr source = (ppm_source_ptr) sinfo;
180 get_scaled_gray_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
183 ppm_source_ptr source = (ppm_source_ptr) sinfo;
201 get_scaled_rgb_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
204 ppm_source_ptr source = (ppm_source_ptr) sinfo;
224 get_raw_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
230 ppm_source_ptr source = (ppm_source_ptr) sinfo;
297 start_input_ppm(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
433 finish_input_ppm(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
H A Drdrle.c81 start_input_rle (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
83 rle_source_ptr source = (rle_source_ptr) sinfo;
187 get_rle_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
189 rle_source_ptr source = (rle_source_ptr) sinfo;
205 get_pseudocolor_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
207 rle_source_ptr source = (rle_source_ptr) sinfo;
241 load_image (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
243 rle_source_ptr source = (rle_source_ptr) sinfo;
351 return (*source->pub.get_pixel_rows) (cinfo, sinfo);
360 finish_input_rle (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
H A Drdbmp.c71 read_byte (bmp_source_ptr sinfo) argument
74 register FILE *infile = sinfo->pub.input_file;
78 ERREXIT(sinfo->cinfo, JERR_INPUT_EOF);
84 read_colormap (bmp_source_ptr sinfo, int cmaplen, int mapentrysize) argument
93 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
94 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
95 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
277 start_input_bmp(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
454 finish_input_bmp(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
H A Drdtarga.c59 JMETHOD(void, read_pixel, (tga_source_ptr sinfo));
72 cjpeg_source_ptr sinfo));
88 read_byte (tga_source_ptr sinfo) argument
91 register FILE *infile = sinfo->pub.input_file;
95 ERREXIT(sinfo->cinfo, JERR_INPUT_EOF);
101 read_colormap (tga_source_ptr sinfo, int cmaplen, int mapentrysize) argument
108 ERREXIT(sinfo->cinfo, JERR_TGA_BADCMAP);
111 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
112 sinfo
123 read_non_rle_pixel(tga_source_ptr sinfo) argument
136 read_rle_pixel(tga_source_ptr sinfo) argument
333 start_input_tga(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
473 finish_input_tga(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
/external/jpeg/
H A Drdppm.c141 get_text_gray_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
144 ppm_source_ptr source = (ppm_source_ptr) sinfo;
159 get_text_rgb_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
162 ppm_source_ptr source = (ppm_source_ptr) sinfo;
179 get_scaled_gray_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
182 ppm_source_ptr source = (ppm_source_ptr) sinfo;
200 get_scaled_rgb_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
203 ppm_source_ptr source = (ppm_source_ptr) sinfo;
223 get_raw_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
229 ppm_source_ptr source = (ppm_source_ptr) sinfo;
296 start_input_ppm(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
432 finish_input_ppm(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
H A Drdrle.c81 start_input_rle (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
83 rle_source_ptr source = (rle_source_ptr) sinfo;
187 get_rle_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
189 rle_source_ptr source = (rle_source_ptr) sinfo;
205 get_pseudocolor_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
207 rle_source_ptr source = (rle_source_ptr) sinfo;
241 load_image (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
243 rle_source_ptr source = (rle_source_ptr) sinfo;
351 return (*source->pub.get_pixel_rows) (cinfo, sinfo);
360 finish_input_rle (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
H A Drdbmp.c68 read_byte (bmp_source_ptr sinfo) argument
71 register FILE *infile = sinfo->pub.input_file;
75 ERREXIT(sinfo->cinfo, JERR_INPUT_EOF);
81 read_colormap (bmp_source_ptr sinfo, int cmaplen, int mapentrysize) argument
90 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
91 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
92 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
241 start_input_bmp(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
412 finish_input_bmp(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
H A Drdtarga.c59 JMETHOD(void, read_pixel, (tga_source_ptr sinfo));
72 cjpeg_source_ptr sinfo));
88 read_byte (tga_source_ptr sinfo) argument
91 register FILE *infile = sinfo->pub.input_file;
95 ERREXIT(sinfo->cinfo, JERR_INPUT_EOF);
101 read_colormap (tga_source_ptr sinfo, int cmaplen, int mapentrysize) argument
108 ERREXIT(sinfo->cinfo, JERR_TGA_BADCMAP);
111 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
112 sinfo
123 read_non_rle_pixel(tga_source_ptr sinfo) argument
136 read_rle_pixel(tga_source_ptr sinfo) argument
333 start_input_tga(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
473 finish_input_tga(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
/external/qemu/distrib/jpeg-6b/
H A Drdppm.c141 get_text_gray_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
144 ppm_source_ptr source = (ppm_source_ptr) sinfo;
159 get_text_rgb_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
162 ppm_source_ptr source = (ppm_source_ptr) sinfo;
179 get_scaled_gray_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
182 ppm_source_ptr source = (ppm_source_ptr) sinfo;
200 get_scaled_rgb_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
203 ppm_source_ptr source = (ppm_source_ptr) sinfo;
223 get_raw_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
229 ppm_source_ptr source = (ppm_source_ptr) sinfo;
296 start_input_ppm(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
432 finish_input_ppm(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
H A Drdrle.c81 start_input_rle (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
83 rle_source_ptr source = (rle_source_ptr) sinfo;
187 get_rle_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
189 rle_source_ptr source = (rle_source_ptr) sinfo;
205 get_pseudocolor_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
207 rle_source_ptr source = (rle_source_ptr) sinfo;
241 load_image (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
243 rle_source_ptr source = (rle_source_ptr) sinfo;
351 return (*source->pub.get_pixel_rows) (cinfo, sinfo);
360 finish_input_rle (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
H A Drdbmp.c68 read_byte (bmp_source_ptr sinfo) argument
71 register FILE *infile = sinfo->pub.input_file;
75 ERREXIT(sinfo->cinfo, JERR_INPUT_EOF);
81 read_colormap (bmp_source_ptr sinfo, int cmaplen, int mapentrysize) argument
90 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
91 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
92 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
241 start_input_bmp(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
412 finish_input_bmp(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
H A Drdtarga.c59 JMETHOD(void, read_pixel, (tga_source_ptr sinfo));
72 cjpeg_source_ptr sinfo));
88 read_byte (tga_source_ptr sinfo) argument
91 register FILE *infile = sinfo->pub.input_file;
95 ERREXIT(sinfo->cinfo, JERR_INPUT_EOF);
101 read_colormap (tga_source_ptr sinfo, int cmaplen, int mapentrysize) argument
108 ERREXIT(sinfo->cinfo, JERR_TGA_BADCMAP);
111 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
112 sinfo
123 read_non_rle_pixel(tga_source_ptr sinfo) argument
136 read_rle_pixel(tga_source_ptr sinfo) argument
333 start_input_tga(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
473 finish_input_tga(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofile-handler.cc211 static void SignalHandler(int sig, siginfo_t* sinfo, void* ucontext);
488 void ProfileHandler::SignalHandler(int sig, siginfo_t* sinfo, void* ucontext) { argument
501 (*it)->callback(sig, sinfo, ucontext, (*it)->callback_arg);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofile-handler.cc211 static void SignalHandler(int sig, siginfo_t* sinfo, void* ucontext);
488 void ProfileHandler::SignalHandler(int sig, siginfo_t* sinfo, void* ucontext) { argument
501 (*it)->callback(sig, sinfo, ucontext, (*it)->callback_arg);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector_unittest.cc327 const cricket::VoiceSenderInfo& sinfo) {
331 EXPECT_EQ(sinfo.codec_name, value_in_report);
334 EXPECT_EQ(rtc::ToString<int64>(sinfo.bytes_sent), value_in_report);
337 EXPECT_EQ(rtc::ToString<int>(sinfo.packets_sent), value_in_report);
340 EXPECT_EQ(rtc::ToString<int>(sinfo.packets_lost), value_in_report);
343 EXPECT_EQ(rtc::ToString<int>(sinfo.rtt_ms), value_in_report);
346 EXPECT_EQ(rtc::ToString<int>(sinfo.rtt_ms), value_in_report);
349 EXPECT_EQ(rtc::ToString<int>(sinfo.jitter_ms), value_in_report);
353 EXPECT_EQ(rtc::ToString<float>(sinfo.aec_quality_min), value_in_report);
356 EXPECT_EQ(rtc::ToString<int>(sinfo
326 VerifyVoiceSenderInfoReport(const StatsReport* report, const cricket::VoiceSenderInfo& sinfo) argument
[all...]
/external/openssl/crypto/bio/
H A Dbss_dgram.c1226 struct bio_dgram_sctp_sndinfo *sinfo = &(data->sndinfo); local
1251 sinfo = &handshake_sinfo;
1283 sndinfo->snd_sid = sinfo->snd_sid;
1284 sndinfo->snd_flags = sinfo->snd_flags;
1285 sndinfo->snd_ppid = sinfo->snd_ppid;
1286 sndinfo->snd_context = sinfo->snd_context;
1305 sndrcvinfo->sinfo_stream = sinfo->snd_sid;
1306 sndrcvinfo->sinfo_flags = sinfo->snd_flags;
1310 sndrcvinfo->sinfo_ppid = sinfo->snd_ppid;
1311 sndrcvinfo->sinfo_context = sinfo
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c204 sctp_build_ctl_nchunk(struct sctp_inpcb *inp, struct sctp_sndrcvinfo *sinfo) argument
231 seinfo = (struct sctp_extrcvinfo *)sinfo;
274 rcvinfo->rcv_sid = sinfo->sinfo_stream;
275 rcvinfo->rcv_ssn = sinfo->sinfo_ssn;
276 rcvinfo->rcv_flags = sinfo->sinfo_flags;
277 rcvinfo->rcv_ppid = sinfo->sinfo_ppid;
278 rcvinfo->rcv_tsn = sinfo->sinfo_tsn;
279 rcvinfo->rcv_cumtsn = sinfo->sinfo_cumtsn;
280 rcvinfo->rcv_context = sinfo->sinfo_context;
281 rcvinfo->rcv_assoc_id = sinfo
[all...]
H A Dsctputil.c4957 * is populated in the outbound sinfo structure from the true cumack
5684 struct sctp_sndrcvinfo *sinfo,
6133 /* First lets get off the sinfo and sockaddr info */
6134 if ((sinfo) && filling_sinfo) {
6135 memcpy(sinfo, control, sizeof(struct sctp_nonpad_sndrcvinfo));
6140 s_extra = (struct sctp_extrcvinfo *)sinfo;
6176 sinfo->sinfo_cumtsn = stcb->asoc.cumulative_tsn;
6181 sinfo->sinfo_flags &= 0x00ff;
6183 sinfo->sinfo_flags |= SCTP_UNORDERED;
6739 (sinfo)
5678 sctp_sorecvmsg(struct socket *so, struct uio *uio, struct mbuf **mp, struct sockaddr *from, int fromlen, int *msg_flags, struct sctp_sndrcvinfo *sinfo, int filling_sinfo) argument
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c547 struct sctp_sndrcvinfo * sinfo; member in struct:sctp_generic_sendmsg_args
557 struct sctp_sndrcvinfo *sinfo; member in struct:sctp_generic_recvmsg_args
709 struct sctp_sndrcvinfo sndrcvinfo, *sinfo = &sndrcvinfo; local
713 memset(sinfo, 0, sizeof(struct sctp_sndrcvinfo));
714 sinfo->sinfo_ppid = ppid;
715 sinfo->sinfo_flags = flags;
716 sinfo->sinfo_stream = stream_no;
717 sinfo->sinfo_timetolive = timetolive;
718 sinfo->sinfo_context = context;
719 sinfo
769 struct sctp_sndrcvinfo sinfo; local
879 struct sctp_sndrcvinfo sndrcvinfo, *sinfo = &sndrcvinfo; local
936 userspace_sctp_recvmsg(struct socket *so, void *dbuf, size_t len, struct sockaddr *from, socklen_t *fromlenp, struct sctp_sndrcvinfo *sinfo, int *msg_flags) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc3305 VoiceSenderInfo sinfo; local
3312 sinfo.add_ssrc(ssrc);
3313 sinfo.codec_name = send_codec_.get() ? send_codec_->plname : "";
3314 sinfo.bytes_sent = cs.bytesSent;
3315 sinfo.packets_sent = cs.packetsSent;
3318 sinfo.rtt_ms = (cs.rttMs > 0) ? cs.rttMs : -1;
3322 sinfo.fraction_lost = -1.0;
3323 sinfo.jitter_ms = -1;
3324 sinfo.packets_lost = -1;
3325 sinfo
[all...]
H A Dwebrtcvideoengine.cc2426 VideoSenderInfo sinfo; local
2449 sinfo.add_ssrc(send_params->ssrcs[i]);
2451 sinfo.codec_name = send_codec_->plName;
2452 sinfo.bytes_sent = bytes_sent;
2453 sinfo.packets_sent = packets_sent;
2454 sinfo.packets_cached = -1;
2455 sinfo.packets_lost = -1;
2456 sinfo.fraction_lost = -1;
2457 sinfo.rtt_ms = -1;
2462 video_capturer->GetStats(&sinfo
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c2325 struct nlattr *sinfo[NL80211_STA_INFO_MAX + 1]; local
2342 nla_parse_nested(sinfo, NL80211_STA_INFO_MAX,
2345 if (!sinfo[NL80211_STA_INFO_SIGNAL])
2349 (s8) nla_get_u8(sinfo[NL80211_STA_INFO_SIGNAL]);
2351 if (sinfo[NL80211_STA_INFO_SIGNAL_AVG])
2353 (s8) nla_get_u8(sinfo[NL80211_STA_INFO_SIGNAL_AVG]);
2357 if (sinfo[NL80211_STA_INFO_TX_BITRATE]) {
2359 sinfo[NL80211_STA_INFO_TX_BITRATE],
2403 struct nlattr *sinfo[NL80211_SURVEY_INFO_MAX + 1]; local
2418 if (nla_parse_nested(sinfo, NL80211_SURVEY_INFO_MA
2470 struct nlattr *sinfo[NL80211_SURVEY_INFO_MAX + 1]; local
11320 add_survey(struct nlattr **sinfo, u32 ifidx, struct dl_list *survey_list) argument
11376 check_survey_ok(struct nlattr **sinfo, u32 surveyed_freq, unsigned int freq_filter) argument
11390 struct nlattr *sinfo[NL80211_SURVEY_INFO_MAX + 1]; local
[all...]

Completed in 2897 milliseconds

12