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

/freebsd-12-stable/usr.sbin/ppp/
H A Did.h42 extern int ID0write(int, const void *, size_t);
65 #define ID0write write macro
H A Darp.c137 if (ID0write(routes, &arpmsg, arpmsg.hdr.rtm_msglen) < 0 &&
H A Did.c158 ID0write(int fd, const void *data, size_t len) function
H A Droute.c811 wb = ID0write(s, &rtmes, nb);
827 if ((wb = ID0write(s, &rtmes, nb)) < 0)
923 wb = ID0write(s, &rtmes, rtmes.m_rtm.rtm_msglen);

Completed in 177 milliseconds