Searched refs:xdtoi (Results 1 – 4 of 4) sorted by relevance
53 static inline int xdtoi(int);59 xdtoi(c) in xdtoi() function119 d = xdtoi(c); in pcap_next_etherent()123 d |= xdtoi(c); in pcap_next_etherent()
87 static inline int xdtoi(int);343 xdtoi(c) in xdtoi() function419 d = xdtoi(*s++); in pcap_ether_aton()422 d |= xdtoi(*s++); in pcap_ether_aton()
68 static inline int xdtoi(int);421 xdtoi(c) in xdtoi() function454 n = n * base + xdtoi(*s++);
2777 static inline int xdtoi(int);4787 xdtoi(c) in xdtoi() function4820 n = n * base + xdtoi(*s++);