Searched refs:portp (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Drresvport.c62 u_int16_t *portp; local
72 portp = &((struct sockaddr_in *)sa)->sin_port;
76 portp = &((struct sockaddr_in6 *)sa)->sin6_port;
88 *portp = htons(*alport);
98 *portp = 0;
104 *alport = ntohs(*portp);
H A Dbindresvport.c59 u_int16_t *portp; local
79 portp = &in->sin_port;
83 portp = &in6->sin6_port;
90 port = ntohs(*portp);
98 *portp = htons(port);
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dkrpc.h43 u_int prog, u_int vers, u_int proto, u_int16_t *portp);
H A Dkrpc_subr.c149 krpc_portmap(sin, prog, vers, proto, portp)
152 u_int16_t *portp; /* network order */
169 *portp = htons(PMAPPORT);
192 *portp = rdata->port;
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dipc.py38 portp = Cast(port, 'struct ipc_port *')
40 spacep = portp.data.receiver
42 if portp.ip_object.io_bits & 0x80000000:
44 unsigned(portp), addressof(portp.ip_messages), ' '*8,
45 unsigned(portp.ip_messages.data.port.receiver_name),
46 "APort", portp.ip_object.io_references,
47 unsigned(portp.ip_messages.data.port.receiver_name),
48 GetPortDestProc(portp))
51 unsigned(portp), addresso
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_port.h294 #define ipc_port_translate_receive(space, name, portp) \
297 (ipc_object_t *) (portp))
299 #define ipc_port_translate_send(space, name, portp) \
302 (ipc_object_t *) (portp))
409 ipc_port_t *portp);
415 ipc_port_t *portp);
H A Dipc_port.c641 ipc_port_t *portp)
669 *portp = port;
692 ipc_port_t *portp)
716 *portp = port;
638 ipc_port_alloc( ipc_space_t space, mach_port_name_t *namep, ipc_port_t *portp) argument
689 ipc_port_alloc_name( ipc_space_t space, mach_port_name_t name, ipc_port_t *portp) argument
/macosx-10.10/bind9-45.101/bind9/bin/named/include/named/
H A Dconfig.h73 ns_config_getport(const cfg_obj_t *config, in_port_t *portp);
/macosx-10.10/postfix-255/postfix/src/util/
H A Dmyaddrinfo.c451 unsigned short *portp;
454 if (*(portp = SOCK_ADDR_PORTP(r->ai_addr)) != 0)
455 *portp = 0;
567 unsigned short *portp;
570 if (*(portp = SOCK_ADDR_PORTP(r->ai_addr)) != 0)
571 *portp = 0;
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dcommands.c2196 char *cmd, *hostp = 0, *portp = 0, *user = 0;
2245 if (portp == 0) {
2246 portp = *argv++;
2320 if (!portp) {
2322 portp = strdup("telnet");
2323 } else if (*portp == '-') {
2324 portp++;
2326 } else if (*portp == '+') {
2327 portp++;
2338 struct servent *srv = getservbyname(portp, NUL
2188 char *cmd, *hostp = 0, *portp = 0, *user = 0; local
[all...]
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dxdr.h303 #define xdr_rpcport(xdrs, portp) xdr_u_int32(xdrs, portp)
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dcommands.c2064 char *cmd, *hostp = 0, *portp = 0;
2105 if (portp == 0) {
2106 portp = *argv++;
2134 if (portp) {
2135 if (*portp == '-') {
2136 portp++;
2140 port = atoi(portp);
2142 sp = roken_getservbyname(portp, "tcp");
2146 printf("%s: bad port number\r\n", portp);
2056 char *cmd, *hostp = 0, *portp = 0; local
/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Drtspd.c546 char *portp = strchr(doc, ':'); local
547 if(portp && (*(portp+1) != '\0') && ISDIGIT(*(portp+1)))
548 req->testno = strtol(portp+1, NULL, 10);
H A Dsws.c520 char *portp = NULL; local
549 portp = p+1;
554 portp = strchr(doc, ':');
556 if(portp && (*(portp+1) != '\0') && ISDIGIT(*(portp+1))) {
557 unsigned long ulnum = strtoul(portp+1, NULL, 10);
/macosx-10.10/BerkeleyDB-21/db/examples_c/ex_rep/base/
H A Drep_net.c191 machtab_getinfo(machtab, eid, hostp, portp)
195 int *portp;
210 *portp = member->port;
/macosx-10.10/libxml2-26/libxml2/
H A Dnanoftp.c1373 unsigned char ad[6], *adp, *portp; local
1497 portp = (unsigned char *) &((struct sockaddr_in6 *)&dataAddr)->sin6_port;
1498 snprintf (buf, sizeof(buf), "EPRT |2|%s|%s|\r\n", adp, portp);
1503 portp = (unsigned char *) &((struct sockaddr_in *)&dataAddr)->sin_port;
1506 portp[0] & 0xff, portp[1] & 0xff);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dnanoftp.c1371 unsigned char ad[6], *adp, *portp; local
1495 portp = (unsigned char *) &((struct sockaddr_in6 *)&dataAddr)->sin6_port;
1496 snprintf (buf, sizeof(buf), "EPRT |2|%s|%s|\r\n", adp, portp);
1501 portp = (unsigned char *) &((struct sockaddr_in *)&dataAddr)->sin_port;
1504 portp[0] & 0xff, portp[1] & 0xff);
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dconfig.c758 ns_config_getport(const cfg_obj_t *config, in_port_t *portp) { argument
780 *portp = (in_port_t)cfg_obj_asuint32(portobj);
/macosx-10.10/postfix-255/postfix/src/posttls-finger/
H A Dposttls-finger.c1226 char **hostp, unsigned *portp)
1251 *portp = htons(port);
1254 *portp = sp->s_port;
1256 *portp = htons(25);
1225 parse_destination(char *destination, char *def_service, char **hostp, unsigned *portp) argument
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dipc_tt.c788 ipc_port_t *portp)
809 *portp = ipc_port_copy_send(*whichp);
890 ipc_port_t *portp)
938 *portp = port;
785 thread_get_special_port( thread_t thread, int which, ipc_port_t *portp) argument
887 task_get_special_port( task_t task, int which, ipc_port_t *portp) argument
H A Dhost.c957 ipc_port_t *portp)
967 *portp = ipc_port_copy_send(port);
953 host_get_special_port( host_priv_t host_priv, __unused int node, int id, ipc_port_t *portp) argument
/macosx-10.10/postfix-255/postfix/src/smtp/
H A Dsmtp_connect.c331 char **hostp, unsigned *portp)
356 *portp = htons(port);
360 *portp = sp->s_port;
330 smtp_parse_destination(char *destination, char *def_service, char **hostp, unsigned *portp) argument
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Draddrinfo.c354 char *hostp, *portp; local
360 portp = port_str(port, pbuf, sizeof(pbuf), &additional_flags);
362 if (socktype_hack && hints->ai_socktype == 0 && str_is_number(portp)) {
367 error = rb_getaddrinfo(hostp, portp, hints, &res);
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread.c1748 _pthread_lookup_thread(pthread_t thread, mach_port_t *portp, int only_joinable) argument
1772 if (portp != NULL) {
1773 *portp = kport;
/macosx-10.10/vim-55/runtime/syntax/
H A Dskill.vim316 syn match skillFunction "(portp\>"hs=s+1
317 syn match skillFunction "\<portp("he=e-1

Completed in 493 milliseconds

12