HomeSort by relevance Sort by last modified time
    Searched refs:htons (Results 176 - 200 of 382) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/openssh/
entropy.c 97 addr_in->sin_port = htons(tcp_port);
  /external/openssh/openbsd-compat/
fake-rfc2553.c 174 port = htons(port);
  /external/qemu/slirp/
ip.h 46 # ifndef HTONS
47 # define HTONS(d)
59 # ifndef HTONS
60 # define HTONS(d) ((d) = htons((u_int16_t)(d)))
ip_icmp.c 128 so->so_fport = htons(7);
130 so->so_lport = htons(9);
274 HTONS(icp->icmp_ip.ip_len);
275 HTONS(icp->icmp_ip.ip_id);
276 HTONS(icp->icmp_ip.ip_off);
misc.c 54 if (solisten(htons(i), inaddr, htons(6000 + display), 0)) {
440 sock_in.sin_port = htons(slirp_socket_port);
  /external/qemu/slirp-android/
ip.h 48 # ifndef HTONS
49 # define HTONS(d)
61 # ifndef HTONS
62 # define HTONS(d) ((d) = htons((u_int16_t)(d)))
  /external/srtp/test/
dtls_srtp_driver.c 232 hdr->seq = htons(0x1234); /* sequence number */
rtp.c 35 sender->message.header.seq = htons(sender->message.header.seq);
rtpw.c 271 name.sin_port = htons(port);
398 local.sin_port = htons(port);
  /external/tcpdump/
print-atm.c 113 etherproto_string(htons(extracted_ethertype)));
addrtoname.c 736 int j = htons(eproto_db[i].p) & (HASHNAMESIZE-1);
741 table->addr = htons(eproto_db[i].p);
774 u_short etype = htons(eproto_db[i].p);
1084 int j = htons(ipxsap_db[i].v) & (HASHNAMESIZE-1);
1089 table->addr = htons(ipxsap_db[i].v);
print-tcp.c 131 phu.ph.len = htons((u_int16_t)len);
180 sum += htons((*(const u_int8_t *)sp) << 8);
764 tlen = htons(tlen);
  /external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c 150 dest.sin_port = htons(UPNP_MULTICAST_PORT);
http_client.c 227 dst->sin_port = htons(atoi(port));
229 dst->sin_port = htons(80);
wps_upnp_ssdp.c 248 dest.sin_port = htons(UPNP_MULTICAST_PORT);
297 dest.sin_port = htons(UPNP_MULTICAST_PORT);
751 addr.sin_port = htons(UPNP_MULTICAST_PORT);
  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 191 sin.sin_port = htons (Customs_Port ());
  /art/runtime/jdwp/
jdwp_socket.cc 140 addr.addrInet.sin_port = htons(port);
297 addr.addrInet.sin_port = htons(options->port);
  /external/grub/netboot/
3c595.c 178 t= htons(t);
482 p[i] = htons(get_e(EEPROM_OEM_ADDR_0 + i));
  /external/iputils/ninfod/
ninfod_addrs.c 249 p->reply.ni_qtype = htons(NI_QTYPE_NODEADDR);
412 p->reply.ni_qtype = htons(NI_QTYPE_IPV4ADDR);
  /external/iputils/
ping6.c 356 __u16 v = htons(seq);
932 whereto.sin6_port = htons(IPPROTO_ICMPV6);
990 firsthop.sin6_port = htons(1025);
1054 if ((whereto.sin6_addr.s6_addr16[0]&htons(0xff00)) == htons (0xff00)) {
    [all...]
  /external/libppp/src/
pap.c 100 lh.length = htons(plen + sizeof(struct fsmheader));
125 lh.length = htons(plen + sizeof(struct fsmheader));
  /external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.c 50 L = htons(resultbitlen);
53 i = htons(ctr);
  /external/iproute2/ip/
iptunnel.c 64 p->iph.frag_off = htons(IP_DF);
158 p->iph.frag_off = htons(IP_DF);
361 if (!(p->iph.frag_off&htons(IP_DF)))
ipxfrm.c 1185 sel->sport = htons(sel->sport);
1198 sel->dport = htons(sel->dport);
1212 sel->sport = htons(sel->sport);
1226 sel->dport = htons(sel->dport);
1247 sel->sport = htons(uval >> 16);
1248 sel->dport = htons(uval & 0xffff);
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 210 drv->sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE));
275 addr2.sin_port = htons(67);
331 hdr->ethertype = htons(ETH_P_PAE);

Completed in 2988 milliseconds

1 2 3 4 5 6 78 91011>>