Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_nametoaddr.c91 static inline int xdtoi(int);
352 static inline int xdtoi(c) in xdtoi() function
427 d = xdtoi(*s++); in pcap_ether_aton()
431 d |= xdtoi(*s++); in pcap_ether_aton()
H A Dsfbpf-int.c128 static inline int xdtoi(c) in xdtoi() function
189 d = xdtoi(c); in pcap_next_etherent()
194 d |= xdtoi(c); in pcap_next_etherent()
H A Dsf_scanner.c2765 static inline int xdtoi(int);
4729 xdtoi(c) in xdtoi() function
4762 n = n * base + xdtoi(*s++);