Searched refs:ff_getsockname (Results 1 – 5 of 5) sorted by relevance
27 ff_getsockname
84 int ff_getsockname(int s, struct linux_sockaddr *name,
1064 ff_getsockname(int s, struct linux_sockaddr *name, in ff_getsockname() function
96 #### ff_getsockname subsubsection98 int ff_getsockname(int s, struct linux_sockaddr *name,101 …ff_getsockname() returns the current address to which the socket sockfd is bound, in the buffer po…
296 return ff_getsockname(sockfd, in getsockname()