Searched refs:selstr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c1180 char idstr[LLDP_STRSIZE], *selstr; local
1205 if ((selstr = strchr(idstr, '_')) == NULL)
1207 *selstr++ = '\0';
1209 app->la_sel = atoi(selstr);

Completed in 38 milliseconds