Home
last modified time | relevance | path

Searched defs:t (Results 1 – 19 of 19) sorted by relevance

/lib/liblwip/src/core/ipv6/
Dicmp6.c106 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach()
142 icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t) in icmp_time_exceeded()
/bin/date/
Ddate.c8 time_t t = time(NULL); in main() local
/lib/liblwip/src/core/ipv4/
Dicmp.c261 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach()
275 icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t) in icmp_time_exceeded()
Dinet_chksum.c138 u16_t *ps, t = 0; in lwip_standard_chksum() local
194 u16_t *ps, t = 0; in lwip_standard_chksum() local
/lib/liblwip/src/include/lwip/
Dsys.h52 #define sys_arch_sem_wait(s,t) argument
71 #define sys_thread_new(n,t,a,s,p) argument
73 #define sys_msleep(t) argument
Dapi.h79 #define NETCONNTYPE_GROUP(t) (t&0xF0) argument
80 #define NETCONNTYPE_DATAGRAM(t) (t&0xE0) argument
212 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL) argument
213 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c) argument
Dmemp.h104 #define memp_malloc(t) memp_malloc_fn((t), __FILE__, __LINE__) argument
Dsockets.h246 #define _IOR(x,y,t) (IOC_OUT|(((long)sizeof(t)&IOCPARM_MASK)<<16)|((x)<<8)|(y)) argument
248 #define _IOW(x,y,t) (IOC_IN|(((long)sizeof(t)&IOCPARM_MASK)<<16)|((x)<<8)|(y)) argument
/sys/kern/
Dthread.c231 Thread *t; in Thread_Lookup() local
281 Thread *t; in Thread_Wait() local
/lib/liblwip/src/core/
Dtimers.c269 struct sys_timeo *timeout, *t; in sys_timeout_debug() local
323 struct sys_timeo *prev_t, *t; in sys_untimeout() local
Dpbuf.c745 pbuf_cat(struct pbuf *h, struct pbuf *t) in pbuf_cat()
786 pbuf_chain(struct pbuf *h, struct pbuf *t) in pbuf_chain()
Dmemp.c185 struct memp *t, *h; in memp_sanity() local
/lib/libc/
Dtime.c20 time(time_t *t) in time()
173 time_t t = *timep - TZ_OFFSET_SECS; in localtime_r() local
/lib/liblwip/src/include/ipv4/lwip/
Dicmp.h95 #define ICMPH_TYPE_SET(hdr, t) ((hdr)->type = (t)) argument
/lib/liblwip/src/netif/ppp/
Dppp_impl.h108 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } while(… argument
225 #define MAKEHEADER(p, t) { \ argument
Dppp_oe.c241 struct pppoe_softc *sc, *t; in pppoe_find_softc_by_hunique() local
/lib/liblwip/src/netif/
Dslipif.c173 struct pbuf *t; in slipif_rxbyte() local
/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()
Dapi_msg.c572 netconn_alloc(enum netconn_type t, netconn_callback callback)