[haiku-gsoc] Re: Queries regarding the current code for tcp

  • From: Jérôme Duval <jerome.duval@xxxxxxxxx>
  • To: haiku-gsoc@xxxxxxxxxxxxx
  • Date: Mon, 5 Jun 2017 20:21:35 +0200

Am 05.06.2017 8:10 nachm. schrieb "Ayush Agrawal" <echo.27.04.96@xxxxxxxxx>:



They will be called using the function pointer names defined in the
struct, so you won't see calls to the implemented function names.


I did search for the function pointer names defined in the struct for
example tcp_open and tcp_bind, but couldn't find a single match in any
other file.



The struct says the name for "tcp_open" is "open":
https://github.com/haiku/haiku/blob/b65adbdfbc322bb7d86d74049389c688e9962f15/headers/private/net/net_protocol.h#L64

Bye
Jerome

Other related posts: