OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:internalPort
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_clientstub.c
2739
union { uint16_t s; u_char b[2]; }
internalPort
;
2750
internalPort
.b[0] = *data++;
2751
internalPort
.b[1] = *data++;
2757
((DNSServiceNATPortMappingReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, addr.l, protocol,
internalPort
.s, externalPort.s, ttl, sdr->AppContext);
2781
union { uint16_t s; u_char b[2]; }
internalPort
= { internalPortInNetworkByteOrder };
2790
len += sizeof(
internalPort
);
2800
*ptr++ =
internalPort
.b[0];
2801
*ptr++ =
internalPort
.b[1];
dnssd_clientstub.c
2739
union { uint16_t s; u_char b[2]; }
internalPort
;
2750
internalPort
.b[0] = *data++;
2751
internalPort
.b[1] = *data++;
2757
((DNSServiceNATPortMappingReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, addr.l, protocol,
internalPort
.s, externalPort.s, ttl, sdr->AppContext);
2781
union { uint16_t s; u_char b[2]; }
internalPort
= { internalPortInNetworkByteOrder };
2790
len += sizeof(
internalPort
);
2800
*ptr++ =
internalPort
.b[0];
2801
*ptr++ =
internalPort
.b[1];
dnssd_clientstub.c
2739
union { uint16_t s; u_char b[2]; }
internalPort
;
2750
internalPort
.b[0] = *data++;
2751
internalPort
.b[1] = *data++;
2757
((DNSServiceNATPortMappingReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, addr.l, protocol,
internalPort
.s, externalPort.s, ttl, sdr->AppContext);
2781
union { uint16_t s; u_char b[2]; }
internalPort
= { internalPortInNetworkByteOrder };
2790
len += sizeof(
internalPort
);
2800
*ptr++ =
internalPort
.b[0];
2801
*ptr++ =
internalPort
.b[1];
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
947
IntegerOption( 0, "
internalPort
", &gPortMapping_InternalPort, "port number", "Internal port.", false ),
6015
uint16_t
internalPort
; // Internal port argument for DNSServiceNATPortMappingCreate operation.
6100
context->
internalPort
= (uint16_t) gPortMapping_InternalPort;
6111
htons( context->
internalPort
), htons( context->externalPort ), context->ttl, PortMappingCallback, context );
6142
FPrintF( stdout, "Internal Port: %u\n", inContext->
internalPort
);
[
all
...]
dnssdutil.c
947
IntegerOption( 0, "
internalPort
", &gPortMapping_InternalPort, "port number", "Internal port.", false ),
6015
uint16_t
internalPort
; // Internal port argument for DNSServiceNATPortMappingCreate operation.
6100
context->
internalPort
= (uint16_t) gPortMapping_InternalPort;
6111
htons( context->
internalPort
), htons( context->externalPort ), context->ttl, PortMappingCallback, context );
6142
FPrintF( stdout, "Internal Port: %u\n", inContext->
internalPort
);
[
all
...]
dnssdutil.c
947
IntegerOption( 0, "
internalPort
", &gPortMapping_InternalPort, "port number", "Internal port.", false ),
6015
uint16_t
internalPort
; // Internal port argument for DNSServiceNATPortMappingCreate operation.
6100
context->
internalPort
= (uint16_t) gPortMapping_InternalPort;
6111
htons( context->
internalPort
), htons( context->externalPort ), context->ttl, PortMappingCallback, context );
6142
FPrintF( stdout, "Internal Port: %u\n", inContext->
internalPort
);
[
all
...]
Completed in 213 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026