HomeSort by: relevance | last modified time | path
    Searched defs:probes (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rump_dhcpclient/
dhcpcd.h 75 int probes; member in struct:if_state
  /src/sys/netinet/
tcp_vtw.c 782 uint32_t fatps = 0, probes = 0, losings = 0; local in function:vtw_lookup_hash_v4
810 ++probes;
917 if (probes > vtw_stats.max_probe[which])
918 vtw_stats.max_probe[which] = probes;
935 uint32_t fatps = 0, probes = 0, losings = 0; local in function:vtw_lookup_hash_v6
963 ++probes;
1014 if (probes > vtw_stats.max_probe[which])
1015 vtw_stats.max_probe[which] = probes;
1034 uint32_t fatps = 0, probes = 0, losings = 0; local in function:vtw_next_port_v4
1060 ++probes;
1148 uint32_t fatps = 0, probes = 0, losings = 0; local in function:vtw_next_port_v6
    [all...]

Completed in 12 milliseconds