Home
last modified time | relevance | path

Searched refs:externalPort (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddns_sd.h2209 …uint16_t externalPort, /* In network byte order and may be different …
2277 uint16_t externalPort, /* network byte order */
H A Ddnssd_clientstub.c2411 union { uint16_t s; u_char b[2]; } externalPort; in handle_port_mapping_response() local
2423 externalPort.b[0] = *data++; in handle_port_mapping_response()
2424 externalPort.b[1] = *data++; in handle_port_mapping_response()
2428 …gs, cbh->cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort.s, ttl, sdr->Ap… in handle_port_mapping_response()
2453 union { uint16_t s; u_char b[2]; } externalPort = { externalPortInNetworkByteOrder }; in DNSServiceNATPortMappingCreate() local
2462 len += sizeof(externalPort); in DNSServiceNATPortMappingCreate()
2473 *ptr++ = externalPort.b[0]; in DNSServiceNATPortMappingCreate()
2474 *ptr++ = externalPort.b[1]; in DNSServiceNATPortMappingCreate()