Lines Matching refs:af
78 lws_dhcpc_find(struct lws_context *context, const char *iface, int af)
82 /* see if we are already looking after this af / iface combination */
87 if (!strcmp((const char *)&r[1], iface) && af == r->af)
97 * type "af"
101 lws_dhcpc_request(struct lws_context *context, const char *iface, int af,
104 lws_dhcpc_req_t *r = lws_dhcpc_find(context, iface, af);
107 /* see if we are already looking after this af / iface combination */
120 r->af = (uint8_t)af;