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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dlink.c84 * @if_local: name of interface at this end
91 char if_local[TIPC_MAX_IF_NAME]; member in struct:link_name
264 char *if_local; local
284 if ((if_local = strchr(addr_local, ':')) == NULL)
286 *(if_local++) = 0;
287 if ((addr_peer = strchr(if_local, '-')) == NULL)
290 if_local_len = addr_peer - if_local;
306 (strspn(if_local, tipc_alphabet) != (if_local_len - 1)) ||
314 strcpy(name_parts->if_local, if_local);
[all...]

Completed in 91 milliseconds