Searched defs:h (Results 1 – 9 of 9) sorted by relevance
| /sys/amd64/ |
| D | irq.c | 27 struct IRQHandler *h; in IRQ_Handler() local 35 IRQ_Register(int irq, struct IRQHandler *h) in IRQ_Register() 45 IRQ_Unregister(int irq, struct IRQHandler *h) in IRQ_Unregister()
|
| /lib/liblwip/src/api/ |
| D | tcpip.c | 247 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout() 276 tcpip_untimeout(sys_timeout_handler h, void *arg) in tcpip_untimeout()
|
| D | netdb.c | 166 struct gethostbyname_r_helper *h; in lwip_gethostbyname_r() local
|
| /lib/liblwip/src/include/lwip/ |
| D | timers.h | 70 sys_timeout_handler h; member
|
| D | tcpip.h | 154 sys_timeout_handler h; member
|
| /lib/liblwip/src/include/ipv6/lwip/ |
| D | ip_addr.h | 71 #define IP6_ADDR(ipaddr, a,b,c,d,e,f,g,h) do { (ipaddr)->addr[0] = htonl((u32_t)((a & 0xffff) << 16… argument
|
| /lib/liblwip/src/core/ |
| 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/liblwip/src/netif/ppp/ |
| D | ppp.c | 1418 sifaddr( int pd, u32_t o, u32_t h, u32_t m, u32_t ns1, u32_t ns2) in sifaddr() 1444 cifaddr( int pd, u32_t o, u32_t h) in cifaddr()
|