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

/net/tipc/
H A Dlink.c79 * @if_local: name of interface at this end
85 char if_local[TIPC_MAX_IF_NAME]; member in struct:tipc_link_name
173 char *if_local; local
191 if_local = strchr(addr_local, ':');
192 if (if_local == NULL)
194 *(if_local++) = 0;
195 addr_peer = strchr(if_local, '-');
199 if_local_len = addr_peer - if_local;
220 strcpy(name_parts->if_local, if_local);
[all...]

Completed in 28 milliseconds