Searched refs:ng_bridge_get (Results 1 – 1 of 1) sorted by relevance
129 static struct ng_bridge_host *ng_bridge_get(priv_p priv, const u_char *addr);707 if ((host = ng_bridge_get(priv, eh->ether_shost)) != NULL) { in ng_bridge_rcvdata()775 if ((host = ng_bridge_get(priv, eh->ether_dhost)) != NULL) { in ng_bridge_rcvdata()880 ng_bridge_get(priv_p priv, const u_char *addr) in ng_bridge_get() function