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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dprobe.c59 if ((s = ID0socket(PF_INET6, SOCK_DGRAM, 0)) == -1)
H A Did.h37 extern int ID0socket(int, int, int);
60 #define ID0socket socket macro
H A Diface.c385 if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) {
448 if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) {
507 if (*s == -1 && (*s = ID0socket(af, SOCK_DGRAM, 0)) == -1)
538 if ((s = ID0socket(af, SOCK_DGRAM, 0)) == -1) {
621 if ((s = ID0socket(ncpaddr_family(del), SOCK_DGRAM, 0)) == -1) {
654 s = ID0socket(PF_INET, SOCK_DGRAM, 0);
723 if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) {
H A Darp.c115 routes = ID0socket(PF_ROUTE, SOCK_RAW, AF_INET);
H A Did.c117 ID0socket(int domain, int type, int protocol) function
H A Droute.c763 s = ID0socket(PF_ROUTE, SOCK_RAW, 0);
882 s = ID0socket(PF_ROUTE, SOCK_RAW, 0);
H A Dmp.c1136 s->fd = ID0socket(PF_LOCAL, SOCK_DGRAM, 0);

Completed in 55 milliseconds