OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inpcb
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
in_pcb.h
89
struct
inpcb
{
struct
90
LIST_ENTRY(
inpcb
) inp_hash;
91
LIST_ENTRY(
inpcb
) inp_lhash;
92
TAILQ_ENTRY(
inpcb
) inp_queue;
118
struct
inpcb
in4p_pcb;
125
#define in4p_faddr(
inpcb
) (((struct in4pcb *)(
inpcb
))->in4p_ip.ip_dst)
126
#define in4p_laddr(
inpcb
) (((struct in4pcb *)(
inpcb
))->in4p_ip.ip_src)
127
#define const_in4p_faddr(
inpcb
) (((const struct in4pcb *)(inpcb))->in4p_ip.ip_dst
[
all
...]
in_pcb.h
89
struct
inpcb
{
struct
90
LIST_ENTRY(
inpcb
) inp_hash;
91
LIST_ENTRY(
inpcb
) inp_lhash;
92
TAILQ_ENTRY(
inpcb
) inp_queue;
118
struct
inpcb
in4p_pcb;
125
#define in4p_faddr(
inpcb
) (((struct in4pcb *)(
inpcb
))->in4p_ip.ip_dst)
126
#define in4p_laddr(
inpcb
) (((struct in4pcb *)(
inpcb
))->in4p_ip.ip_src)
127
#define const_in4p_faddr(
inpcb
) (((const struct in4pcb *)(inpcb))->in4p_ip.ip_dst
[
all
...]
in_pcb.h
89
struct
inpcb
{
struct
90
LIST_ENTRY(
inpcb
) inp_hash;
91
LIST_ENTRY(
inpcb
) inp_lhash;
92
TAILQ_ENTRY(
inpcb
) inp_queue;
118
struct
inpcb
in4p_pcb;
125
#define in4p_faddr(
inpcb
) (((struct in4pcb *)(
inpcb
))->in4p_ip.ip_dst)
126
#define in4p_laddr(
inpcb
) (((struct in4pcb *)(
inpcb
))->in4p_ip.ip_src)
127
#define const_in4p_faddr(
inpcb
) (((const struct in4pcb *)(inpcb))->in4p_ip.ip_dst
[
all
...]
Completed in 143 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025