OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in6p_laddr
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/netinet6/
in6_pcb.c
222
in6p_laddr
(inp) = sin6->sin6_addr;
339
if (inp->inp_lport || !(IN6_IS_ADDR_UNSPECIFIED(&
in6p_laddr
(inp)) ||
340
(IN6_IS_ADDR_V4MAPPED(&
in6p_laddr
(inp)) &&
341
in6p_laddr
(inp).s6_addr32[3] == 0)))
367
in6p_laddr
(inp) = in6addr_any;
427
if (IN6_IS_ADDR_UNSPECIFIED(&
in6p_laddr
(inp)))
428
in6p_laddr
(inp).s6_addr16[5] = htons(0xffff);
429
if (!IN6_IS_ADDR_V4MAPPED(&
in6p_laddr
(inp)))
433
if (IN6_IS_ADDR_V4MAPPED(&
in6p_laddr
(inp)))
443
if (IN6_IS_ADDR_V4MAPPED(&
in6p_laddr
(inp)) &
[
all
...]
udp6_usrreq.c
476
if (!IN6_IS_ADDR_UNSPECIFIED(&
in6p_laddr
(inp))) {
477
if (!IN6_ARE_ADDR_EQUAL(&
in6p_laddr
(inp),
837
if (!IN6_IS_ADDR_UNSPECIFIED(&
in6p_laddr
(inp)) &&
838
!IN6_IS_ADDR_V4MAPPED(&
in6p_laddr
(inp))) {
859
&
in6p_laddr
(inp), &oifp, &psref, &_laddr);
880
if (IN6_IS_ADDR_UNSPECIFIED(&
in6p_laddr
(inp))) {
909
laddr = &
in6p_laddr
(inp); /* XXX */
933
in6p_laddr
(inp) = in6addr_any;
959
laddr = &
in6p_laddr
(inp);
1185
memset((void *)&
in6p_laddr
(inp), 0, sizeof(in6p_laddr(inp)))
[
all
...]
raw_ip6.c
197
if (!IN6_IS_ADDR_UNSPECIFIED(&
in6p_laddr
(inp)) &&
198
!IN6_ARE_ADDR_EQUAL(&
in6p_laddr
(inp), &ip6->ip6_dst))
441
&inp->inp_route, &
in6p_laddr
(inp), &oifp, &psref, &ip6->ip6_src);
690
in6p_laddr
(inp) = addr->sin6_addr;
745
&
in6p_laddr
(inp), &ifp, &psref, &in6a);
753
in6p_laddr
(inp) = in6a;
icmp6.c
1970
if (!IN6_IS_ADDR_UNSPECIFIED(&
in6p_laddr
(inp)) &&
1971
!IN6_ARE_ADDR_EQUAL(&
in6p_laddr
(inp), &ip6->ip6_dst))
ip6_output.c
1527
!IN6_IS_ADDR_UNSPECIFIED(&
in6p_laddr
(inp))) {
/src/sys/netinet/
tcp_syncache.c
625
memset(&
in6p_laddr
(inp), 0, sizeof(
in6p_laddr
(inp)));
626
in6p_laddr
(inp).s6_addr16[5] = htons(0xffff);
628
&
in6p_laddr
(inp).s6_addr32[3],
643
in6p_laddr
(inp) = ((struct sockaddr_in6 *)dst)->sin6_addr;
portalgo.c
307
sin6.sin6_addr =
in6p_laddr
(inp);
796
DPRINTF("local addr: %s\n", IN6_PRINT(buf, &
in6p_laddr
(inp)));
799
&
in6p_laddr
(inp)));
tcp_subr.c
463
if (IN6_IS_ADDR_V4MAPPED(&
in6p_laddr
(inp))
524
bcopy(&
in6p_laddr
(inp).s6_addr32[3], &ipov->ih_src,
551
ip6->ip6_src =
in6p_laddr
(inp);
569
n->th_sum = in6_cksum_phdr(&
in6p_laddr
(inp),
1876
if (IN6_ARE_ADDR_EQUAL(&
in6p_laddr
(tp->t_inpcb),
1985
return tcp_new_iss1(&
in6p_laddr
(tp->t_inpcb),
1987
tp->t_inpcb->inp_fport, sizeof(
in6p_laddr
(tp->t_inpcb)));
in_pcb.h
145
#define
in6p_laddr
(inpcb) (((struct in6pcb *)(inpcb))->in6p_ip6.ip6_src)
macro
tcp_vtw.c
1979
v6->laddr =
in6p_laddr
(inp);
1999
, &
in6p_laddr
(inp), inp->inp_lport
2005
, &
in6p_laddr
(inp), inp->inp_lport
2015
it = tcp_init_ports_v6(&
in6p_laddr
(inp)
dccp_usrreq.c
446
in6p_laddr
(inp) = ip6->ip6_dst;
1356
ip6->ip6_src =
in6p_laddr
(inp);
tcp_usrreq.c
586
if (IN6_IS_ADDR_V4MAPPED(&
in6p_laddr
(inp)))
/src/usr.bin/systat/
netstat.c
286
if (!aflag && IN6_IS_ADDR_UNSPECIFIED(&
in6p_laddr
(inp)))
369
!IN6_ARE_ADDR_EQUAL(&p->ni_laddr6, &
in6p_laddr
(inp)))
385
p->ni_laddr6 =
in6p_laddr
(inp);
netcmds.c
353
if (IN6_ARE_ADDR_EQUAL(&sin6->sin6_addr, &
in6p_laddr
(inp)) ||
/src/usr.bin/netstat/
inet6.c
336
sin6.sin6_addr =
in6p_laddr
(inp);
/src/usr.bin/fstat/
fstat.c
1159
inet6_addrstr(lbuf, sizeof(lbuf), &
in6p_laddr
(inp),
Completed in 27 milliseconds
Indexes created Mon Oct 27 20:09:55 GMT 2025