Searched refs:ID0bind_un (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Did.h46 extern int ID0bind_un(int, const struct sockaddr_un *);
69 #define ID0bind_un(s, n) bind(s, (const struct sockaddr *)(n), sizeof *(n)) macro
H A Did.c228 ID0bind_un(int s, const struct sockaddr_un *name) function
H A Dmp.c1151 if (ID0bind_un(s->fd, &s->socket) < 0) {

Completed in 46 milliseconds