Searched refs:ntohl (Results 26 - 50 of 56) sorted by relevance

123

/barrelfish-master/include/netinet6/
H A Din6.h250 (a)->__u6_addr.__u6_addr32[3] == ntohl(1))
260 (a)->__u6_addr.__u6_addr32[3] != ntohl(1))
268 (a)->__u6_addr.__u6_addr32[2] == ntohl(0x0000ffff))
/barrelfish-master/lib/libc/xdr/
H A Dxdr_rec.c100 * encode/decoded to the network via htonl/ntohl. The low order 31 bits
244 *lp = (long)ntohl((u_int32_t)(*buflp));
251 *lp = (long)ntohl((u_int32_t)mylong);
544 rstrm->in_header = ntohl(rstrm->in_header);
694 header = ntohl(header);
/barrelfish-master/lib/openssl-1.0.0d/demos/maurice/
H A Dexample1.c148 ekeylen = ntohl(ekeylen);
/barrelfish-master/include/nfs/
H A Dxdr.h48 #include <arpa/inet.h> /* for ntohl/htonl */
227 #define IXDR_GET_INT32(buf) ((int32_t)ntohl((uint32_t)*(buf)++))
/barrelfish-master/lib/nfs/
H A Dxdr_pbuf.c44 *ret = ntohl((uint32_t)*buf);
/barrelfish-master/include/netinet/
H A Din.h110 uint32_t ntohl(uint32_t);
119 #define ntohl(x) __ntohl(x) macro
/barrelfish-master/usr/block_server/
H A Dnetwork_server.c454 ntohl(tx_ep->ip.addr), tx_ep->port,
465 ntohl(tx_ep->ip.addr), rx_ep->port,
475 .ip.addr = ntohl(rx_ep->ip.addr),
/barrelfish-master/lib/libc/net/
H A DMakefile.inc53 MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \
H A Dgetnameinfo.c214 ntohl(((const struct sockaddr_in *)sa)->sin_addr.s_addr);
/barrelfish-master/lib/libc/rpc/
H A Dclnt_dg.c397 xid = ntohl(*(u_int32_t *)(void *)(cu->cu_outhdr));
731 ntohl(*(u_int32_t *)(void *)cu->cu_outhdr);
749 ntohl(*(u_int32_t *)(void *)(cu->cu_outhdr +
766 ntohl(*(u_int32_t *)(void *)(cu->cu_outhdr +
H A Dauth_time.c456 thetime = ntohl(thetime);
/barrelfish-master/lib/bfdmuxvm/
H A Dvm.c197 ntohl(*(uint32_t *) (packet_data + (*result_value)));
/barrelfish-master/lib/lwip/src/core/snmp/
H A Dmib2.c1209 hip.addr = ntohl(ip->addr);
1268 hip.addr = ntohl(ip->addr);
1417 ip.addr = ntohl(ni->ip_addr.addr);
1465 ip.addr = ntohl(ni->ip_addr.addr);
1529 dst.addr = ntohl(ni->ip_addr.addr & ni->netmask.addr);
1594 dst.addr = ntohl(ni->ip_addr.addr & ni->netmask.addr);
1856 ip.addr = ntohl(pcb->local_ip.addr);
1902 ip.addr = ntohl(pcb->local_ip.addr);
/barrelfish-master/lib/lwip/src/core/ipv4/
H A Dautoip.c172 u32_t addr = ntohl(LWIP_AUTOIP_CREATE_SEED_ADDR(netif));
/barrelfish-master/usr/bench/bulk_transfer/
H A Dcommon.c109 uint32_t ip = ntohl(inet_addr(strtok(NULL, ":")));
/barrelfish-master/usr/tests/bulk_transfer/
H A Dbulk_netproxy.c265 "e10k", 3, ntohl(inet_addr("192.168.99.2")), PORT, cb_tx_connected);
/barrelfish-master/lib/libc/resolv/
H A Dres_mkupdate.c231 n1 = ntohl(ina.s_addr);
357 n1 = ntohl(ina.s_addr);
H A Dres_init.c743 u_int32_t i = ntohl(in.s_addr);
/barrelfish-master/lib/lwip/src/core/
H A Dtcp.c1302 ntohl(tcphdr->seqno)));
1305 ntohl(tcphdr->ackno)));
H A Ddns.c844 pEntry->ttl = ntohl(ans.ttl);
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Db_sock.c902 l=ntohl(sa.from.sa_in.sin_addr.s_addr);
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Daddr.c376 if (IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
/barrelfish-master/lib/bulk_transfer/backends/net/
H A Dbulk_net_e10k.c712 *ip = ntohl(*ip);
/barrelfish-master/usr/replay/
H A Dslave.c504 int from = (ntohl(a.sin_addr.s_addr) & 0xff) - 1;
/barrelfish-master/lib/libc/gen/
H A Dgetpwent.c1031 uid2 = ntohl(uid2);
1058 (field) = ntohl(n); \

Completed in 180 milliseconds

123