Searched defs:index_str (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c1933 char *name, *index_str; local
1946 index_str = strrchr(name, '_');
1947 if (index_str == NULL)
1949 orgp->lo_index = atoi(++index_str);

Completed in 20 milliseconds