Home
last modified time | relevance | path

Searched refs:xdtoi (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/
Detherent.c46 xdtoi(u_char c) in xdtoi() function
109 d = xdtoi((u_char)c); in pcap_next_etherent()
115 d |= xdtoi((u_char)c); in pcap_next_etherent()
Dnametoaddr.c621 xdtoi(u_char c) in xdtoi() function
696 d = xdtoi(*s++); in pcap_ether_aton()
699 d |= xdtoi(*s++); in pcap_ether_aton()
Dscanner.l151 static inline int xdtoi(int);
499 xdtoi(int c)
530 n = n * base + xdtoi(*s++); in stoi()
Dscanner.c2974 static inline int xdtoi(int);
5413 xdtoi(int c) in xdtoi() function
5444 n = n * base + xdtoi(*s++); in stoi()