Searched refs:port (Results 101 - 125 of 1942) sorted by relevance

1234567891011>>

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/logfileconfig/ns1/
H A Dnamed.pipeconf23 port 5300;
25 listen-on port 5300 {
43 inet 127.0.0.1 port 9593 allow {
H A Dnamed.plain23 port 5300;
25 listen-on port 5300 {
43 inet 127.0.0.1 port 9593 allow {
H A Dnamed.symconf23 port 5300;
25 listen-on port 5300 {
43 inet 127.0.0.1 port 9593 allow {
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dportlist.h33 * Create a port list.
46 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port);
48 * Add the given <port,af> tuple to the portlist.
60 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port);
62 * Remove the given <port,af> tuple to the portlist.
70 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port);
72 * Find the given <port,af> tuple to the portlist.
85 * Attach to a port list.
95 * Detach from a port list.
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dipc_tt.c102 task_t convert_port_to_locked_task(ipc_port_t port);
158 ipc_port_t port; local
161 task->exc_actions[i].port = IP_NULL;
164 kr = host_get_host_port(host_priv_self(), &port);
166 task->itk_host = port;
188 task->exc_actions[i].port =
189 ipc_port_copy_send(parent->exc_actions[i].port);
327 if (IP_VALID(task->exc_actions[i].port)) {
328 ipc_port_release_send(task->exc_actions[i].port);
365 * task name port ca
629 register ipc_port_t port; local
667 register ipc_port_t port; local
757 ipc_port_t port; local
833 thread_set_special_port( thread_t thread, int which, ipc_port_t port) argument
891 ipc_port_t port; local
954 task_set_special_port( task_t task, int which, ipc_port_t port) argument
1169 convert_port_to_locked_task(ipc_port_t port) argument
1210 convert_port_to_task( ipc_port_t port) argument
1242 convert_port_to_task_name( ipc_port_t port) argument
1275 convert_port_to_task_suspension_token( ipc_port_t port) argument
1307 convert_port_to_space( ipc_port_t port) argument
1340 convert_port_to_map( ipc_port_t port) argument
1374 convert_port_to_thread( ipc_port_t port) argument
1463 ipc_port_t port; local
1489 ipc_port_t port; local
1534 ipc_port_t port; local
1561 ipc_port_t port; local
[all...]
H A Dipc_kobject.h69 * Declarations for letting a port represent a kernel object.
146 /* Make a port represent a kernel object of the given type */
148 ipc_port_t port,
153 ipc_port_t port,
157 /* Release any kernel object resources associated with a port */
159 ipc_port_t port);
161 #define null_conversion(port) (port)
/macosx-10.9.5/Heimdal-323.92.1/appl/test/
H A Dcommon.c47 { "port", 'p', arg_string, &port_str, "port to listen to", "port" },
78 int port = 0; local
91 port = s->s_port;
95 port = (int)strtol (port_str, &ptr, 10);
96 if (port == 0 && ptr == port_str)
97 errx (1, "Bad port `%s'", port_str);
98 port = htons(port);
111 int port = common_setup(context, &argc, argv, server_usage); local
129 int port = common_setup(context, &optidx, argv, client_usage); local
137 client_doit(const char *hostname, int port, const char *serv, int (*func)(int, const char *hostname, const char *service)) argument
[all...]
H A Dnt_gss_server.c57 { "port", 'p', arg_string, &port_str, "port to listen to", "port" },
156 doit (int port, const char *service) argument
168 my_addr.sin_port = port;
199 int port = 0; local
212 port = s->s_port;
216 port = strtol (port_str, &ptr, 10);
217 if (port == 0 && ptr == port_str)
218 errx (1, "Bad port `
232 int port = common_setup(context, &argc, argv, usage); local
242 int port = setup(&context, argc, argv); local
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dfake-rfc2553.c124 addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints) argument
139 ((struct sockaddr_in *)(ai)->ai_addr)->sin_port = port;
162 long int port; local
165 port = 0;
172 port = strtol(servname, &cp, 10);
173 if (port > 0 && port <= 65535 && *cp == '\0')
174 port = htons(port);
176 port
[all...]
/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_mach_internal.h101 int mac_port_check_send(struct label *task, struct label *port);
103 int mac_port_check_make_send(struct label *task, struct label *port);
104 int mac_port_check_make_send_once(struct label *task, struct label *port);
105 int mac_port_check_move_receive(struct label *task, struct label *port);
106 int mac_port_check_copy_send(struct label *task, struct label *port);
107 int mac_port_check_move_send(struct label *task, struct label *port);
108 int mac_port_check_move_send_once(struct label *task, struct label *port);
110 int mac_port_check_hold_send(struct label *task, struct label *port);
111 int mac_port_check_hold_send_once(struct label *task, struct label *port);
112 int mac_port_check_hold_receive(struct label *task, struct label *port);
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dmach_port.c76 #include <mach/port.h>
129 /* Needs port locked */
131 ipc_port_t port,
160 ipc_port_t port; local
164 port = (ipc_port_t) entry->ie_object;
167 assert(IP_VALID(port));
170 ip_lock(port);
171 assert(ip_active(port));
172 type |= ipc_port_request_type(port, name, request);
173 ip_unlock(port);
689 ipc_port_t port; local
995 ipc_port_t port; local
1055 ipc_port_t port; local
1095 ipc_port_t port; local
1135 ipc_port_t port; local
1181 ipc_port_t port; local
1363 ipc_port_t port; local
1506 ipc_port_t port; local
1527 ipc_port_t port, previous; local
1548 ipc_port_t port; local
1699 mach_port_get_status_helper( ipc_port_t port, mach_port_status_t *statusp) argument
1738 ipc_port_t port; local
1847 ipc_port_t port; local
2112 mach_port_guard_locked( ipc_port_t port, uint64_t guard, boolean_t strict) argument
2138 mach_port_unguard_locked( ipc_port_t port, mach_port_name_t name, uint64_t guard) argument
2273 ipc_port_t port; local
2400 ipc_port_t port; local
2444 ipc_port_t port; local
2473 ipc_port_t port; local
2534 ipc_port_t port; local
2590 ipc_port_t port; local
[all...]
H A Dipc_pset.h63 * Definitions for port sets.
70 #include <mach/port.h>
97 /* Allocate a port set */
103 /* Allocate a port set, with a specific name */
109 /* Add a port to a port set */
112 ipc_port_t port,
115 /* determine if port is a member of set */
118 ipc_port_t port);
120 /* Remove a port fro
[all...]
/macosx-10.9.5/ruby-104/ruby/test/xmlrpc/
H A Dtest_client.rb45 def net_http host, port, proxy_host, proxy_port
71 host, path, port, *rest = client.args
75 assert_equal 80, port
82 host, path, port, *rest = client.args
86 assert_equal 1234, port
93 host, path, port, proxy_host, proxy_port, user, password, use_ssl, timeout = client.args
97 assert_equal 443, port
109 host, path, port, proxy_host, proxy_port, user, password, use_ssl, timeout = client.args
113 assert_equal 1234, port
124 host, path, port, proxy_hos
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/devtools/
H A Ddialog.tcl26 variable port
174 proc Accept {sock host port} {
182 global port
185 set port [lindex [fconfigure $listener -sockname] 2]
186 # implied return of <port>
189 proc Client {port} {
193 set conn [set sock [socket localhost $port]]
196 Log [list Client @ $port = $sock]
197 Log [list Channels $port = [lsort [file channels]]]
219 global port
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetaddrinfo.c45 int *port,
94 *port = htons(strtol (servname, &endstr, 10));
98 *port = se->s_port;
104 add_one (int port, int protocol, int socktype, argument
106 int (*func)(struct addrinfo *, void *data, int port),
122 ret = (*func)(a, data, port);
133 const_v4 (struct addrinfo *a, void *data, int port) argument
146 sin4->sin_port = port;
153 const_v6 (struct addrinfo *a, void *data, int port) argument
166 sin6->sin6_port = port;
43 get_port_protocol_socktype(const char *servname, const struct addrinfo *hints, int *port, int *protocol, int *socktype) argument
180 get_null(const struct addrinfo *hints, int port, int protocol, int socktype, struct addrinfo **res) argument
223 add_hostent(int port, int protocol, int socktype, struct addrinfo ***current, int (*func)(struct addrinfo *, void *data, int port), struct hostent *he, int *flags) argument
271 get_number(const char *nodename, const struct addrinfo *hints, int port, int protocol, int socktype, struct addrinfo **res) argument
311 get_nodes(const char *nodename, const struct addrinfo *hints, int port, int protocol, int socktype, struct addrinfo **res) argument
375 int port = 0; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_debug.c67 get_socket (const char *hostname, int port) argument
76 snprintf (portstr, sizeof(portstr), "%d", ntohs(port));
99 doit_v5 (char *host, int port) argument
105 int s = get_socket (host, port);
157 { "port", 'p', arg_string, &port_str, "Use this port",
178 int port = 0; local
206 port = s->s_port;
210 port = strtol (port_str, &ptr, 10);
211 if (port
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dgserver.rb19 # maximum number. Several _services_ (i.e. one service per TCP port) can be
21 # <tt>GServer.stop(port)</tt>. All the threading issues are handled, saving
36 # def initialize(port=10001, *args)
37 # super(port, *args)
93 # Stop the server running on the given port, bound to the given host
95 # +port+:: port, as a FixNum, of the server to stop
97 def GServer.stop(port, host = DEFAULT_HOST)
99 @@services[host][port].stop
103 # Check if a server is running on the given port an
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/repquote/
H A DRepConfig.java56 public void setThisHost(String host, int port) argument
59 thisHost.port = port;
74 public void addOtherHost(String host, int port, boolean peer) argument
77 new ReplicationHostAddress(host, port);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DProtectionSpace.cpp50 ProtectionSpace::ProtectionSpace(const String& host, int port, ProtectionSpaceServerType serverType, const String& realm, ProtectionSpaceAuthenticationScheme authenticationScheme) argument
52 , m_port(port)
65 int ProtectionSpace::port() const function in class:WebCore::ProtectionSpace
110 if (a.port() != b.port())
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dfind_inet.c12 /* int find_inet_port(port, proto)
13 /* const char *port;
23 /* find_inet_port() translates a symbolic or numerical port name.
85 int port; local
87 if (alldig(service) && (port = atoi(service)) != 0) {
88 if (port < 0 || port > 65535)
89 msg_fatal("bad port number: %s", service);
90 return (htons(port));
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_server_command.rb17 assert_equal 8808, @cmd.options[:port]
23 assert_equal 9999, @cmd.options[:port]
35 assert_equal 0, @cmd.options[:port]
38 assert_equal 65535, @cmd.options[:port]
41 assert_equal 80, @cmd.options[:port]
54 assert_equal 'invalid argument: -p 65536: not a port number',
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmach++.cpp122 case MACH_NOTIFY_PORT_DELETED: typeName = "port deleted"; break;
123 case MACH_NOTIFY_PORT_DESTROYED:typeName = "port destroyed"; break;
130 secdebug("port", "%d cancel notify %s", port(), typeName);
132 secdebug("port", "%d request notify %s to %d (sync %d)", port(), typeName, notify, sync);
140 // Mach won't let us unset the DPN port if we are already dead
194 // Task port features
210 // Bootstrap port management
214 mach_port_t port; local
221 mach_port_t port; local
233 registerAs(mach_port_t port, const char *name) const argument
241 mach_port_t port; local
248 mach_port_t port; local
255 mach_port_t port; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmach++.cpp122 case MACH_NOTIFY_PORT_DELETED: typeName = "port deleted"; break;
123 case MACH_NOTIFY_PORT_DESTROYED:typeName = "port destroyed"; break;
130 secdebug("port", "%d cancel notify %s", port(), typeName);
132 secdebug("port", "%d request notify %s to %d (sync %d)", port(), typeName, notify, sync);
140 // Mach won't let us unset the DPN port if we are already dead
194 // Task port features
210 // Bootstrap port management
214 mach_port_t port; local
221 mach_port_t port; local
233 registerAs(mach_port_t port, const char *name) const argument
241 mach_port_t port; local
248 mach_port_t port; local
255 mach_port_t port; local
[all...]
/macosx-10.9.5/KerberosHelper-148/Source/
H A DLKDCHelper-main.c170 mach_port_t port = MACH_PORT_NULL; local
200 helplog(ASL_LEVEL_ERR, "Launchd reply does not contain %s Mach port.", service_name);
204 port = launch_data_get_machport (datum);
205 if (MACH_PORT_NULL == port) {
206 helplog(ASL_LEVEL_ERR, "Launchd gave me a null Mach port.");
210 kr = mach_port_insert_right(mach_task_self(), port, port, MACH_MSG_TYPE_MAKE_SEND);
219 if (MACH_PORT_NULL == port) { exit(EXIT_FAILURE); }
220 return port;
226 mach_port_t port local
250 if (MACH_PORT_NULL != port) { mach_port_deallocate (mach_task_self (), port); } local
311 mach_port_t port = MACH_PORT_NULL; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/excxx_repquote/
H A DRepConfigInfo.cpp38 void RepConfigInfo::addOtherHost(char* host, int port, bool peer) argument
43 newinfo->port = port;

Completed in 347 milliseconds

1234567891011>>