Searched refs:bcm_strtoul (Results 1 – 1 of 1) sorted by relevance
748 bcm_strtoul(const char *cp, char **endp, uint base) in bcm_strtoul() function804 return (int)bcm_strtoul(s, NULL, 10); in bcm_atoi()1015 ea->octet[i++] = (char) bcm_strtoul(p, &ep, 16); in bcm_ether_atoe()