Searched refs:xdtoi (Results 1 – 4 of 4) sorted by relevance
46 static inline int xdtoi(int);52 xdtoi(c) in xdtoi() function112 d = xdtoi(c); in pcap_next_etherent()116 d |= xdtoi(c); in pcap_next_etherent()
94 static inline int xdtoi(int);349 xdtoi(c) in xdtoi() function415 d = xdtoi(*s++); in pcap_ether_aton()418 d |= xdtoi(*s++); in pcap_ether_aton()
63 static inline int xdtoi(int);398 xdtoi(c) in xdtoi() function431 n = n * base + xdtoi(*s++);
2482 static inline int xdtoi(int);4461 xdtoi(c) in xdtoi() function4494 n = n * base + xdtoi(*s++);