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

  /external/libpcap/
pcap-dlpi.c 176 static int dlokack(int, const char *, char *, char *);
716 dlokack(p->fd, "promisc_phys", (char *)buf, ebuf) < 0)
726 dlokack(p->fd, "promisc_multi", (char *)buf, ebuf) < 0)
745 dlokack(p->fd, "promisc_sap", (char *)buf, ebuf) < 0)) {
1021 dlokack(fd, "attach", (char *)buf, ebuf) < 0)
1465 dlokack(int fd, const char *what, char *bufp, char *ebuf) function
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 78 void dlokack(int fd, char *bufp);
739 dlokack(fd, (char *)buf);
907 void dlokack(int fd, char *bufp) function
917 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlokack");
925 sprintf(buffer, "dlokack: response ctl.len too short: %d", ctl.len);
930 rp_fatal("dlokack: DL_OK_ACK was not M_PCPROTO");
934 sprintf(buffer, "dlokack: short response ctl.len: %d", ctl.len);

Completed in 559 milliseconds