Home
last modified time | relevance | path

Searched refs:portobj (Results 1 – 19 of 19) sorted by relevance

/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/
H A Dconfig.c472 const cfg_obj_t *portobj, *dscpobj; in named_config_getiplist() local
486 portobj = cfg_tuple_get(list, "port"); in named_config_getiplist()
487 if (cfg_obj_isuint32(portobj)) { in named_config_getiplist()
488 uint32_t val = cfg_obj_asuint32(portobj); in named_config_getiplist()
604 const cfg_obj_t *portobj; in named_config_getipandkeylist() local
644 portobj = cfg_tuple_get(list, "port"); in named_config_getipandkeylist()
647 if (cfg_obj_isuint32(portobj)) { in named_config_getipandkeylist()
648 uint32_t val = cfg_obj_asuint32(portobj); in named_config_getipandkeylist()
915 const cfg_obj_t *portobj = NULL; in named_config_getport() local
929 if (cfg_obj_asuint32(portobj) >= UINT16_MAX) { in named_config_getport()
[all …]
H A Dserver.c5737 const cfg_obj_t *portobj; in configure_alternates() local
5750 if (cfg_obj_isuint32(portobj)) { in configure_alternates()
5753 cfg_obj_log(portobj, named_g_lctx, in configure_alternates()
5788 if (cfg_obj_isuint32(portobj)) { in configure_alternates()
5791 cfg_obj_log(portobj, named_g_lctx, in configure_alternates()
5819 const cfg_obj_t *portobj, *dscpobj; in configure_forward() local
5838 if (cfg_obj_isuint32(portobj)) { in configure_forward()
5841 cfg_obj_log(portobj, named_g_lctx, in configure_forward()
10786 const cfg_obj_t *portobj, *dscpobj; in ns_listenelt_fromconfig() local
10793 if (!cfg_obj_isuint32(portobj)) { in ns_listenelt_fromconfig()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dconfig.c483 const cfg_obj_t *portobj, *dscpobj; in named_config_getiplist() local
497 portobj = cfg_tuple_get(list, "port"); in named_config_getiplist()
498 if (cfg_obj_isuint32(portobj)) { in named_config_getiplist()
499 uint32_t val = cfg_obj_asuint32(portobj); in named_config_getiplist()
700 const cfg_obj_t *portobj; in named_config_getipandkeylist() local
748 portobj = cfg_tuple_get(list, "port"); in named_config_getipandkeylist()
751 if (cfg_obj_isuint32(portobj)) { in named_config_getipandkeylist()
752 uint32_t val = cfg_obj_asuint32(portobj); in named_config_getipandkeylist()
949 const cfg_obj_t *portobj = NULL; in named_config_getport() local
963 if (cfg_obj_asuint32(portobj) >= UINT16_MAX) { in named_config_getport()
[all …]
H A Dserver.c6015 const cfg_obj_t *portobj; in configure_alternates() local
6028 if (cfg_obj_isuint32(portobj)) { in configure_alternates()
6029 uint32_t val = cfg_obj_asuint32(portobj); in configure_alternates()
6031 cfg_obj_log(portobj, named_g_lctx, in configure_alternates()
6066 if (cfg_obj_isuint32(portobj)) { in configure_alternates()
6069 cfg_obj_log(portobj, named_g_lctx, in configure_alternates()
6097 const cfg_obj_t *portobj, *dscpobj; in configure_forward() local
6116 if (cfg_obj_isuint32(portobj)) { in configure_forward()
6119 cfg_obj_log(portobj, named_g_lctx, in configure_forward()
11116 portobj = cfg_tuple_get(ltup, "port"); in listenelt_fromconfig()
[all …]
/dports/dns/bind916/bind-9.16.27/bin/named/
H A Dconfig.c465 const cfg_obj_t *portobj, *dscpobj; in named_config_getiplist() local
479 portobj = cfg_tuple_get(list, "port"); in named_config_getiplist()
480 if (cfg_obj_isuint32(portobj)) { in named_config_getiplist()
481 uint32_t val = cfg_obj_asuint32(portobj); in named_config_getiplist()
616 const cfg_obj_t *portobj; in named_config_getipandkeylist() local
656 portobj = cfg_tuple_get(list, "port"); in named_config_getipandkeylist()
659 if (cfg_obj_isuint32(portobj)) { in named_config_getipandkeylist()
660 uint32_t val = cfg_obj_asuint32(portobj); in named_config_getipandkeylist()
928 const cfg_obj_t *portobj = NULL; in named_config_getport() local
942 if (cfg_obj_asuint32(portobj) >= UINT16_MAX) { in named_config_getport()
[all …]
H A Dserver.c5984 const cfg_obj_t *portobj; in configure_alternates() local
5997 if (cfg_obj_isuint32(portobj)) { in configure_alternates()
6000 cfg_obj_log(portobj, named_g_lctx, in configure_alternates()
6035 if (cfg_obj_isuint32(portobj)) { in configure_alternates()
6038 cfg_obj_log(portobj, named_g_lctx, in configure_alternates()
6066 const cfg_obj_t *portobj, *dscpobj; in configure_forward() local
6085 if (cfg_obj_isuint32(portobj)) { in configure_forward()
6088 cfg_obj_log(portobj, named_g_lctx, in configure_forward()
10893 const cfg_obj_t *portobj, *dscpobj; in ns_listenelt_fromconfig() local
10900 if (!cfg_obj_isuint32(portobj)) { in ns_listenelt_fromconfig()
[all …]
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dconfig.c460 const cfg_obj_t *portobj, *dscpobj; in ns_config_getiplist() local
474 portobj = cfg_tuple_get(list, "port"); in ns_config_getiplist()
475 if (cfg_obj_isuint32(portobj)) { in ns_config_getiplist()
476 uint32_t val = cfg_obj_asuint32(portobj); in ns_config_getiplist()
598 const cfg_obj_t *portobj; in ns_config_getipandkeylist() local
634 portobj = cfg_tuple_get(list, "port"); in ns_config_getipandkeylist()
637 if (cfg_obj_isuint32(portobj)) { in ns_config_getipandkeylist()
638 uint32_t val = cfg_obj_asuint32(portobj); in ns_config_getipandkeylist()
908 const cfg_obj_t *portobj = NULL; in ns_config_getport() local
921 if (cfg_obj_asuint32(portobj) >= UINT16_MAX) { in ns_config_getport()
[all …]
H A Dserver.c5023 const cfg_obj_t *portobj; in configure_alternates() local
5039 if (cfg_obj_isuint32(portobj)) { in configure_alternates()
5040 uint32_t val = cfg_obj_asuint32(portobj); in configure_alternates()
5076 if (cfg_obj_isuint32(portobj)) { in configure_alternates()
5079 cfg_obj_log(portobj, ns_g_lctx, in configure_alternates()
5107 const cfg_obj_t *portobj, *dscpobj; in configure_forward() local
5129 if (cfg_obj_isuint32(portobj)) { in configure_forward()
9977 const cfg_obj_t *portobj, *dscpobj; in ns_listenelt_fromconfig() local
9983 portobj = cfg_tuple_get(listener, "port"); in ns_listenelt_fromconfig()
9984 if (!cfg_obj_isuint32(portobj)) { in ns_listenelt_fromconfig()
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/named/
H A Dconfig.c465 const cfg_obj_t *portobj, *dscpobj; in named_config_getiplist() local
479 portobj = cfg_tuple_get(list, "port"); in named_config_getiplist()
480 if (cfg_obj_isuint32(portobj)) { in named_config_getiplist()
481 uint32_t val = cfg_obj_asuint32(portobj); in named_config_getiplist()
616 const cfg_obj_t *portobj; in named_config_getipandkeylist() local
656 portobj = cfg_tuple_get(list, "port"); in named_config_getipandkeylist()
659 if (cfg_obj_isuint32(portobj)) { in named_config_getipandkeylist()
660 uint32_t val = cfg_obj_asuint32(portobj); in named_config_getipandkeylist()
928 const cfg_obj_t *portobj = NULL; in named_config_getport() local
942 if (cfg_obj_asuint32(portobj) >= UINT16_MAX) { in named_config_getport()
[all …]
H A Dserver.c5984 const cfg_obj_t *portobj; in configure_alternates() local
5997 if (cfg_obj_isuint32(portobj)) { in configure_alternates()
6000 cfg_obj_log(portobj, named_g_lctx, in configure_alternates()
6035 if (cfg_obj_isuint32(portobj)) { in configure_alternates()
6038 cfg_obj_log(portobj, named_g_lctx, in configure_alternates()
6066 const cfg_obj_t *portobj, *dscpobj; in configure_forward() local
6085 if (cfg_obj_isuint32(portobj)) { in configure_forward()
6088 cfg_obj_log(portobj, named_g_lctx, in configure_forward()
10893 const cfg_obj_t *portobj, *dscpobj; in ns_listenelt_fromconfig() local
10900 if (!cfg_obj_isuint32(portobj)) { in ns_listenelt_fromconfig()
[all …]
/dports/graphics/pgplot/pgplot/sys_openstep/pgview/
H A Dportobj.m1 // portobj.m--This creates a NSPort object that can be used in a
7 #import "portobj.h"
20 @implementation portobj implementation in int
53 - (portobj *)initport:(unsigned short)ipn target:(dispatchobj *)adispatch
139 portobj *listener = [conn receivePort];
140 portobj *sender = [conn sendPort];
159 portobj *sp;
244 printf("portobj--Unknown function code= %d\n",ifunc);
325 // return [NSString stringWithFormat:@"<portobj portFile %d>", [portFile fileDescriptor]];
H A Dportobj.h7 @interface portobj : NSPort
20 - (portobj *)initport:(unsigned short)ipn target:(dispatchobj *)adispatch;
H A Dmakef3 pgview: pgview.o portobj.o dispatchobj.o pgviewobj.o ipanel.o hostobj.o
4 cc -o pgview pgview.o portobj.o dispatchobj.o \
H A DPB.project5 CLASSES = (dispatchobj.m, hostobj.m, ipanelobj.m, pgviewobj.m, portobj.m);
7 H_FILES = (dispatchobj.h, hostobj.h, ipanelobj.h, pgviewobj.h, portobj.h);
H A Dpgview_main.m3 #import "portobj.h"
10 portobj *myport;
26 myport = [[portobj alloc] initport:iport target:mydispatch];
H A DMakefile21 CLASSES = dispatchobj.m hostobj.m ipanelobj.m pgviewobj.m portobj.m
23 HFILES = dispatchobj.h hostobj.h ipanelobj.h pgviewobj.h portobj.h
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/bind9/
H A Dcheck.c991 portobj = cfg_tuple_get(ltup, "port"); in check_listener()
992 if (cfg_obj_isuint32(portobj) && in check_listener()
993 cfg_obj_asuint32(portobj) >= UINT16_MAX) { in check_listener()
994 cfg_obj_log(portobj, logctx, ISC_LOG_ERROR, in check_listener()
997 cfg_obj_asuint32(portobj)); in check_listener()
1047 const cfg_obj_t *portobj = NULL; in check_port() local
1050 result = cfg_map_get(options, type, &portobj); in check_port()
1055 if (cfg_obj_asuint32(portobj) >= UINT16_MAX) { in check_port()
1056 cfg_obj_log(portobj, logctx, ISC_LOG_ERROR, in check_port()
1058 cfg_obj_asuint32(portobj)); in check_port()
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/bind9/
H A Dcheck.c912 const cfg_obj_t *portobj = NULL; in check_port() local
915 result = cfg_map_get(options, type, &portobj); in check_port()
920 if (cfg_obj_asuint32(portobj) >= UINT16_MAX) { in check_port()
921 cfg_obj_log(portobj, logctx, ISC_LOG_ERROR, in check_port()
923 cfg_obj_asuint32(portobj)); in check_port()
928 *portp = (in_port_t)cfg_obj_asuint32(portobj); in check_port()
/dports/dns/bind916/bind-9.16.27/lib/bind9/
H A Dcheck.c912 const cfg_obj_t *portobj = NULL; in check_port() local
915 result = cfg_map_get(options, type, &portobj); in check_port()
920 if (cfg_obj_asuint32(portobj) >= UINT16_MAX) { in check_port()
921 cfg_obj_log(portobj, logctx, ISC_LOG_ERROR, in check_port()
923 cfg_obj_asuint32(portobj)); in check_port()
928 *portp = (in_port_t)cfg_obj_asuint32(portobj); in check_port()