Home
last modified time | relevance | path

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

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