Searched refs:xdtoi (Results 1 – 4 of 4) sorted by relevance
46 xdtoi(u_char c) in xdtoi() function109 d = xdtoi((u_char)c); in pcap_next_etherent()115 d |= xdtoi((u_char)c); in pcap_next_etherent()
621 xdtoi(u_char c) in xdtoi() function696 d = xdtoi(*s++); in pcap_ether_aton()699 d |= xdtoi(*s++); in pcap_ether_aton()
151 static inline int xdtoi(int);499 xdtoi(int c)530 n = n * base + xdtoi(*s++); in stoi()
2974 static inline int xdtoi(int);5413 xdtoi(int c) in xdtoi() function5444 n = n * base + xdtoi(*s++); in stoi()