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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Detherent.c58 static inline int xdtoi(int);
64 xdtoi(c) function
124 d = xdtoi(c);
128 d |= xdtoi(c);
H A Dnametoaddr.c92 static inline int xdtoi(int);
348 xdtoi(c) function
422 d = xdtoi(*s++);
425 d |= xdtoi(*s++);
H A Dscanner.l77 static inline int xdtoi(int);
418 xdtoi(c)
451 n = n * base + xdtoi(*s++);

Completed in 39 milliseconds