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

/barrelfish-2018-10-04/lib/net/
H A Darp.c60 for (int i = 0; i < collections_list_size(st->outstanding_arp) ; i++) {
61 struct arp_request* req = (struct arp_request*) collections_list_get_ith_item(st->outstanding_arp, i);
66 collections_list_remove_ith_item(st->outstanding_arp, i);
71 if (collections_list_size(st->outstanding_arp) == 0) {
79 for (int i = 0; i < collections_list_size(st->outstanding_arp) ; i++) {
80 struct arp_request* req = (struct arp_request*) collections_list_get_ith_item(st->outstanding_arp, i);
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)
[all...]
H A Dnetworking_internal.h73 collections_listnode *outstanding_arp; member in struct:net_state

Completed in 44 milliseconds