Home
last modified time | relevance | path

Searched refs:conn_probe (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Ddlil.c6535 if_probe_connectivity(struct ifnet *ifp, u_int32_t conn_probe) in if_probe_connectivity() argument
6537 if (conn_probe > 1) { in if_probe_connectivity()
6540 if (conn_probe == 0) { in if_probe_connectivity()
6547 if_name(ifp), conn_probe, proc_best_name(current_proc()), proc_selfpid()); in if_probe_connectivity()
6553 tcp_probe_connectivity(ifp, conn_probe); in if_probe_connectivity()
H A Dif_var_private.h1729 u_int32_t conn_probe);