Home
last modified time | relevance | path

Searched refs:make_sock (Results 1 – 1 of 1) sorted by relevance

/external/dhcpcd-6.8.2/
Dcontrol.c206 make_sock(struct sockaddr_un *sa, const char *ifname, int unpriv) in make_sock() function
253 if ((fd = make_sock(&sa, ifname, (fmode & S_UNPRIV) == S_UNPRIV)) == -1) in control_start1()
338 if ((ctx->control_fd = make_sock(&sa, ifname, 0)) == -1) in control_open()