/lib/liblwip/src/core/ipv6/ |
D | icmp6.c | 106 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/ |
D | date.c | 8 time_t t = time(NULL); in main() local
|
/lib/liblwip/src/core/ipv4/ |
D | icmp.c | 261 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()
|
D | inet_chksum.c | 138 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/ |
D | sys.h | 52 #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
|
D | api.h | 79 #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
|
D | memp.h | 104 #define memp_malloc(t) memp_malloc_fn((t), __FILE__, __LINE__) argument
|
D | sockets.h | 246 #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/ |
D | thread.c | 231 Thread *t; in Thread_Lookup() local 281 Thread *t; in Thread_Wait() local
|
/lib/liblwip/src/core/ |
D | timers.c | 269 struct sys_timeo *timeout, *t; in sys_timeout_debug() local 323 struct sys_timeo *prev_t, *t; in sys_untimeout() local
|
D | pbuf.c | 745 pbuf_cat(struct pbuf *h, struct pbuf *t) in pbuf_cat() 786 pbuf_chain(struct pbuf *h, struct pbuf *t) in pbuf_chain()
|
D | memp.c | 185 struct memp *t, *h; in memp_sanity() local
|
/lib/libc/ |
D | time.c | 20 time(time_t *t) in time() 173 time_t t = *timep - TZ_OFFSET_SECS; in localtime_r() local
|
/lib/liblwip/src/include/ipv4/lwip/ |
D | icmp.h | 95 #define ICMPH_TYPE_SET(hdr, t) ((hdr)->type = (t)) argument
|
/lib/liblwip/src/netif/ppp/ |
D | ppp_impl.h | 108 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } while(… argument 225 #define MAKEHEADER(p, t) { \ argument
|
D | ppp_oe.c | 241 struct pppoe_softc *sc, *t; in pppoe_find_softc_by_hunique() local
|
/lib/liblwip/src/netif/ |
D | slipif.c | 173 struct pbuf *t; in slipif_rxbyte() local
|
/lib/liblwip/src/api/ |
D | api_lib.c | 68 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) in netconn_new_with_proto_and_callback()
|
D | api_msg.c | 572 netconn_alloc(enum netconn_type t, netconn_callback callback)
|