Home
last modified time | relevance | path

Searched refs:t (Results 26 – 31 of 31) sorted by relevance

12

/lib/liblwip/src/api/
Dapi_lib.c68 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) in netconn_new_with_proto_and_callback() argument
73 conn = netconn_alloc(t, callback); in netconn_new_with_proto_and_callback()
Dapi_msg.c572 netconn_alloc(enum netconn_type t, netconn_callback callback) argument
583 conn->type = t;
590 switch(NETCONNTYPE_GROUP(t)) {
/lib/liblwip/doc/
Drawapi.txt173 connection or because the other host didn't answer, the "err"
256 if a call to tcp_write() has failed because memory wasn't available,
405 Doesn't do much, it should be called to handle future changes.
479 hardware isn't serviced frequently and fast enough
489 Note that speed performance isn't influenced much by simply setting
Dsavannah.txt35 ssh-keygen -t dsa
/lib/liblwip/src/netif/ppp/
Dppp_oe.c241 struct pppoe_softc *sc, *t; in pppoe_find_softc_by_hunique() local
250 MEMCPY(&t, token, len); in pppoe_find_softc_by_hunique()
253 if (sc == t) { in pppoe_find_softc_by_hunique()
/docs/
DDoxyfile199 # less readable) file names. This can be useful is your file systems doesn't
840 # a documented function twice, or documenting parameters that don't exist or
2269 # so different doxyrules.make files included by the same Makefile don't
2722 # Note: This tag requires that UML_LOOK isn't set, i.e. the doxygen internal

12