Searched refs:ctlp (Results 1 – 1 of 1) sorted by relevance
/external/ppp/pppd/plugins/rp-pppoe/ |
D | if.c | 81 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller); 982 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller) in strgetmsg() argument 1000 if ((rc = getmsg(fd, ctlp, datap, flagsp)) < 0) { in strgetmsg() 1037 if (ctlp->len < sizeof (long)) { in strgetmsg() 1039 sprintf(buffer, "getmsg: control portion length < sizeof (long): %d", ctlp->len); in strgetmsg()
|