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

  /external/libpcap/
etherent.c 46 xdtoi(u_char c) function
109 d = xdtoi((u_char)c);
115 d |= xdtoi((u_char)c);
nametoaddr.c 621 xdtoi(u_char c) function
696 d = xdtoi(*s++);
699 d |= xdtoi(*s++);
scanner.l 151 static inline int xdtoi(int);
499 xdtoi(int c)
530 n = n * base + xdtoi(*s++);
scanner.c 5413 xdtoi(int c) function
    [all...]

Completed in 1055 milliseconds