Home
last modified time | relevance | path

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

/openbsd/src/lib/libpcap/
Detherent.c37 static __inline int xdtoi(int);
43 xdtoi(int c) in xdtoi() function
100 d = xdtoi(c); in pcap_next_etherent()
104 d |= xdtoi(c); in pcap_next_etherent()
Dnametoaddr.c57 static __inline int xdtoi(int);
258 xdtoi(int c) in xdtoi() function
325 d = xdtoi(*s++); in pcap_ether_aton()
328 d |= xdtoi(*s++); in pcap_ether_aton()
Dscanner.l50 static inline int xdtoi(int);
338 xdtoi(int c) in xdtoi() function
369 n = n * base + xdtoi(*s++); in stoi()