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

/external/dhcpcd-6.8.2/
H A Darp.c103 arp_report_conflicted(const struct arp_state *astate, const struct arp_msg *amsg) argument
109 logger(astate->iface->ctx, LOG_ERR,
111 astate->iface->name,
112 hwaddr_ntoa(amsg->sha, astate->iface->hwlen,
114 inet_ntoa(astate->failed));
116 logger(astate->iface->ctx, LOG_ERR,
118 astate->iface->name, inet_ntoa(astate->failed));
131 struct arp_state *astate, *astaten; local
185 TAILQ_FOREACH_SAFE(astate,
213 struct arp_state *astate = arg; local
227 struct arp_state *astate = arg; local
250 arp_announce(struct arp_state *astate) argument
261 struct arp_state *astate = arg; local
269 struct arp_state *astate = arg; local
298 arp_probe(struct arp_state *astate) argument
311 struct arp_state *astate; local
326 struct arp_state *astate; local
345 arp_cancel(struct arp_state *astate) argument
352 arp_free(struct arp_state *astate) argument
369 arp_free_but(struct arp_state *astate) argument
385 struct arp_state *astate; local
411 struct arp_state *astate, *asn; local
[all...]
H A Dipv4ll.c73 ipv4ll_pick_addr(const struct arp_state *astate) argument
87 if (addr == astate->failed.s_addr)
91 TAILQ_FOREACH(ifp, astate->iface->ctx->ifaces, next) {
105 ipv4ll_probed(struct arp_state *astate) argument
107 struct dhcp_state *state = D_STATE(astate->iface);
110 ipv4_finaliseaddr(astate->iface);
120 state->offer = ipv4ll_make_lease(astate->addr.s_addr);
122 logger(astate->iface->ctx, LOG_ERR, "%s: %m", __func__);
124 dhcp_bind(astate->iface, astate);
130 ipv4ll_announced(struct arp_state *astate) argument
150 ipv4ll_conflicted(struct arp_state *astate, const struct arp_msg *amsg) argument
210 struct arp_state *astate; local
[all...]
H A Ddhcp.c1907 dhcp_arp_announced(struct arp_state *astate) argument
1910 arp_close(astate->iface);
2062 dhcp_bind(struct interface *ifp, struct arp_state *astate) argument
2205 if (astate)
2206 arp_free_but(astate);
2211 if (astate == NULL) {
2212 astate = arp_new(ifp, &state->addr);
2213 astate->announced_cb =
2216 if (astate) {
2217 arp_announce(astate);
2574 dhcp_probe_gw_timeout(struct arp_state *astate) argument
2603 dhcp_probe_gw_response(struct arp_state *astate, const struct arp_msg *amsg) argument
2634 struct arp_state *astate; local
2657 struct arp_state *astate; local
2691 dhcp_arp_probed(struct arp_state *astate) argument
2727 dhcp_arp_conflicted(struct arp_state *astate, const struct arp_msg *amsg) argument
2837 struct arp_state *astate; local
3583 struct arp_state *astate; local
[all...]
/external/libedit/src/
H A Dunvis.c194 unvis(char *cp, int c, int *astate, int flag) argument
200 * Bottom 8 bits of astate hold the state machine state.
208 _DIAGASSERT(astate != NULL);
209 st = GS(*astate);
216 *astate = SS(0, S_GROUND);
230 *astate = SS(0, S_START);
234 *astate = SS(0, S_HEX1);
238 *astate = SS(0, S_AMP);
242 *astate = SS(0, S_MIME1);
252 *astate
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 169 milliseconds