OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in6pcb
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/netinet6/
sctp6_usrreq.c
94
#ifndef
in6pcb
95
#define
in6pcb
inpcb
macro
577
struct
in6pcb
*inp6;
596
inp6 = (struct
in6pcb
*)inp;
629
struct
in6pcb
*inp6;
638
inp6 = (struct
in6pcb
*)inp;
796
struct
in6pcb
*inp6;
809
inp6 = (struct
in6pcb
*)inp;
919
struct
in6pcb
*inp6;
926
inp6 = (struct
in6pcb
*)so->so_pcb
[
all
...]
/src/usr.bin/systat/
netstat.c
266
struct
in6pcb
in6pcb
;
local
273
KREAD(inpcbp, &
in6pcb
, sizeof (
in6pcb
));
274
inp = (struct inpcb *)&
in6pcb
;
/src/sys/netinet/
in_pcb.h
134
struct
in6pcb
{
struct
144
#define in6p_faddr(inpcb) (((struct
in6pcb
*)(inpcb))->in6p_ip6.ip6_dst)
145
#define in6p_laddr(inpcb) (((struct
in6pcb
*)(inpcb))->in6p_ip6.ip6_src)
146
#define const_in6p_faddr(inpcb) (((const struct
in6pcb
*)(inpcb))->in6p_ip6.ip6_dst)
147
#define const_in6p_laddr(inpcb) (((const struct
in6pcb
*)(inpcb))->in6p_ip6.ip6_src)
148
#define in6p_ip6(inpcb) (((struct
in6pcb
*)(inpcb))->in6p_ip6)
149
#define in6p_flowinfo(inpcb) (((struct
in6pcb
*)(inpcb))->in6p_ip6.ip6_flow)
150
#define const_in6p_flowinfo(inpcb) (((const struct
in6pcb
*)(inpcb))->in6p_ip6.ip6_flow)
151
#define in6p_hops6(inpcb) (((struct
in6pcb
*)(inpcb))->in6p_hops)
152
#define in6p_cksum(inpcb) (((struct
in6pcb
*)(inpcb))->in6p_cksum
[
all
...]
sctp_usrreq.c
87
#ifndef
in6pcb
88
#define
in6pcb
inpcb
macro
939
(((struct
in6pcb
*)inp)->in6p_flags & IN6P_IPV6_V6ONLY)
941
(((struct
in6pcb
*)inp)->inp_flags & IN6P_IPV6_V6ONLY)
1242
struct
in6pcb
*inp6;
1243
inp6 = (struct
in6pcb
*)inp;
3239
struct
in6pcb
*in6p;
sctp_output.c
86
#ifndef
in6pcb
87
#define
in6pcb
inpcb
macro
2446
ret = ip6_output(m, ((struct
in6pcb
*)inp)->in6p_outputopts,
2449
((struct
in6pcb
*)inp)->in6p_moptions,
3372
(((struct
in6pcb
*)in_inp)->in6p_flags & IN6P_IPV6_V6ONLY)
/src/usr.bin/netstat/
inet6.c
144
struct
in6pcb
in6pcb
;
variable in typeref:struct:in6pcb
313
kread((u_long)next, (char *)&
in6pcb
, sizeof
in6pcb
);
314
inp = (struct inpcb *)&
in6pcb
;
/src/usr.bin/fstat/
fstat.c
1067
struct
in6pcb
in6pcb
;
local
1155
if (kvm_read(kd, (u_long)so.so_pcb, (char *)&
in6pcb
,
1156
sizeof(
in6pcb
)) != sizeof(
in6pcb
)) {
1157
dprintf("can't read
in6pcb
at %p", so.so_pcb);
1160
struct inpcb *inp = (struct inpcb *)&
in6pcb
;
Completed in 171 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026