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

  • From: Ayush Agrawal <echo.27.04.96@xxxxxxxxx>
  • To: haiku-gsoc@xxxxxxxxxxxxx
  • Date: Mon, 5 Jun 2017 23:40:06 +0530


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.


s is for static variables (local to file/translation unit), g is for
global variables (accessible in other files/translation units).


Thanks for that. It was kind of easy. Should have guessed it.

Other related posts: