HomeSort by relevance Sort by last modified time
    Searched full:atmdevice (Results 1 - 1 of 1) sorted by null

  /external/libppp/src/
atm.c 65 struct atmdevice { struct
69 #define device2atm(d) ((d)->type == ATM_DEVICE ? (struct atmdevice *)d : NULL)
74 return sizeof(struct atmdevice);
102 struct atmdevice *dev = device2atm(p->handler);
148 struct atmdevice *dev = (struct atmdevice *)iov[(*niov)++].iov_base;
167 static struct atmdevice *
171 struct atmdevice *dev;
210 struct atmdevice *dev;

Completed in 80 milliseconds