HomeSort by relevance Sort by last modified time
    Searched refs:arp_states (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd-6.8.2/
arp.c 185 TAILQ_FOREACH_SAFE(astate, &state->arp_states, next, astaten) {
315 TAILQ_FOREACH(astate, &state->arp_states, next) {
340 TAILQ_INSERT_TAIL(&state->arp_states, astate, next);
359 TAILQ_REMOVE(&state->arp_states, astate, next);
375 TAILQ_FOREACH_SAFE(p, &state->arp_states, next, n) {
396 while ((astate = TAILQ_FIRST(&state->arp_states))) {
416 TAILQ_FOREACH_SAFE(astate, &state->arp_states, next, asn) {
dhcp.h 249 struct arp_statehead arp_states; member in struct:dhcp_state
dhcp.c     [all...]

Completed in 2620 milliseconds