Home
last modified time | relevance | path

Searched defs:probe_if_index (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/netinet/
H A Dtcp_timer.h268 u_int16_t probe_if_index; /* Interface index that needs to send probes */ member
H A Dtcp_timer.c2021 u_int16_t probe_if_index) in tcp_run_conn_timer()
2763 tcp_interface_send_probe(u_int16_t probe_if_index) in tcp_interface_send_probe()
H A Dtcp_var.h1006 #define TCP_IF_STATE_CHANGED(tp, probe_if_index) \ argument