Searched refs:prog_read (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sbin/ifconfig/
H A Dprog_ops.h51 #define prog_read prog_ops.op_read macro
57 #define prog_read read macro
H A Dieee80211.c754 if (prog_read(sroute, buf, sizeof(buf)) < 0) {
/netbsd-current/usr.sbin/ndp/
H A Dprog_ops.h58 #define prog_read prog_ops.op_read macro
68 #define prog_read read macro
H A Dndp.c795 l = prog_read(my_s, &m_rtmsg, sizeof(m_rtmsg));
/netbsd-current/usr.sbin/arp/
H A Dprog_ops.h59 #define prog_read prog_ops.op_read macro
69 #define prog_read read macro
H A Darp.c755 l = prog_read(s, &m_rtmsg, sizeof(m_rtmsg));
/netbsd-current/usr.sbin/powerd/
H A Dprog_ops.h55 #define prog_read prog_ops.op_read macro
66 #define prog_read read macro
H A Dpowerd.c293 if (prog_read(fd, &pev, sizeof(pev)) != sizeof(pev)) {
/netbsd-current/sbin/route/
H A Dprog_ops.h76 #define prog_read prog_ops.op_read macro
96 #define prog_read read macro
H A Droute.c1150 n = prog_read(sock, &u, sizeof(u));
1244 l = prog_read(sock,
/netbsd-current/usr.sbin/rtadvd/
H A Dprog_ops.h47 #define prog_read prog_ops.op_read macro
68 #define prog_read read macro
H A Drtadvd.c478 n = prog_read(rtsock, &buffer, sizeof(buffer));

Completed in 125 milliseconds