Searched refs:s6_addr16 (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dhostname.c63 # if !defined(__CYGWIN__) /* Cygwin has only s6_addr, no s6_addr16 */
68 /* Use s6_addr16 for portability. See RFC 2553. */
69 # ifndef s6_addr16
70 # define s6_addr16 in6_u.u6_addr16 macro
292 ntohs ((addr).s6_addr16[0]), \
293 ntohs ((addr).s6_addr16[1]), \
294 ntohs ((addr).s6_addr16[2]), \
295 ntohs ((addr).s6_addr16[3]), \
296 ntohs ((addr).s6_addr16[4]), \
297 ntohs ((addr).s6_addr16[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dif_inet6.h217 (addr->s6_addr16[1] == 0) &&
220 (addr->s6_addr16[6] == 0) &&
224 (addr->s6_addr16[1] == 0) &&
226 (addr->s6_addr16[4] == 0) &&
240 (addr->s6_addr16[1] == 0) &&
243 (addr->s6_addr16[6] == 0) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkernel.h787 ntohs((addr).s6_addr16[0]), \
788 ntohs((addr).s6_addr16[1]), \
789 ntohs((addr).s6_addr16[2]), \
790 ntohs((addr).s6_addr16[3]), \
791 ntohs((addr).s6_addr16[4]), \
792 ntohs((addr).s6_addr16[5]), \
793 ntohs((addr).s6_addr16[6]), \
794 ntohs((addr).s6_addr16[7])
H A Din6.h37 #define s6_addr16 in6_u.u6_addr16 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/
H A Dip6_misc.h51 #define s6_addr16 in6_u.u6_addr16 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping6.c329 if ((firsthop.sin6_addr.s6_addr16[0]&htons(0xffc0)) == htons (0xfe80) ||
330 (firsthop.sin6_addr.s6_addr16[0]&htons(0xffff)) == htons (0xff02)) {
382 if ((whereto.sin6_addr.s6_addr16[0]&htons(0xff00)) == htons (0xff00)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dgram.y40 # define s6_addr16 __u6_addr.__u6_addr16
H A Dgram.c192 # define s6_addr16 __u6_addr.__u6_addr16
H A Dconfigure4905 int u = in6_u.s6_addr16;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dgram.y40 # define s6_addr16 __u6_addr.__u6_addr16
H A Dgram.c192 # define s6_addr16 __u6_addr.__u6_addr16
H A Dconfigure6378 int u = in6_u.s6_addr16;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dsit.c611 if (v6dst->s6_addr16[0] == htons(0x2002)) {
613 memcpy(&dst, &v6dst->s6_addr16[1], 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dvsprintf.c797 if (in6.s6_addr16[j] != 0)
824 word = ntohs(in6.s6_addr16[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c162 sin6.s6_addr16[0] = htons(0xfe80); \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c110 sin6.s6_addr16[0] = htons(0xfe80); \

Completed in 275 milliseconds