Home
last modified time | relevance | path

Searched defs:inpcb (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet/
H A Din_pcb.h89 struct inpcb { struct
101 struct inpcbtable *inp_table; argument
102 struct inpcbpolicy *inp_sp; /* security policy */ argument
118 struct inpcb in4p_pcb; argument
125 #define in4p_faddr(inpcb) (((struct in4pcb *)(inpcb))->in4p_ip.ip_dst) argument
126 #define in4p_laddr(inpcb) (((struct in4pcb *)(inpcb))->in4p_ip.ip_src) argument
127 #define const_in4p_faddr(inpcb) (((const struct in4pcb *)(inpcb))->in4p_ip.ip_dst) argument
128 #define const_in4p_laddr(inpcb) (((const struct in4pcb *)(inpcb))->in4p_ip.ip_src) argument
129 #define in4p_ip(inpcb) (((struct in4pcb *)(inpcb))->in4p_ip) argument
130 #define in4p_errormtu(inpcb) (((struct in4pcb *)(inpcb))->in4p_errormtu) argument
[all …]
H A Din_pcb.c771 void (*notify)(struct inpcb *, int)) in inpcb_notify()
800 void (*notify)(struct inpcb *, int)) in inpcb_notifyall()
H A Draw_ip.c239 void (*notify)(struct inpcb *, int)) in rip_pcbnotify()
/netbsd-src/sys/netinet6/
H A Din6_pcb.c604 void *cmdarg, void (*notify)(struct inpcb *, int)) in in6pcb_notify()