Searched refs:bytes_in (Results 1 – 8 of 8) sorted by relevance
/external/usrsctp/fuzzer/ |
D | pcap2corpus.c | 107 packet_handler(u_char *user, const struct pcap_pkthdr *pkthdr, const u_char *bytes_in) in packet_handler() argument 120 if (pcap_offline_filter(&args->bpf_prog, pkthdr, bytes_in) == 0) { in packet_handler() 126 if (args->is_ipv4(bytes_in)) { in packet_handler() 131 ip4_hdr_in = (const struct ip *)(const void *)(bytes_in + args->offset); in packet_handler() 140 bytes_out = bytes_in + offset; in packet_handler() 144 if (args->is_ipv6(bytes_in)) { in packet_handler() 149 ip6_hdr_in = (const struct ip6_hdr *)(bytes_in + args->offset); in packet_handler() 151 bytes_out = bytes_in + offset; in packet_handler()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | decode_compressed_op_test.py | 35 def _compress(self, bytes_in, compression_type): argument 37 return bytes_in 39 return zlib.compress(bytes_in) 43 f.write(bytes_in)
|
/external/ppp/pppd/ |
D | main.c | 1234 link_stats.bytes_out, link_stats.bytes_in); in print_link_stats() 1267 link_stats.bytes_in -= old_link_stats.bytes_in; 1276 slprintf(numbuf, sizeof(numbuf), "%u", link_stats.bytes_in);
|
D | auth.c | 1150 used = link_stats.bytes_in; 1157 … used = (link_stats.bytes_in > link_stats.bytes_out) ? link_stats.bytes_in : link_stats.bytes_out; 1160 used = link_stats.bytes_in+link_stats.bytes_out;
|
D | pppd.h | 173 unsigned int bytes_in; member
|
D | sys-linux.c | 1387 stats->bytes_in = req.stats.p.ppp_ibytes;
|
D | sys-solaris.c | 1678 stats->bytes_in = s.p.ppp_ibytes;
|
/external/ppp/pppd/plugins/radius/ |
D | radius.c | 1019 av_type = link_stats.bytes_in; in radius_acct_stop() 1167 av_type = link_stats.bytes_in; in radius_acct_interim()
|