Home | History | Annotate | Download | only in pppd

Lines Matching refs:putmsg

1349     while (putmsg(pppfd, NULL, &data, 0) < 0) {
2317 return putmsg(fd, &buf, NULL, RS_HIPRI);
2330 return putmsg(fd, &buf, NULL, RS_HIPRI);
2675 if (putmsg(fd, &cbuf, NULL, 0) == -1) {
2676 warn("have_route_to: putmsg: %m");