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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c1184 tcp_fill_info_for_info_tuple(struct info_tuple *itpl, struct tcp_info *ti) argument
1191 if (itpl->itpl_proto == IPPROTO_TCP)
1196 if (itpl->itpl_local_sa.sa_family == AF_INET &&
1197 itpl->itpl_remote_sa.sa_family == AF_INET) {
1199 itpl->itpl_remote_sin.sin_addr,
1200 itpl->itpl_remote_sin.sin_port,
1201 itpl->itpl_local_sin.sin_addr,
1202 itpl->itpl_local_sin.sin_port,
1204 } else if (itpl->itpl_local_sa.sa_family == AF_INET6 &&
1205 itpl
1247 struct info_tuple itpl; local
[all...]

Completed in 75 milliseconds