Home
last modified time | relevance | path

Searched refs:inpcb (Results 1 – 25 of 40) sorted by relevance

12

/dragonfly/sys/netinet/
H A Din_pcb.h91 LIST_HEAD(inpcbhead, inpcb);
96 struct inpcb *ic_inp;
143 struct inpcb *il_inp[];
184 struct inpcb { struct
236 LIST_ENTRY(inpcb) inp_portlist; argument
276 struct inpcb xi_inp; argument
487 void in_losing (struct inpcb *);
517 struct inpcb *
521 struct inpcb *
537 struct inpcb *
[all …]
H A Din_pcb.c278 struct inpcb *inp; in in_pcballoc()
511 struct inpcb *t; in in_pcbbind_laddrport_check()
726 struct inpcb *inp; in in_pcblookup_localremote()
1228 struct inpcb *inp; in in_setsockaddr()
1262 struct inpcb *inp; in in_setpeeraddr()
1467 struct inpcb *inp; in in_pcblookup_local()
1549 struct inpcb *
1602 struct inpcb *inp; in inp_localgroup_lookup()
1699 struct inpcb *
1865 struct inpcb *
[all …]
H A Dudp_usrreq.c328 struct inpcb *inp;
329 struct inpcb *last;
378 struct inpcb *inp; in udp_input()
777 struct inpcb *inp; in udp_ctlinput()
817 struct inpcb *inp; in udp_getcred()
1268 struct inpcb *inp; in udp_attach()
1437 struct inpcb *inp; in udp_bind()
1539 struct inpcb *inp; in udp_connect()
1817 struct inpcb *inp; in udp_detach()
1890 struct inpcb *inp; in udp_disconnect()
[all …]
H A Draw_ip.c126 ripcbinfo.ipi_size = sizeof(struct inpcb); in rip_init()
140 struct inpcb *inp; in rip_input()
141 struct inpcb *last = NULL; in rip_input()
223 struct inpcb *inp = so->so_pcb; in rip_output()
305 struct inpcb *inp = so->so_pcb; in rip_ctloutput()
465 struct inpcb *inp; in rip_attach()
484 inp = (struct inpcb *)so->so_pcb; in rip_attach()
496 struct inpcb *inp; in rip_detach()
545 struct inpcb *inp = so->so_pcb; in rip_bind()
573 struct inpcb *inp = so->so_pcb; in rip_connect()
[all …]
H A Dtcp_usrreq.c205 struct inpcb *inp; in tcp_usr_attach()
237 struct inpcb *inp; in tcp_usr_detach()
305 struct inpcb *inp; in tcp_usr_bind()
396 struct inpcb *inp; in tcp6_usr_bind()
448 struct inpcb *inp; in tcp_usr_listen()
525 struct inpcb *inp; in tcp6_usr_listen()
586 struct inpcb *inp; in tcp_usr_connect()
629 struct inpcb *inp; in tcp6_usr_connect()
688 struct inpcb *inp; in tcp_usr_disconnect()
707 struct inpcb *inp; in tcp_usr_accept()
[all …]
H A Dtcp_var.h161 struct inpcb *t_inpcb; /* back pointer to internet pcb */
586 struct inpcb xt_inp;
677 void tcp_drop_syn_sent (struct inpcb *, int);
678 void tcp_mtudisc (struct inpcb *, int);
679 void tcp_newtcpcb (struct inpcb *);
686 void tcp_quench (struct inpcb *, int);
764 tcp_pcbport_insert(struct tcpcb *ltp, struct inpcb *inp) in tcp_pcbport_insert()
793 tcp_pcbport_remove(struct inpcb *inp) in tcp_pcbport_remove()
H A Dtcp_subr.c339 struct inpcb inp;
569 struct inpcb *inp = NULL; in tcp_respond()
850 struct inpcb *inp_inh = NULL; in tcp_close()
1093 struct inpcb *inpb; in tcp_drain_oncpu()
1229 struct inpcb *marker; in tcp_pcblist()
1230 struct inpcb *inp; in tcp_pcblist()
1329 struct inpcb *inp; in tcp_getcred()
1370 struct inpcb *inp; in tcp6_getcred()
1496 struct inpcb *inp; in tcp_ctlinput()
2356 struct inpcb *inp; in tcp_drop_sysctl_dispatch()
[all …]
H A Dip_var.h168 struct inpcb;
208 struct inpcb *);
211 void ip_savecontrol(struct inpcb *, struct mbuf **, struct ip *,
H A Dip_divert.c136 divcbinfo.ipi_size = sizeof(struct inpcb); in div_init()
164 struct inpcb *inp; in div_packet()
381 struct inpcb *inp; in div_attach()
400 inp = (struct inpcb *)so->so_pcb; in div_attach()
417 struct inpcb *inp; in div_detach()
H A Dudp_var.h169 void udp_notify (struct inpcb *inp, int error);
/dragonfly/sys/netinet6/
H A Din6_pcb.h87 struct inpcb;
100 void in6_losing (struct inpcb *);
102 int in6_pcbbind (struct inpcb *, struct sockaddr *, struct thread *);
103 int in6_pcbconnect (struct inpcb *, struct sockaddr *, struct thread *);
104 void in6_pcbdetach (struct inpcb *);
105 void in6_pcbdisconnect (struct inpcb *);
106 int in6_pcbladdr (struct inpcb *, struct sockaddr *,
108 struct inpcb *
111 struct inpcb *
118 void in6_rtchange (struct inpcb *, int);
[all …]
H A Din6_pcb.c121 struct inpcb *t; in in6_pcbbind()
426 struct inpcb *inp; in in6_setsockaddr()
475 struct inpcb *inp; in in6_setpeeraddr()
513 struct inpcb *inp, *marker; in in6_pcbnotify()
613 struct inpcb *
620 struct inpcb *inp; in in6_pcblookup_local()
624 struct inpcb *match = NULL; in in6_pcblookup_local()
766 in6_losing(struct inpcb *in6p) in in6_losing()
811 struct inpcb *
817 struct inpcb *inp; in in6_pcblookup_hash()
[all …]
H A Dudp6_usrreq.c141 struct inpcb *in6p; in udp6_input()
175 struct inpcb *last, *marker; in udp6_input()
456 struct inpcb *inp; in udp6_getcred()
499 struct inpcb *inp; in udp6_abort()
519 struct inpcb *inp; in udp6_attach()
539 inp = (struct inpcb *)so->so_pcb; in udp6_attach()
561 struct inpcb *inp; in udp6_bind()
587 struct inpcb *inp; in udp6_connect()
629 struct inpcb *inp; in udp6_detach()
646 struct inpcb *inp; in udp6_disconnect()
[all …]
H A Dip6_var.h333 struct inpcb;
358 void ip6_savecontrol (struct inpcb *, struct mbuf **, struct ip6_hdr *,
360 void ip6_notify_pmtu (struct inpcb *, struct sockaddr_in6 *,
371 struct inpcb *);
381 int ip6_optlen (struct inpcb *);
H A Draw_ip6.c126 struct inpcb *in6p; in rip6_input()
127 struct inpcb *last = NULL; in rip6_input()
276 struct inpcb *in6p; in rip6_output()
524 struct inpcb *inp; in rip6_attach()
543 inp = (struct inpcb *)so->so_pcb; in rip6_attach()
560 struct inpcb *inp; in rip6_detach()
592 struct inpcb *inp = so->so_pcb; in rip6_disconnect()
610 struct inpcb *inp = so->so_pcb; in rip6_bind()
655 struct inpcb *inp = so->so_pcb; in rip6_connect()
718 struct inpcb *inp = so->so_pcb; in rip6_send()
H A Dudp6_var.h79 struct inpcb;
84 int udp6_output (struct inpcb *inp, struct mbuf *m,
H A Din6_src.c381 struct inpcb *inp, u_short lport, struct ucred *cred, int wild) in in6_pcbporthash_update()
409 in6_pcbsetlport(struct in6_addr *laddr, struct inpcb *inp, struct thread *td) in in6_pcbsetlport()
522 struct inpcb *in6p, in in6_embedscope()
H A Din6_var.h635 struct inpcb;
637 struct inpcb *, struct ifnet **);
H A Dudp6_output.c108 #define in6pcb inpcb
/dragonfly/usr.bin/systat/
H A Dextern.h52 struct inpcb;
63 int checkhost(struct inpcb *);
64 int checkport(struct inpcb *);
H A Dnetcmds.c220 checkport(struct inpcb *inp) in checkport()
279 checkhost(struct inpcb *inp) in checkhost()
H A Dnetstat.c76 static void enter(struct inpcb *, struct xsocket *, int, const char *);
233 enter(struct inpcb *inp, struct xsocket *so, int state, const char *proto) in enter()
/dragonfly/usr.bin/fstat/
H A Dfstat.c864 struct inpcb inpcb; in socktrans() local
923 (char *)&inpcb, sizeof(struct inpcb)) in socktrans()
924 != sizeof(struct inpcb)) { in socktrans()
930 printf(" %lx", (u_long)inpcb.inp_ppcb); in socktrans()
/dragonfly/test/debug/
H A Dwildcardinfo.c151 struct inpcb pcb; in dumpinpcontainerhead()
/dragonfly/sys/net/ipfw3_layer4/
H A Dip_fw3_layer4.c102 struct inpcb *pcb; in ip_fw3_match_guid()

12