Searched refs:sin (Results 126 - 150 of 211) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcma.c1188 struct sockaddr_in *sin; local
1200 sin = (struct sockaddr_in *) &id_priv->id.route.addr.src_addr;
1201 *sin = iw_event->local_addr;
1202 sin = (struct sockaddr_in *) &id_priv->id.route.addr.dst_addr;
1203 *sin = iw_event->remote_addr;
1249 struct sockaddr_in *sin; local
1297 sin = (struct sockaddr_in *) &new_cm_id->route.addr.src_addr;
1298 *sin = iw_event->local_addr;
1299 sin = (struct sockaddr_in *) &new_cm_id->route.addr.dst_addr;
1300 *sin
1354 struct sockaddr_in *sin; local
1825 struct sockaddr_in *sin; local
1912 struct sockaddr_in *sin, *cur_sin; local
2221 struct sockaddr_in* sin; local
2553 struct sockaddr_in *sin = (struct sockaddr_in *) addr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_dump.c211 stream_put_in_addr (obuf, &peer->su.sin.sin_addr);
335 stream_put (obuf, &peer->su.sin.sin_addr, IPV4_MAX_BYTELEN);
338 stream_put (obuf, &peer->su_local->sin.sin_addr, IPV4_MAX_BYTELEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dprefix.c513 p->prefix = dest->sin.sin_addr;
514 p->prefixlen = ip_masklen (mask->sin.sin_addr);
542 p->prefix = su->sin.sin_addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A DMakefile172 config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc \
212 .SUFFIXES: .c .y .o .lo .sin .sed
294 ref-add.sed: $(srcdir)/ref-add.sin
295 sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' $(srcdir)/ref-add.sin > t-ref-add.sed
297 ref-del.sed: $(srcdir)/ref-del.sin
298 sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' $(srcdir)/ref-del.sin > t-ref-del.sed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drdft.c29 /* sin(2*pi*x/n) for 0<=x<n/4, followed by n/2<=x<3n/4 */
68 s->tsin[i] = sin(i*theta);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dping.c99 pingaddr = lsa->sin;
260 struct sockaddr_in sin; member in union:globals::__anon11373
570 pingaddr.sin = lsa->sin;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/intl/
H A DMakefile172 config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc \
212 .SUFFIXES: .c .y .o .lo .sin .sed
294 ref-add.sed: $(srcdir)/ref-add.sin
295 sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' $(srcdir)/ref-add.sin > t-ref-add.sed
297 ref-del.sed: $(srcdir)/ref-del.sin
298 sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' $(srcdir)/ref-del.sin > t-ref-del.sed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_connection_sock.c642 struct sockaddr_in *sin = (struct sockaddr_in *)uaddr; local
645 sin->sin_family = AF_INET;
646 sin->sin_addr.s_addr = inet->daddr;
647 sin->sin_port = inet->dport;
H A Dudp.c816 struct sockaddr_in *sin = (struct sockaddr_in *)msg->msg_name; local
826 *addr_len=sizeof(*sin);
870 if (sin)
872 sin->sin_family = AF_INET;
873 sin->sin_port = udp_hdr(skb)->source;
874 sin->sin_addr.s_addr = ip_hdr(skb)->saddr;
875 memset(sin->sin_zero, 0, sizeof(sin->sin_zero));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dssin.S12 | Output: The function value sin(X) or cos(X) returned in Fp0 if SIN or
13 | COS is requested. Otherwise, for SINCOS, sin(X) is returned
45 | 6. (k is even) Set j := k/2, sgn := (-1)**j. Return sgn*sin(r)
46 | where sin(r) is approximated by an odd polynomial in r
67 | SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where
68 | sin(r) and cos(r) are computed as odd and even polynomials
72 | SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where
73 | sin(r) and cos(r) are computed as odd and even polynomials
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/po/
H A DMakefile69 DISTFILES.common = Makefile.in.in remove-potcdate.sin \
242 .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update
254 .sin.sed:
592 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
628 en@quot.insert-header: insert-header.sin
629 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
631 en@boldquot.insert-header: insert-header.sin
632 sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-wxwidgets/po/
H A DMakefile.am74 SUFFIXES = .po .gmo .mo .sed .sin .nop .po-create .po-update
86 .sin.sed:
290 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-clisp/po/
H A DMakefile.am68 SUFFIXES = .po .gmo .mo .sed .sin .nop .po-create .po-update
80 .sin.sed:
284 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-gawk/po/
H A DMakefile.am68 SUFFIXES = .po .gmo .mo .sed .sin .nop .po-create .po-update
80 .sin.sed:
284 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-guile/po/
H A DMakefile.am68 SUFFIXES = .po .gmo .mo .sed .sin .nop .po-create .po-update
80 .sin.sed:
284 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-librep/po/
H A DMakefile.am68 SUFFIXES = .po .gmo .mo .sed .sin .nop .po-create .po-update
80 .sin.sed:
284 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-pascal/po/
H A DMakefile.am68 SUFFIXES = .po .gmo .mo .sed .sin .nop .po-create .po-update
80 .sin.sed:
284 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-perl/po/
H A DMakefile.am78 SUFFIXES = .po .gmo .mo .sed .sin .nop .po-create .po-update
90 .sin.sed:
294 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-php/po/
H A DMakefile.am68 SUFFIXES = .po .gmo .mo .sed .sin .nop .po-create .po-update
80 .sin.sed:
284 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-python/po/
H A DMakefile.am68 SUFFIXES = .po .gmo .mo .sed .sin .nop .po-create .po-update
80 .sin.sed:
284 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-sh/po/
H A DMakefile.am68 SUFFIXES = .po .gmo .mo .sed .sin .nop .po-create .po-update
80 .sin.sed:
284 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-smalltalk/po/
H A DMakefile.am68 SUFFIXES = .po .gmo .mo .sed .sin .nop .po-create .po-update
80 .sin.sed:
284 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-ycp/po/
H A DMakefile.am68 SUFFIXES = .po .gmo .mo .sed .sin .nop .po-create .po-update
80 .sin.sed:
284 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dlp.c922 struct sockaddr_in sin; local
947 memset( &sin, 0, sizeof( struct sockaddr_in ));
948 sin.sin_family = AF_INET;
949 /* sin.sin_addr.s_addr = htonl( INADDR_LOOPBACK ); */
950 memcpy( &sin.sin_addr, hp->h_addr, hp->h_length );
951 sin.sin_port = sp->s_port;
953 if ( connect( privfd, (struct sockaddr *)&sin,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dlp.c922 struct sockaddr_in sin; local
947 memset( &sin, 0, sizeof( struct sockaddr_in ));
948 sin.sin_family = AF_INET;
949 /* sin.sin_addr.s_addr = htonl( INADDR_LOOPBACK ); */
950 memcpy( &sin.sin_addr, hp->h_addr, hp->h_length );
951 sin.sin_port = sp->s_port;
953 if ( connect( privfd, (struct sockaddr *)&sin,

Completed in 477 milliseconds

123456789