Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcommputil/common/
H A Dcommp_util.h68 extern int commp_atoui(const char *, const char *, uint_t *);
H A Dcommp_util.c153 commp_atoui(const char *begin, const char *end, uint_t *num) in commp_atoui() function
H A Dsdp_parse.c906 if (commp_atoui(begin, current, &new_media->m_port) != 0) in sdp_parse_media()