HomeSort by relevance Sort by last modified time
    Searched defs:ID0bind_un (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
id.h 46 extern int ID0bind_un(int, const struct sockaddr_un *);
81 #define ID0bind_un(s, n) bind(s, (const struct sockaddr *)(n), sizeof *(n))
id.c 239 ID0bind_un(int s, const struct sockaddr_un *name)

Completed in 32 milliseconds