Searched refs:ID0socket (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
H A Dprobe.c61 if ((s = ID0socket(PF_INET6, SOCK_DGRAM, 0)) == -1)
H A Did.h39 extern int ID0socket(int, int, int);
62 #define ID0socket socket macro
H A Diface.c389 if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) {
452 if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) {
511 if (*s == -1 && (*s = ID0socket(af, SOCK_DGRAM, 0)) == -1)
542 if ((s = ID0socket(af, SOCK_DGRAM, 0)) == -1) {
625 if ((s = ID0socket(ncpaddr_family(del), SOCK_DGRAM, 0)) == -1) {
658 s = ID0socket(PF_INET, SOCK_DGRAM, 0);
727 if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) {
H A Darp.c117 routes = ID0socket(PF_ROUTE, SOCK_RAW, AF_INET);
H A Did.c119 ID0socket(int domain, int type, int protocol) function
H A Droute.c750 s = ID0socket(PF_ROUTE, SOCK_RAW, 0);
870 s = ID0socket(PF_ROUTE, SOCK_RAW, 0);
H A Dmp.c1138 s->fd = ID0socket(PF_LOCAL, SOCK_DGRAM, 0);

Completed in 59 milliseconds