Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Did.h40 extern int ID0write(int, const void *, size_t);
63 #define ID0write write macro
H A Did.c156 ID0write(int fd, const void *data, size_t len) in ID0write() function
H A Droute.c809 wb = ID0write(s, &rtmes, nb); in rt_Set()
825 if ((wb = ID0write(s, &rtmes, nb)) < 0) in rt_Set()
921 wb = ID0write(s, &rtmes, rtmes.m_rtm.rtm_msglen); in rt_Update()
H A Darp.c135 if (ID0write(routes, &arpmsg, arpmsg.hdr.rtm_msglen) < 0 && in arp_ProxySub()