HomeSort by: relevance | last modified time | path
    Searched defs:getsocket (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/net/mcast/
mcast.c 188 getsocket(const char *host, const char *port, function in typeref:typename:int
277 s = getsocket(host, port, conn ? connect : connector, &slen, bug);
321 s = getsocket(host, port, bind, &slen, bug);
  /src/usr.sbin/arp/
arp.c 93 static int getsocket(void);
231 getsocket(void) function in typeref:typename:int
279 s = getsocket();
416 s = getsocket();
  /src/usr.sbin/ndp/
ndp.c 142 static void getsocket(void);
256 getsocket(void) function in typeref:typename:void
301 getsocket();
422 getsocket();

Completed in 12 milliseconds