HomeSort by relevance Sort by last modified time
    Searched refs:ntohl (Results 226 - 250 of 376) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/tc/
f_flow.c 117 tmp = ntohl(addr.data[0]);
120 tmp = ntohl(addr.data[3]);
m_pedit.c 586 (unsigned int)ntohl(key->val),
587 (unsigned int)ntohl(key->mask));
  /external/ppp/pppd/plugins/radius/
config.c 418 if (*ip_addr == ntohl(inet_addr (hostname)))
432 if (ntohl(addr) == *ip_addr)
avpair.c 235 pair->lvalue = ntohl (lvalue);
330 pair->lvalue = ntohl (lvalue);
  /external/ppp/pppd/
ipcp.c 763 l = ntohl(val1); \
765 l = ntohl(val2); \
794 l = ntohl(val); \
807 l = ntohl(addr); \
    [all...]
  /external/dhcpcd/
ipv6rs.c 445 ntohl(pi->nd_opt_pi_valid_time);
447 ntohl(pi->nd_opt_pi_preferred_time);
454 ntohl(mtu->nd_opt_mtu_mtu));
460 lifetime = ntohl(rdnss->nd_opt_rdnss_lifetime);
492 lifetime = ntohl(dnssl->nd_opt_dnssl_lifetime);
net.c 136 return ntohl(IN_CLASSA_NET);
138 return ntohl(IN_CLASSB_NET);
140 return ntohl(IN_CLASSC_NET);
  /external/iputils/
ping.c 337 if (IN_MULTICAST(ntohl(dst.sin_addr.s_addr))) {
442 if (broadcast_pings || IN_MULTICAST(ntohl(whereto.sin_addr.s_addr))) {
898 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp);
924 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp);
1098 printf("Parameter problem: pointer = %u\n", icp ? (ntohl(icp->un.gateway)>>24) : info);
    [all...]
clockdiff.c 235 sendtime = ntohl(*(__u32*)(icp+1));
245 histime = ntohl(((__u32*)(icp+1))[1]);
428 __u32 t = ntohl(*timep);
rdisc.c 229 return IN_CLASSD(ntohl(sin->sin_addr.s_addr));
810 (unsigned int)ntohl(ap->ira_preference));
813 ntohl(ap->ira_preference),
879 if (IN_CLASSD(ntohl(ip->daddr)))
    [all...]
  /frameworks/av/media/libstagefright/
SampleTable.cpp 349 mTimeToSample[i] = ntohl(mTimeToSample[i]);
399 mCompositionTimeDeltaEntries[i] = ntohl(mCompositionTimeDeltaEntries[i]);
445 mSyncSamples[i] = ntohl(mSyncSamples[i]) - 1;
MPEG4Extractor.cpp 511 uint32_t chunk_type = ntohl(hdr[1]);
768 uint64_t chunk_size = ntohl(hdr[0]);
769 uint32_t chunk_type = ntohl(hdr[1]);
1033 original_fourcc = ntohl(original_fourcc);
1061 uint32_t defaultAlgorithmId = ntohl(*((int32_t*)buf));
1071 uint32_t defaultIVSize = ntohl(*((int32_t*)buf));
    [all...]
  /external/fio/engines/
net.c 439 if (ntohl(msg->magic) != FIO_LINK_OPEN_CLOSE_MAGIC)
441 if (ntohl(msg->cmd) != FIO_LINK_CLOSE)
780 if (ntohl(msg.magic) != FIO_LINK_OPEN_CLOSE_MAGIC ||
781 ntohl(msg.cmd) != FIO_LINK_OPEN) {
782 log_err("fio: bad udp open magic %x/%x\n", ntohl(msg.magic),
783 ntohl(msg.cmd));
rdma.c 134 rd->rmt_nr = ntohl(rd->recv_buf.nr);
138 rd->rmt_us[i].rkey = ntohl(rd->recv_buf.rmt_us[i].rkey);
139 rd->rmt_us[i].size = ntohl(rd->recv_buf.rmt_us[i].size);
156 rd->rdma_protocol = ntohl(rd->recv_buf.mode);
  /external/bluetooth/bluedroid/btif/src/
btif_util.c 174 ntohl(uuid0), ntohs(uuid1),
176 ntohl(uuid4), ntohs(uuid5));
  /external/iproute2/ip/
xfrm_monitor.c 72 __u32 spi = ntohl(xacq->id.spi);
236 fprintf(fp, " SPI 0x%x", ntohl(sa_id->spi));
  /external/ipsec-tools/src/racoon/
backupsa.c 152 sa_args->satype, (unsigned long)ntohl(sa_args->spi),
269 sa_args.spi = ntohl(sa_args.spi);
isakmp_frag.c 173 return ntohl(hp[MD5_DIGEST_LENGTH / sizeof(*hp)]);
  /external/libnl/lib/route/cls/
u32.c 246 nl_dump(p, "& 0x%08x == 0x%08x", ntohl(key->mask), ntohl(key->val));
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 579 def ntohl(x): return (x)
587 def ntohl(x): return __bswap_32 (x) function
  /external/tcpdump/
print-isakmp.c 559 doi = ntohl(sa.doi);
560 sit = ntohl(sa.sit);
563 ND_PRINT((ndo," situation=%u", (u_int32_t)ntohl(sa.sit)));
585 ND_PRINT((ndo," ident=%u", (u_int32_t)ntohl(ident)));
900 (u_int32_t)(ntohl(id.d.doi_data) & 0xffffff)));
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
in.h 568 uint32_t ntohl(uint32_t networklong);
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_util.cc 123 size_t length = ntohl(*reinterpret_cast<const uint32*>(input->ptr()));
  /external/chromium_org/third_party/ots/src/
ots.cc 59 const uint32_t atag = ntohl(a.tag);
60 const uint32_t btag = ntohl(b.tag);
428 const uint32_t this_tag = ntohl(tables[i].tag);
429 const uint32_t prev_tag = ntohl(tables[i - 1].tag);
ots.h 128 *value = ntohl(*value);

Completed in 584 milliseconds

1 2 3 4 5 6 7 8 91011>>