Searched refs:ntohl (Results 151 - 175 of 428) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/firewire/
H A Dfirewire.c1476 quad[i] = ntohl(tmp);
1955 printf("0x%08x ", ntohl(qld[i/4]));
2035 ntohl(fp->mode.wreqq.data));
2163 bmr = ntohl(xfer->recv.payload[0]);
2229 xfer->spd, xfer->recv.len, ntohl(ld[0]), ntohl(ld[1]), ntohl(ld[2]), ntohl(ld[3]));
2230 printf("vmaccess data:%08x %08x %08x %08x\n", ntohl(ld[4]), ntohl(l
[all...]
H A Dsbp_targ.c935 t1 = ntohl(*p++);
936 t2 = ntohl(*p++);
1237 orb[i] = ntohl(orb[i]);
1380 orb[i] = ntohl(orb[i]);
1483 orb0 = ntohl(orbi->orb[0]);
1484 orb1 = ntohl(orbi->orb[1]);
1612 ntohl(xfer->recv.payload[0]),
1613 ntohl(xfer->recv.payload[1]),
1672 ntohl(xfer->recv.payload[0]),
1673 ntohl(xfe
[all...]
/freebsd-9.3-release/sys/net/
H A Dif_fwsubr.c518 enc->ul[0] = ntohl(enc->ul[0]);
525 enc->ul[1] = ntohl(enc->ul[1]);
707 if (!IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
775 ntohl(llc->sender_unicast_FIFO_lo),
/freebsd-9.3-release/sys/netinet/
H A Dtcp_lro.c448 (*ts_ptr != ntohl(TCPOPT_NOP<<24|TCPOPT_NOP<<16|
456 seq = ntohl(th->th_seq);
501 uint32_t tsval = ntohl(*(ts_ptr + 1));
589 le->tsval = ntohl(*(ts_ptr + 1));
H A Din.h110 uint32_t ntohl(uint32_t);
119 #define ntohl(x) __ntohl(x) macro
H A Din_mcast.c335 find.ims_haddr = ntohl(psa->sin.sin_addr.s_addr);
586 find.ims_haddr = ntohl(naddr);
638 find.ims_haddr = ntohl(psin->sin_addr.s_addr);
680 lims->ims_haddr = ntohl(psin->sin_addr.s_addr);
705 find.ims_haddr = ntohl(psin->sin_addr.s_addr);
1261 KASSERT(IN_LOCAL_GROUP(ntohl(ap->s_addr)),
1378 if (!IN_MULTICAST(ntohl(gsa->sin.sin_addr.s_addr)))
1814 KASSERT(IN_MULTICAST(ntohl(gsin->sin_addr.s_addr)),
1912 if (!IN_MULTICAST(ntohl(gsa->sin.sin_addr.s_addr)))
1952 if (!IN_MULTICAST(ntohl(gs
[all...]
H A Dip_output.c251 } else if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) &&
269 ntohl(ip->ip_src.s_addr ^ ip->ip_dst.s_addr),
325 if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr))) {
572 if ((ntohl(ip->ip_dst.s_addr) >> IN_CLASSA_NSHIFT) == IN_LOOPBACKNET ||
573 (ntohl(ip->ip_src.s_addr) >> IN_CLASSA_NSHIFT) == IN_LOOPBACKNET) {
/freebsd-9.3-release/sys/opencrypto/
H A Dxform.c413 t[0] = ntohl(t[0]);
414 t[1] = ntohl(t[1]);
428 t[0] = ntohl(t[0]);
429 t[1] = ntohl(t[1]);
/freebsd-9.3-release/tools/regression/netinet/tcpsockclosebeforeaccept/
H A Dtcpsockclosebeforeaccept.c136 sin.sin_addr.s_addr = ntohl(INADDR_LOOPBACK);
/freebsd-9.3-release/tools/regression/netinet/tcpsocktimewait/
H A Dtcpsocktimewait.c88 sin.sin_addr.s_addr = ntohl(INADDR_LOOPBACK);
/freebsd-9.3-release/usr.sbin/burncd/
H A Dburncd.c204 ntohl(entry.entry.addr.lba), addr);
553 ntohl(capacities.blocks), capacities.type,
562 i, ntohl(capacities.format[i].blocks),
584 ntohl(capacities.format[i].blocks),
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil.h164 #define HI60(x) ntohl(((u_32_t *)(x))[0])
165 #define HI61(x) ntohl(((u_32_t *)(x))[1])
166 #define HI62(x) ntohl(((u_32_t *)(x))[2])
167 #define HI63(x) ntohl(((u_32_t *)(x))[3])
183 #define NLADD(n,x) htonl(ntohl(n) + (x))
201 if (ntohl(_d->i6[0]) < ntohl(_s->i6[0])) { \
203 if (ntohl(_d->i6[1]) < ntohl(_s->i6[1])) { \
205 if (ntohl(_
[all...]
H A Dip_irc_pxy.c295 if (irc->irc_ipnum != ntohl(nat->nat_inip.s_addr))
303 a1 = ntohl(ip->ip_src.s_addr);
H A Dip_proxy.c706 seq1 = (u_32_t)ntohl(tcp->th_seq);
740 seq1 = ntohl(tcp->th_ack);
759 seq1 = ntohl(tcp->th_seq);
793 seq1 = ntohl(tcp->th_ack);
820 (u_32_t)ntohl(tcp->th_seq), (u_32_t)ntohl(tcp->th_ack));
H A Dfil.c1801 ntohl(*lip), ntohl(*lm), ntohl(*ld)));
1812 ntohl(*lip), ntohl(*lm), ntohl(*ld)));
1835 ntohl(*lip), ntohl(*lm), ntohl(*ld)));
1840 ntohl(*li
[all...]
/freebsd-9.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c144 inaddr = ntohl(tp->xt_inp.inp_laddr.s_addr);
150 inaddr = ntohl(tp->xt_inp.inp_faddr.s_addr);
/freebsd-9.3-release/crypto/openssh/
H A Daddrmatch.c189 return ntohl(a->v4.s_addr) > ntohl(b->v4.s_addr) ? 1 : -1;
/freebsd-9.3-release/lib/libsdp/
H A Dutil.c341 ntohl(*(uint32_t *)&value.int128.b[0]),
346 ntohl(*(uint32_t *)&value.int128.b[12]));
/freebsd-9.3-release/lib/libstand/
H A Dstand.h373 extern uint32_t ntohl(uint32_t);
381 #define ntohl(x) __ntohl(x) macro
/freebsd-9.3-release/sys/kern/
H A Dimgact_aout.c180 ((((int)ntohl(a_out->a_magic)) >> 16) & 0xff) != 0x86)
207 switch ((int)(ntohl(a_out->a_magic) & 0xffff)) {
/freebsd-9.3-release/sys/netatalk/
H A Dddp_input.c150 ddps.dsh_bytes = ntohl(ddps.dsh_bytes);
199 ddpe.deh_bytes = ntohl(ddpe.deh_bytes);
/freebsd-9.3-release/sys/dev/ata/
H A Datapi-cd.c341 lba2msf(ntohl(entry->addr.lba), &entry->addr.msf.minute,
390 lba2msf(ntohl(entry->addr.lba), &entry->addr.msf.minute,
497 error = acd_play(dev, ntohl(cdp->toc.tab[t1].addr.lba),
498 ntohl(cdp->toc.tab[t2].addr.lba));
729 pp->mediasize = ntohl(cdp->toc.tab[track].addr.lba) -
730 ntohl(cdp->toc.tab[track - 1].addr.lba);
811 lastlba = ntohl(cdp->toc.tab[track].addr.lba);
813 lba += ntohl(cdp->toc.tab[track - 1].addr.lba);
986 cdp->disk_size = ntohl(sizes[0]) + 1;
1210 info->track_start_addr = ntohl(inf
[all...]
/freebsd-9.3-release/sbin/ping/
H A Dping.c578 if (options & F_FLOOD && IN_MULTICAST(ntohl(to->sin_addr.s_addr)))
582 && !IN_MULTICAST(ntohl(to->sin_addr.s_addr)))
1056 tv1.tv_sec = ntohl(tv32.tv32_sec);
1057 tv1.tv_usec = ntohl(tv32.tv32_usec);
1582 (u_long) (ntohl(ip->ip_off) & 0xe000) >> 13,
1583 (u_long) ntohl(ip->ip_off) & 0x1fff);
1643 sec = ntohl(timestamp) / 1000;
/freebsd-9.3-release/sys/dev/iscsi/initiator/
H A Discsi.c301 i, ntohl(pq->pdu.ipdu.bhs.CmdSN),\
302 pq->pdu.ipdu.bhs.opcode, ntohl(pq->pdu.ipdu.bhs.itt),\
303 ntohl(pq->pdu.ipdu.bhs.ExpStSN),\
649 i, ntohl( pq->pdu.ipdu.bhs.CmdSN), \
650 pq->pdu.ipdu.bhs.opcode, ntohl(pq->pdu.ipdu.bhs.itt),\
/freebsd-9.3-release/sys/rpc/
H A Dclnt_vc.c661 ntohl(*(uint32_t *)(void *)(ct->ct_mcallc +
679 ntohl(*(uint32_t *)(void *)(ct->ct_mcallc +
906 header = ntohl(header);
976 ntohl(xid_plus_direction[0]);
978 ntohl(xid_plus_direction[1]);

Completed in 167 milliseconds

1234567891011>>