Home
last modified time | relevance | path

Searched refs:res (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/include/lwip/
Dnetdb.h107 struct addrinfo **res);
114 #define getaddrinfo(nodname, servname, hints, res) \ argument
115 lwip_getaddrinfo(nodname, servname, hints, res)
/lib/liblwip/src/api/
Dnetdb.c268 const struct addrinfo *hints, struct addrinfo **res) in lwip_getaddrinfo() argument
278 if (res == NULL) { in lwip_getaddrinfo()
281 *res = NULL; in lwip_getaddrinfo()
343 *res = ai; in lwip_getaddrinfo()
/lib/liblwip/src/netif/ppp/
Dppp_oe.c641 err_t res; in pppoe_output() local
660 res = sc->sc_ethif->linkoutput(sc->sc_ethif, pb); in pppoe_output()
664 return res; in pppoe_output()
951 err_t res; in pppoe_send_padt() local
968 res = outgoing_if->linkoutput(outgoing_if, pb); in pppoe_send_padt()
972 return res; in pppoe_send_padt()