Searched refs:index_str (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/liblldp/common/ | ||
H A D | liblldp_tlv.c | 1933 char *name, *index_str; local 1946 index_str = strrchr(name, '_'); 1947 if (index_str == NULL) 1949 orgp->lo_index = atoi(++index_str); |
Completed in 27 milliseconds