Lines Matching refs:netif
67 if (!netif_add( msg->netif, get_curr_process_net_group(),
69 if (!netif_add( msg->netif,
96 netif_set_addr( msg->netif,
151 return msg->msg.common.errtfunc(msg->netif);
153 msg->msg.common.voidfunc(msg->netif);
229 netifapi_netif_add(struct netif *netif,
251 NETIFAPI_VAR_REF(msg).netif = netif;
274 netifapi_netif_set_addr(struct netif *netif,
293 NETIFAPI_VAR_REF(msg).netif = netif;
307 * @note use only for functions where there is only "netif" parameter.
310 netifapi_netif_common(struct netif *netif, netifapi_void_fn voidfunc,
317 NETIFAPI_VAR_REF(msg).netif = netif;
330 * @param name the interface name of the netif
331 * @param idx output index of the found netif
361 * @param idx the interface index of the netif
362 * @param name output name of the found netif, empty '\0' string if netif not found.