Searched refs:inPort (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClientDeprecated/
H A DKClientDeprecated.h84 /* * KClient 1.9 deprecated API * * $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClientDeprecated/KClientDeprecated.h,v 1.4 2005/01/10 19:17:30 snsimon Exp $ */ #ifndef __KCLIENTDEPRECATED__ #define __KCLIENTDEPRECATED__ #if PRAGMA_ONCE #pragma once #endif /* PRAGMA_ONCE */ #include <KerberosSupport/KerberosSupport.h> #include <Kerberos4/Kerberos4.h> #include <KClient/KClientTypes.h> #ifdef __cplusplus extern "C" { #endif /* * Important! * * The following functions are deprecated. They will be removed from the library * and the header files in the future. See documentation for moving to KClient * 3.0 API to see how you can update your code. */ OSStatus KClientCacheInitialTicketDeprecated ( KClientSession* inSession, char* inService); OSStatus KClientGetLocalRealmDeprecated ( char* outRealm); OSStatus KClientSetLocalRealmDeprecated ( const char* inRealm); OSStatus KClientGetRealmDeprecated ( const char* inHost, char* outRealm); OSStatus KClientAddRealmMapDeprecated ( char* inHost, char* inRealm); OSStatus KClientDeleteRealmMapDeprecated ( char* inHost); OSStatus KClientGetNthRealmMapDeprecated ( SInt32 inIndex, char* outHost, char* outRealm); OSStatus KClientGetNthServerDeprecated ( SInt32 inIndex, char* outHost, char* inRealm, Boolean inAdmin); OSStatus KClientAddServerMapDeprecated ( char* inHost, char* inRealm, Boolean inAdmin); OSStatus KClientDeleteServerMapDeprecated ( char* inHost, char* inRealm); OSStatus KClientGetNthServerMapDeprecated ( SInt32 inIndex, char* outHost, char* outRealm, Boolean* outAdmin); OSStatus KClientGetNthServerPortDeprecated ( SInt32 inIndex, UInt16* outPort); OSStatus KClientSetNthServerPortDeprecated ( SInt32 inIndex, UInt16 inPort); OSStatus KClientGetNumSessionsDeprecated ( SInt32* outSessions); OSStatus KClientGetNthSe (…)
/macosx-10.9.5/MITKerberosShim-62.1/test/
H A Dtest-gss-client.c37 static int Connect (const char *inHost, int inPort, int *outFD) argument
52 saddr.sin_port = htons(inPort);
64 printf ("connecting to host '%s' on port %d\n", inHost, inPort);
H A Dtest-gss-server.c37 static int SetupListeningSocket (int inPort, int *outFD) argument
51 saddr->sin_port = htons (inPort);
66 printf ("listening on port %d\n", inPort);
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/ExplorerPlugin/
H A DExplorerBarWindow.h241 uint16_t inPort,
H A DExplorerBarWindow.cpp579 uint16_t inPort,
629 resolve->port = ntohs( inPort );
572 ResolveCallBack( DNSServiceRef inRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceErrorType inErrorCode, const char * inFullName, const char * inHostName, uint16_t inPort, uint16_t inTXTSize, const char * inTXT, void * inContext ) argument
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.h201 uint16_t inPort,
H A DPrinterSetupWizardSheet.cpp1094 uint16_t inPort,
1142 service->portNumber = ntohs(inPort);
1087 OnResolve( DNSServiceRef inRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceErrorType inErrorCode, const char * inFullName, const char * inHostName, uint16_t inPort, uint16_t inTXTSize, const char * inTXT, void * inContext ) argument
/macosx-10.9.5/network_cmds-433/natd.tproj/
H A Dnatd.c150 static u_short inPort; variable
288 inPort = 0;
326 if (inPort != 0 || outPort != 0)
327 if (inPort == 0 || outPort == 0)
330 if (inPort == 0 && outPort == 0 && inOutPort == 0)
382 addr.sin_port = inPort;
1864 inPort = uNumValue;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.c205 mDNSIPPort inPort,
1084 mDNSIPPort inPort,
1114 if( inPort.NotAnInteger != zeroIPPort.NotAnInteger )
1134 addr.sin_port = inPort.NotAnInteger;
1140 inAddr->ifa_name, ip.b[ 0 ], ip.b[ 1 ], ip.b[ 2 ], ip.b[ 3 ], ntohs( inPort.NotAnInteger ), socketRef );
1081 SetupSocket( mDNS * const inMDNS, const struct ifaddrs * inAddr, mDNSIPPort inPort, MDNSSocketRef * outSocketRef ) argument
/macosx-10.9.5/MITKerberosShim-62.1/
H A DKrb4DeprecatedAPIs.c588 OSStatus KClientSetNthServerPortDeprecated (SInt32 inIndex, UInt16 inPort) argument

Completed in 306 milliseconds