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

  /external/libpcap/
pcap-dlpi.c 148 static int dlbindack(int, char *, char *, int *);
575 dlbindack(p->fd, (char *)buf, p->errbuf, NULL) < 0)
598 dlbindack(p->fd, (char *)buf, p->errbuf, NULL) < 0)
871 if (dlbindack(fd, (char *)buf, ebuf, &uerror) >= 0)
878 * dlbindack() has already filled in ebuf for
1290 dlbindack(int fd, char *bufp, char *ebuf, int *uerror) function
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 79 void dlbindack(int fd, char *bufp);
742 dlbindack(fd, (char *)buf);
939 void dlbindack(int fd, char *bufp) function
949 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlbindack");
956 rp_fatal("dlbindack: DL_OK_ACK was not M_PCPROTO");
960 sprintf(buffer, "dlbindack: short response ctl.len: %d", ctl.len);

Completed in 213 milliseconds