HomeSort by relevance Sort by last modified time
    Searched refs:dlinfoack (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-dlpi.c 151 static int dlinfoack(int, char *, char *);
514 dlinfoack(p->fd, (char *)buf, p->errbuf) < 0)
699 dlinfoack(p->fd, (char *)buf, p->errbuf) < 0)
1315 dlinfoack(int fd, char *bufp, char *ebuf) function
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 75 void dlinfoack(int fd, char *bufp);
745 dlinfoack(fd, (char *)buf);
833 void dlinfoack(int fd, char *bufp) function
843 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlinfoack");
851 sprintf(buffer, "dlinfoack: response ctl.len too short: %d", ctl.len);
856 rp_fatal("dlinfoack: DL_INFO_ACK was not M_PCPROTO");
860 sprintf(buffer, "dlinfoack: short response ctl.len: %d", ctl.len);

Completed in 459 milliseconds