Searched refs:TF_LOCAL (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_newreno.c177 if ( tp->t_flags & TF_LOCAL )
H A Din_tclass.c931 if (intotcpcb(inp)->t_flags & TF_LOCAL)
H A Dtcp_var.h216 #define TF_LOCAL 0x20000 /* connection to a host on local link */ macro
H A Dtcp_input.c4378 tp->t_flags |= TF_LOCAL;
4389 tp->t_flags |= TF_LOCAL;
4392 isnetlocal = (tp->t_flags & TF_LOCAL);
H A Dtcp_subr.c928 int isnetlocal = (tp->t_flags & TF_LOCAL);

Completed in 41 milliseconds