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

/barrelfish-2018-10-04/lib/net/
H A Darp.c97 struct net_state *sta = (struct net_state*) b->st; local
99 if (sta->outstanding_arp == NULL) {
100 collections_list_create(&sta->outstanding_arp, arp_request_free);
101 assert(sta->outstanding_arp != NULL);
104 if (collections_list_size(sta->outstanding_arp) == 0) {
106 err = periodic_event_create(&sta->arp_send, get_default_waitset(),
107 ARP_RESEND_FREQ, MKCLOSURE(arp_timer_callback, sta));
112 collections_list_insert(sta->outstanding_arp, new_arp);
115 err = etharp_request(&sta->netif, (ip4_addr_t*) &ip);
140 struct net_state *sta local
298 struct net_state* sta = (struct net_state*) st; local
[all...]

Completed in 29 milliseconds