Home | History | Annotate | Download | only in pppd

Lines Matching refs:putmsg

1346     while (putmsg(pppfd, NULL, &data, 0) < 0) {
2314 return putmsg(fd, &buf, NULL, RS_HIPRI);
2327 return putmsg(fd, &buf, NULL, RS_HIPRI);
2667 if (putmsg(fd, &cbuf, NULL, 0) == -1) {
2668 warn("have_route_to: putmsg: %m");