Home
last modified time | relevance | path

Searched refs:req_add (Results 1 – 25 of 34) sorted by relevance

12

/dports/net/ucarp/UCarp-4f339d4/src/
H A Dcarp.c669 struct ip_mreq req_add; in docarp() local
793 memset(&req_add, 0, sizeof req_add); in docarp()
794 req_add.imr_multiaddr.s_addr = mcastip.s_addr; in docarp()
795 req_add.imr_interface.s_addr = srcip.s_addr; in docarp()
797 &req_add, sizeof req_add) < 0) { in docarp()
/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Dproxy.h365 struct list req_add, rsp_add; /* headers to be added */ member
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Dproxy.h372 struct list req_add, rsp_add; /* headers to be added */ member
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Dproxy.h393 struct list req_add, rsp_add; /* headers to be added */ member
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dproxy.h418 struct list req_add, rsp_add; /* headers to be added */ member
/dports/devel/git-svn/git-2.34.1/
H A Dgit-cvsserver.perl71 'add' => \&req_add,
603 sub req_add subroutine
/dports/devel/git-gui/git-2.34.1/
H A Dgit-cvsserver.perl71 'add' => \&req_add,
603 sub req_add subroutine
/dports/devel/git-p4/git-2.34.1/
H A Dgit-cvsserver.perl71 'add' => \&req_add,
603 sub req_add subroutine
/dports/devel/git/git-2.34.1/
H A Dgit-cvsserver.perl71 'add' => \&req_add,
603 sub req_add subroutine
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-cvsserver.perl71 'add' => \&req_add,
603 sub req_add subroutine
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-cvsserver.perl71 'add' => \&req_add,
599 sub req_add subroutine
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dproxy.c744 LIST_INIT(&p->req_add); in init_new_proxy()
H A Dhaproxy.c1424 list_for_each_entry_safe(cwl, cwlb, &p->req_add, list) { in deinit()
H A Dcfgparse.c434 if (!LIST_ISEMPTY(&proxy->req_add)) { in warnif_rule_after_reqadd()
6643 LIST_ADDQ(&curproxy->req_add, &wl->list); in cfg_parse_listen()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dproxy.c745 LIST_INIT(&p->req_add); in init_new_proxy()
H A Dhaproxy.c2170 list_for_each_entry_safe(cwl, cwlb, &p->req_add, list) { in deinit()
H A Dcfgparse.c453 if (!LIST_ISEMPTY(&proxy->req_add)) { in warnif_rule_after_reqadd()
6747 LIST_ADDQ(&curproxy->req_add, &wl->list); in cfg_parse_listen()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dproxy.c803 LIST_INIT(&p->req_add); in init_new_proxy()
H A Dcfgparse-listen.c112 if (!LIST_ISEMPTY(&proxy->req_add)) { in warnif_rule_after_reqadd()
4239 LIST_ADDQ(&curproxy->req_add, &wl->list); in cfg_parse_listen()
H A Dhaproxy.c2413 list_for_each_entry_safe(cwl, cwlb, &p->req_add, list) { in deinit()
H A Dproto_htx.c590 list_for_each_entry(wl, &px->req_add, list) { in htx_process_req_common()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dproxy.c885 LIST_INIT(&p->req_add); in init_new_proxy()
H A Dcfgparse-listen.c114 if (!LIST_ISEMPTY(&proxy->req_add)) { in warnif_rule_after_reqadd()
4206 LIST_ADDQ(&curproxy->req_add, &wl->list); in cfg_parse_listen()
H A Dhaproxy.c2456 list_for_each_entry_safe(cwl, cwlb, &p->req_add, list) { in deinit()
H A Dproto_htx.c574 list_for_each_entry(wl, &px->req_add, list) { in htx_process_req_common()

12