Searched refs:ID0socket (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | id.h | 37 extern int ID0socket(int, int, int); 60 #define ID0socket socket macro
|
H A D | iface.c | 365 if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) { in iface_Name() 428 if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) { in iface_Descr() 487 if (*s == -1 && (*s = ID0socket(af, SOCK_DGRAM, 0)) == -1) in iface_Clear() 518 if ((s = ID0socket(af, SOCK_DGRAM, 0)) == -1) { in iface_Add() 601 if ((s = ID0socket(ncpaddr_family(del), SOCK_DGRAM, 0)) == -1) { in iface_Delete() 634 s = ID0socket(PF_INET, SOCK_DGRAM, 0); in iface_ChangeFlags() 703 if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) { in iface_Destroy()
|
H A D | probe.c | 59 if ((s = ID0socket(PF_INET6, SOCK_DGRAM, 0)) == -1) in ipv6_available()
|
H A D | id.c | 117 ID0socket(int domain, int type, int protocol) in ID0socket() function
|
H A D | arp.c | 115 routes = ID0socket(PF_ROUTE, SOCK_RAW, AF_INET); in arp_ProxySub()
|
H A D | route.c | 748 s = ID0socket(PF_ROUTE, SOCK_RAW, 0); in rt_Set() 868 s = ID0socket(PF_ROUTE, SOCK_RAW, 0); in rt_Update()
|
H A D | mp.c | 1136 s->fd = ID0socket(PF_LOCAL, SOCK_DGRAM, 0); in mpserver_Open()
|