OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s6_addr16
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/gpl2/gettext/dist/gettext-tools/src/
hostname.c
64
# if !defined(__CYGWIN__) /* Cygwin has only s6_addr, no
s6_addr16
*/
69
/* Use
s6_addr16
for portability. See RFC 2553. */
70
# ifndef
s6_addr16
71
# define
s6_addr16
in6_u.u6_addr16
macro
289
ntohs ((addr).
s6_addr16
[0]), \
290
ntohs ((addr).
s6_addr16
[1]), \
291
ntohs ((addr).
s6_addr16
[2]), \
292
ntohs ((addr).
s6_addr16
[3]), \
293
ntohs ((addr).
s6_addr16
[4]), \
294
ntohs ((addr).
s6_addr16
[5]),
[
all
...]
/src/sys/netinet6/
scope6.c
212
sin6->sin6_addr.
s6_addr16
[1] = htons(zoneid & 0xffff);
254
zoneid = ntohs(sin6->sin6_addr.
s6_addr16
[1]);
262
sin6->sin6_addr.
s6_addr16
[1] = 0;
274
in6->
s6_addr16
[1] = htons(zoneid & 0xffff); /* XXX */
378
if (in6->
s6_addr16
[1] != 0)
380
in6->
s6_addr16
[1] = 0;
nd6_nbr.c
148
if (daddr6.
s6_addr16
[0] == IPV6_ADDR_INT16_MLL &&
466
ip6->ip6_dst.
s6_addr16
[0] = IPV6_ADDR_INT16_MLL;
467
ip6->ip6_dst.
s6_addr16
[1] = 0;
965
daddr6.
s6_addr16
[0] = IPV6_ADDR_INT16_MLL;
966
daddr6.
s6_addr16
[1] = 0;
in6.c
814
llsol->
s6_addr16
[0] = htons(0xff02);
897
ntohs(mltaddr.sin6_addr.
s6_addr16
[0]),
898
ntohs(mltaddr.sin6_addr.
s6_addr16
[1]),
899
satocsin6(rt_getkey(rt))->sin6_addr.
s6_addr16
[0],
900
satocsin6(rt_getkey(rt))->sin6_addr.
s6_addr16
[1]);
996
ntohs(mltaddr.sin6_addr.
s6_addr16
[0]),
997
ntohs(mltaddr.sin6_addr.
s6_addr16
[1]),
998
satocsin6(rt_getkey(rt))->sin6_addr.
s6_addr16
[0],
999
satocsin6(rt_getkey(rt))->sin6_addr.
s6_addr16
[1]);
in6_pcb.c
428
in6p_laddr(inp).
s6_addr16
[5] = htons(0xffff);
464
mapped.
s6_addr16
[5] = htons(0xffff);
1119
zero_mapped.
s6_addr16
[5] = 0xffff;
in6_ifattach.c
538
sa6->sin6_addr.
s6_addr16
[0] = htons(0xff02);
in6.h
134
#define
s6_addr16
__u6_addr.__u6_addr16
macro
udp6_usrreq.c
900
laddr_mapped.
s6_addr16
[5] = 0xffff; /* ugly */
/src/sys/fs/nfs/server/
nfs_nfsdkrpc.c
190
(a)->
s6_addr16
[0], (a)->
s6_addr16
[1], \
191
(a)->
s6_addr16
[2], (a)->
s6_addr16
[3], \
192
(a)->
s6_addr16
[4], (a)->
s6_addr16
[5], \
193
(a)->
s6_addr16
[6], (a)->
s6_addr16
[7]), \
/src/sys/netipsec/
xform_ipip.c
436
ip6->ip6_src.
s6_addr16
[1] = 0;
438
ip6->ip6_dst.
s6_addr16
[1] = 0;
461
ip6o->ip6_dst.
s6_addr16
[1] = htons(saidx->dst.sin6.sin6_scope_id);
463
ip6o->ip6_src.
s6_addr16
[1] = htons(saidx->src.sin6.sin6_scope_id);
ipsec_output.c
341
sin6->sin6_addr.
s6_addr16
[1] = 0;
343
ntohs(ip6->ip6_src.
s6_addr16
[1]);
354
sin6->sin6_addr.
s6_addr16
[1] = 0;
356
ntohs(ip6->ip6_dst.
s6_addr16
[1]);
724
ia2.
s6_addr16
[1] = htons(sa->sin6_scope_id);
ipsec.c
1062
sin6->sin6_addr.
s6_addr16
[1] = 0;
1063
sin6->sin6_scope_id = ntohs(ip6->ip6_src.
s6_addr16
[1]);
1073
sin6->sin6_addr.
s6_addr16
[1] = 0;
1074
sin6->sin6_scope_id = ntohs(ip6->ip6_dst.
s6_addr16
[1]);
xform_ah.c
411
ip6.ip6_src.
s6_addr16
[1] = 0;
413
ip6.ip6_dst.
s6_addr16
[1] = 0;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/netinet/
in_.d
511
uint16_t[8]
s6_addr16
;
633
uint16_t[8]
s6_addr16
;
757
uint16_t[8]
s6_addr16
;
896
uint16_t[8]
s6_addr16
;
1035
uint16_t[8]
s6_addr16
;
1174
uint16_t[8]
s6_addr16
;
1425
uint16_t[8]
s6_addr16
;
1567
uint16_t[8]
s6_addr16
;
1607
uint16_t[8]
s6_addr16
;
/src/sys/net/
if_stf.c
126
#define IN6_IS_ADDR_6TO4(x) (ntohs((x)->
s6_addr16
[0]) == 0x2002)
127
#define GET_V4(x) ((const struct in_addr *)(&(x)->
s6_addr16
[1]))
if_spppsubr.c
4338
desiredaddr.
s6_addr16
[0] = htons(0xfe80);
4545
suggestaddr.
s6_addr16
[0] = htons(0xfe80);
/src/sys/netinet/
ip_carp.c
328
in6.
s6_addr16
[1] = 0;
697
in6_src.
s6_addr16
[1] = 0;
699
in6_found.
s6_addr16
[1] = 0;
1188
ip6->ip6_dst.
s6_addr16
[0] = htons(0xff02);
1989
addr6.sin6_addr.
s6_addr16
[0] = htons(0xff02);
1990
addr6.sin6_addr.
s6_addr16
[1] = htons(sc->sc_if.if_index);
1998
addr6.sin6_addr.
s6_addr16
[0] = htons(0xff02);
1999
addr6.sin6_addr.
s6_addr16
[1] = htons(sc->sc_if.if_index);
tcp_syncache.c
626
in6p_laddr(inp).
s6_addr16
[5] = htons(0xffff);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/netinet/
in_.d
436
extern(D) bool IN6_IS_ADDR_6TO4(in6_addr* x) pure @safe { return ntohs(x.
s6_addr16
[0]) == 0x2002; }
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winsock2.d
618
ushort[8]
s6_addr16
;
/src/sys/dist/pf/net/
pf_if.c
650
p->pfra_ip6addr.
s6_addr16
[1] = 0;
/src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt
709
s6_addr16
"${SOCKADDR_HEADERS}"
/src/external/bsd/libevent/dist/
CMakeLists.txt
709
s6_addr16
"${SOCKADDR_HEADERS}"
/src/external/bsd/ppp/usr.sbin/pppd/
sys-bsd.c
152
sin6.
s6_addr16
[0] = htons(0xfe80); \
/src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c
1455
dst6->sin6_addr.
s6_addr16
[1] = htons(ifp->if_index);
Completed in 147 milliseconds
1
2
Indexes created Thu Sep 24 00:25:51 UTC 2026