Home
last modified time | relevance | path

Searched refs:ports_head (Results 1 – 2 of 2) sorted by relevance

/dports/security/sancp/sancp-1.6.1-stable/
H A Dmisc_functs.cc285 struct t_ports *ports_head, *tmp_port; in free_all() local
336 ports_head=gVars.ports[p]; in free_all()
337 while(ports_head!=NULL){ in free_all()
338 tmp_port=ports_head; in free_all()
339 ports_head=tmp_port->next; in free_all()
431 struct t_ports *ports_head; in CheckPort() local
433 ports_head=gVars.ports[proto]; in CheckPort()
434 while(ports_head!=NULL){ in CheckPort()
435 if(port >= ports_head->l_port && port <= ports_head->h_port) in CheckPort()
437 tp=ports_head; in CheckPort()
[all …]
H A Dbuild_acl.cc414 struct t_ports *ports_head; in build_config() local
491 ports_head=gVars.ports[p]; in build_config()
493 while(ports_head!=NULL){ in build_config()
494 tmp_port=ports_head; in build_config()
495 ports_head=tmp_port->next; in build_config()
2136 struct t_ports *ports_head; in print_acl() local
2245 ports_head=gVars.ports[p]; in print_acl()
2246 if(ports_head!=NULL) in print_acl()
2259 while(ports_head!=NULL){ in print_acl()
2260 tmp_port=ports_head; in print_acl()
[all …]