Home
last modified time | relevance | path

Searched refs:hcc (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/networking/
Dtcpudp_perhost.h12 struct hcc { struct
17 struct hcc* FAST_FUNC ipsvd_perhost_init(unsigned); argument
25 unsigned FAST_FUNC ipsvd_perhost_add(struct hcc *cc, char *ip, unsigned maxconn, struct hcc **hccpp…
28 void FAST_FUNC ipsvd_perhost_remove(struct hcc *cc, int pid);
Dtcpudp_perhost.c13 struct hcc* FAST_FUNC ipsvd_perhost_init(unsigned c) in ipsvd_perhost_init()
16 struct hcc *cc = xzalloc((c + 1) * sizeof(*cc)); in ipsvd_perhost_init()
21 unsigned FAST_FUNC ipsvd_perhost_add(struct hcc *cc, char *ip, unsigned maxconn, struct hcc **hccpp) in ipsvd_perhost_add()
45 void FAST_FUNC ipsvd_perhost_remove(struct hcc *cc, int pid) in ipsvd_perhost_remove()
Dtcpudp.c130 struct hcc *cc;
256 struct hcc *hccp; in tcpudpsvd_main()