Home
last modified time | relevance | path

Searched defs:addrSize (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLibCWrapper.cs221 public static int Bind(int domain, SocketAddressCan addr, int addrSize) in Bind()
254 public static extern int bind(int sockfd, ref SocketAddressCan addr, int addrSize); in bind()