Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_vtw.c409 vtw_alive(const vtw_t * vtw) vtw_alive() argument
437 vtw_index(vtw_ctl_t * ctl,vtw_t * vtw) vtw_index() argument
467 vtw_v4_t *vtw = ctl->base.v4 + idx; vtw_from_index() local
472 vtw_v6_t *vtw = ctl->base.v6 + idx; vtw_from_index() local
490 vtw_next(vtw_ctl_t * ctl,vtw_t * vtw) vtw_next() argument
511 vtw_unhash(vtw_ctl_t * ctl,vtw_t * vtw) vtw_unhash() argument
673 vtw_del(vtw_ctl_t * ctl,vtw_t * vtw) vtw_del() argument
702 vtw_inshash_v4(vtw_ctl_t * ctl,vtw_t * vtw) vtw_inshash_v4() argument
741 vtw_inshash_v6(vtw_ctl_t * ctl,vtw_t * vtw) vtw_inshash_v6() argument
775 vtw_t *vtw; vtw_lookup_hash_v4() local
928 vtw_t *vtw; vtw_lookup_hash_v6() local
1026 vtw_t *vtw; vtw_next_port_v4() local
1140 vtw_t *vtw; vtw_next_port_v6() local
1375 vtw_t *vtw = 0; vtw_alloc() local
1484 vtw_t *vtw; vtw_age() local
1599 vtw_export_v4(vtw_ctl_t * ctl,vtw_t * vtw,vestigial_inpcb_t * res) vtw_export_v4() argument
1637 vtw_t *vtw = 0; tcp_next_port_v4() local
1653 vtw_t *vtw; tcp_lookup_v4() local
1698 vtw_export_v6(vtw_ctl_t * ctl,vtw_t * vtw,vestigial_inpcb_t * res) vtw_export_v6() argument
1737 vtw_t *vtw = 0; tcp_next_port_v6() local
1754 vtw_t *vtw; tcp_lookup_v6() local
1880 vtw_t *vtw; vtw_add() local
2057 vtw_t *vtw; vtw_restart_v4() local
2105 vtw_t *vtw; vtw_restart_v6() local
2227 vtw_t *vtw; vtw_debug_add() local
2373 vtw_t *vtw; vtw_sanity_check() local
[all...]
H A Dtcp_vtw.h271 vtw_ctl_t *vtw; /* associated VTWs */ member
389 struct vtw_common *vtw; member
/netbsd-src/usr.bin/netstat/
H A Dinet6.c247 print_vtw_v6(const vtw_t *vtw) in print_vtw_v6()
H A Dinet.c190 print_vtw_v4(const vtw_t *vtw) in print_vtw_v4()