Searched defs:xdtoi (Results 1 - 3 of 3) sorted by relevance

/external/libpcap/
H A Detherent.c46 static inline int xdtoi(int);
52 xdtoi(c) function
112 d = xdtoi(c);
116 d |= xdtoi(c);
H A Dnametoaddr.c94 static inline int xdtoi(int);
349 xdtoi(c) function
415 d = xdtoi(*s++);
418 d |= xdtoi(*s++);
H A Dscanner.c2482 static inline int xdtoi(int);
4461 xdtoi(c) function
4494 n = n * base + xdtoi(*s++);

Completed in 698 milliseconds