Searched refs:ntohl (Results 251 - 275 of 561) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dbackupsa.c161 satype, (unsigned long)ntohl(spi), mode, reqid, wsize,
283 spi = ntohl(spi);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtraceroute6.c759 if (ntohl(pkt->ident) == ident &&
760 ntohl(pkt->seq) == seq)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Drelay6_database.c375 opaq = ntohl(*p32);
496 opaq = ntohl(*p32);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-isakmp.c558 doi = ntohl(sa.doi);
559 sit = ntohl(sa.sit);
562 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)));
1241 doi = ntohl(n.doi);
1338 doi = ntohl(d.doi);
2286 if (ntohl(base->len) != length) {
2288 (u_int32_t)ntohl(base->len), length));
2442 if (ntohl(bas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dcm.c687 unsigned int atid = GET_TID_TID(ntohl(req->tos_atid));
1102 BUG_ON(ep->rcv_seq != (ntohl(hdr->seq) + dlen));
1174 ntohl(rpl->atid_status)));
1176 int status = GET_AOPEN_STATUS(ntohl(rpl->atid_status));
1327 ntohl(ip->saddr), ntohl(ip->daddr), ntohs(tcp->source),
1342 unsigned int stid = GET_POPEN_TID(ntohl(req->tos_stid));
1370 GET_POPEN_TOS(ntohl(req->tos_stid)));
1430 child_ep->tos = GET_POPEN_TOS(ntohl(req->tos_stid));
1925 ntohl(cm_i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Daddress.c75 uint32_t n = ntohl(a->data.ipv4.address);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dtivo_beacon.c129 return ntohl((uint32_t)(sin.sin_addr.s_addr));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dtivo_beacon.c139 ret = ntohl((uint32_t)(sin.sin_addr.s_addr));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Dgetnameinfo.c172 ntohl(((struct sockaddr_in *)sa)->sin_addr.s_addr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Daddress.c75 uint32_t n = ntohl(a->data.ipv4.address);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dnametoaddr.c88 #define NTOHL(x) (x) = ntohl(x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnetwork.c205 return IN_MULTICAST(ntohl(((struct sockaddr_in *)addr)->sin_addr.s_addr));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dclntproc.c642 status, ntohl(req->a_res.status));
695 u32 status = ntohl(req->a_res.status);
758 u32 status = ntohl(req->a_res.status);
811 switch(ntohl(status)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/a2boot/
H A Da2boot.c226 req = ntohl( req );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dauth.c440 data = ntohl(data);
562 idlen = ntohl(idlen);
578 idlen = ntohl(idlen);
645 tklen = ntohl(tklen);
H A Dmangle.c266 k = sprintf(mangle_suffix, "%c%X", MANGLE_CHAR, ntohl(id));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/sample/
H A Ddns-example.c44 u32 a = ntohl(address);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp_msg.h18 #define ntoh32(x) ntohl(x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpdefs.h18 #define ntoh32(x) ntohl(x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dserver_ipc.c84 idlen = ntohl (idlen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dnbd.c329 if (ntohl(reply.magic) != NBD_REPLY_MAGIC) {
332 (unsigned long)ntohl(reply.magic));
349 if (ntohl(reply.error)) {
351 lo->disk->disk_name, ntohl(reply.error));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dclientpacket.c273 if (ntohl(payload->cookie) != DHCP_MAGIC) {
H A Dpacket.c65 if (ntohl(packet->cookie) != DHCP_MAGIC) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_REJECT.c91 tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dfib6_rules.c136 if (r->tclass && r->tclass != ((ntohl(fl->fl6_flowlabel) >> 20) & 0xff))

Completed in 315 milliseconds

<<11121314151617181920>>