Home
last modified time | relevance | path

Searched defs:h (Results 1 – 9 of 9) sorted by relevance

/sys/amd64/
Dirq.c27 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/
Dtcpip.c247 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()
Dnetdb.c166 struct gethostbyname_r_helper *h; in lwip_gethostbyname_r() local
/lib/liblwip/src/include/lwip/
Dtimers.h70 sys_timeout_handler h; member
Dtcpip.h154 sys_timeout_handler h; member
/lib/liblwip/src/include/ipv6/lwip/
Dip_addr.h71 #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/
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/liblwip/src/netif/ppp/
Dppp.c1418 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()