Searched refs:externalPort (Results 1 – 4 of 4) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
D | dns_sd.h | 1901 …uint16_t externalPort, /* In network byte order and may be different … 1963 uint16_t externalPort, /* network byte order */
|
D | dnssd_clientstub.c | 1881 union { uint16_t s; u_char b[2]; } externalPort; in handle_port_mapping_response() local 1893 externalPort.b[0] = *data++; in handle_port_mapping_response() 1894 externalPort.b[1] = *data++; in handle_port_mapping_response() 1898 …gs, cbh->cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort.s, ttl, sdr->Ap… in handle_port_mapping_response() 1923 union { uint16_t s; u_char b[2]; } externalPort = { externalPortInNetworkByteOrder }; in DNSServiceNATPortMappingCreate() local 1932 len += sizeof(externalPort); in DNSServiceNATPortMappingCreate() 1943 *ptr++ = externalPort.b[0]; in DNSServiceNATPortMappingCreate() 1944 *ptr++ = externalPort.b[1]; in DNSServiceNATPortMappingCreate()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |