Home
last modified time | relevance | path

Searched refs:srv_code (Results 1 – 4 of 4) sorted by relevance

/dports/net/sipsak/sipsak-0.9.6/
H A Dhelper.c360 int srv_code; in srv_ruli() local
374 srv_code = ruli_sync_srv_code(sync_query); in srv_ruli()
376 if (srv_code == RULI_SRV_CODE_ALARM) { in srv_ruli()
382 else if (srv_code == RULI_SRV_CODE_UNAVAILABLE) { in srv_ruli()
387 else if (srv_code) { in srv_ruli()
390 printf("SRV query failed for: %s, srv_code=%d, rcode=%d\n", host, srv_code, rcode); in srv_ruli()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/cisco_lib/
H A DPolicyCompiler_nxosacl_writers.cpp487 string srv_code = CustomService::cast(srv)->getCodeForPlatform( in _printProtocol() local
489 if (srv_code == "established") proto = "tcp"; in _printProtocol()
H A DPolicyCompiler_iosacl_writers.cpp487 string srv_code = CustomService::cast(srv)->getCodeForPlatform( in _printProtocol() local
489 if (srv_code == "established") proto = "tcp"; in _printProtocol()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/juniper_lib/
H A DPolicyCompiler_junosacl_writers.cpp653 string srv_code = CustomService::cast(srv)->getCodeForPlatform( in _printProtocol() local
655 if (srv_code == "tcp-established") proto = "tcp"; in _printProtocol()