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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_usrreq.c649 struct so_aidreq32 aidr; local
650 bcopy(data, &aidr, sizeof (aidr));
651 error = mptcp_getassocids(mpte, &aidr.sar_cnt,
652 aidr.sar_aidp);
654 bcopy(&aidr, data, sizeof (aidr));
659 struct so_aidreq64 aidr; local
660 bcopy(data, &aidr, sizeof (aidr));
[all...]

Completed in 70 milliseconds