Searched defs:externalPort (Results 1 - 3 of 3) sorted by relevance
/external/mdnsresponder/mDNSShared/ | ||
H A D | dnssd_clientstub.c | 1881 union { uint16_t s; u_char b[2]; } externalPort; local 1893 externalPort.b[0] = *data++; 1894 externalPort.b[1] = *data++; 1898 ((DNSServiceNATPortMappingReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort.s, ttl, sdr->AppContext); 1923 union { uint16_t s; u_char b[2]; } externalPort = { externalPortInNetworkByteOrder }; local 1932 len += sizeof(externalPort); 1943 *ptr++ = externalPort.b[0]; 1944 *ptr++ = externalPort.b[1]; |
/external/robolectric/v3/runtime/ | ||
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
Completed in 54 milliseconds