/external/iptables/extensions/ |
libxt_devgroup.man | 1 Match device group of a packets incoming/outgoing interface. 7 Match device group of outgoing device
|
libipt_MIRROR.man | 9 chains. Note that the outgoing packets are
|
/external/mtpd/ |
pptp.c | 132 } incoming, outgoing; variable in typeref:struct:packet 137 memset(outgoing.buffer, 0, length); 138 outgoing.length = length; 139 outgoing.header.length = htons(length); 140 outgoing.header.type = CONTROL_MESSAGE; 141 outgoing.header.cookie = MAGIC_COOKIE; 142 outgoing.message = htons(message); 147 send(the_socket, outgoing.buffer, outgoing.length, 0); 223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION [all...] |
l2tp.c | 120 } incoming, outgoing; variable in typeref:struct:packet 131 uint16_t *p = (uint16_t *)outgoing.buffer; 142 outgoing.message = message; 143 outgoing.length = MESSAGE_HEADER_SIZE; 149 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length]; 154 outgoing.length += ATTRIBUTE_HEADER_SIZE + size; 169 uint16_t *p = (uint16_t *)outgoing.buffer; 170 p[1] = htons(outgoing.length); 171 send(the_socket, outgoing.buffer, outgoing.length, 0) [all...] |
/packages/apps/Email/res/xml/ |
providers.xml | 49 one outgoing section. If more than one is specified only the first 65 Valid outgoing uri schemes are: 107 Both the username and uri attributes (for both incoming and outgoing elements) 123 The username attribute MAY be the empty string for the outgoing element, but only if the 132 <outgoing uri="smtp+ssl+://smtp.gmail.com" username="$email" /> 136 <outgoing uri="smtp+ssl+://smtp.googlemail.com" username="$email" /> 140 <outgoing uri="smtp+ssl+://smtp.gmail.com" username="$email" /> 144 <outgoing uri="smtp+ssl+://smtp.gmail.com" username="$email" /> 148 <outgoing uri="smtp+ssl+://smtp.gmail.com" username="$email" /> 155 <outgoing uri="smtp://smtp.everyone.net" username="$email" / [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
StateTransitionAnimation.java | 31 public static final Spec OUTGOING; 54 OUTGOING = new Spec(); 55 OUTGOING.backgroundAlphaFrom = 0.5f; 56 OUTGOING.backgroundAlphaTo = 0f; 57 OUTGOING.backgroundScaleFrom = 1f; 58 OUTGOING.backgroundScaleTo = 0f; 59 OUTGOING.contentAlphaFrom = 0.5f; 60 OUTGOING.contentAlphaTo = 1f; 61 OUTGOING.contentScaleFrom = 3f; 62 OUTGOING.contentScaleTo = 1f [all...] |
/packages/apps/Email/tests/res/xml/ |
test_providers.xml | 27 <outgoing uri="smtp+ssl+://smtp.gmail.com" username="$email" /> 33 <outgoing uri="smtp://smtp-server.foo.com" username="$email" /> 37 <outgoing uri="smtp+ssl+://android.smtp.mail.yahoo.com" username="$email" /> 41 <outgoing uri="smtp+ssl+://android.smtp.mail.yahoo.com" username="$email" /> 47 <outgoing uri="smtp://mobile-smtp.roadrunner.com" username="$email" /> 51 <outgoing uri="smtp://mobile-smtp.roadrunner.com" username="$email" /> 55 <outgoing uri="smtp://mobile-smtp.roadrunner.com" username="$email" /> 61 <outgoing uri="smtp+ssl+://smtp.mxes.net" username="$user_$domain" />
|
/external/jmdns/src/javax/jmdns/impl/tasks/ |
DNSTask.java | 72 * outgoing message 75 * @return outgoing message for the next question 102 * outgoing message 107 * @return outgoing message for the next answer 134 * outgoing message 138 * @return outgoing message for the next answer 165 * outgoing message 168 * @return outgoing message for the next answer 195 * outgoing message 200 * @return outgoing message for the next answe [all...] |
/cts/tests/tests/telecom/src/android/telecom/cts/ |
BaseRemoteTelecomTest.java | 113 fail("No outgoing call connection requested by Telecom"); 119 assertThat("Telecom should create outgoing connection for remote outgoing call", 121 assertEquals("Telecom should not create incoming connections for remote outgoing calls", 136 fail("No outgoing call connection requested by Telecom"); 144 assertEquals("Telecom should not create outgoing connections for remote incoming calls", 157 // Make all other outgoing connections as conferenceable with this remote connection. 174 fail("No outgoing conference requested by Telecom");
|
/packages/apps/Email/res/layout/ |
account_settings_outgoing_fragment.xml | 17 <!-- Outgoing server settings. This is a wrapper around the "outgoing setup" fragment
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
NoProcessOutgoingCallPermissionTest.java | 31 * Verify that processing outgoing calls requires Permission. 49 * Verify that to process an outgoing call requires Permission. 80 assertFalse("Outgoing call processed without proper permissions", rcvr.callReceived);
|
/external/kernel-headers/original/uapi/linux/ |
net_tstamp.h | 54 * No outgoing packet will need hardware time stamping; 61 * Enables hardware time stamping for outgoing packets; 69 * Enables time stamping for outgoing packets just as
|
if_pppol2tp.h | 32 __u16 d_tunnel, d_session; /* For sending outgoing packets */ 44 __u16 d_tunnel, d_session; /* For sending outgoing packets */ 60 __u32 d_tunnel, d_session; /* For sending outgoing packets */ 69 __u32 d_tunnel, d_session; /* For sending outgoing packets */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
net_tstamp.h | 50 * No outgoing packet will need hardware time stamping; 57 * Enables hardware time stamping for outgoing packets; 65 * Enables time stamping for outgoing packets just as
|
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/ |
DNSResolverTask.java | 92 * outgoing message 93 * @return the outgoing message. 103 * outgoing message 104 * @return the outgoing message.
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
MultipartMimeContent.java | 13 * Return the Content type header to assign to the outgoing sip meassage.
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
PrimaryCallReceiver.java | 10 * Single point of entry for all outgoing and incoming calls. {@link UserCallIntentProcessor} serves
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_tls_common.h | 27 * tls_out_pos - The current position in the outgoing TLS message 32 * tls_out_limit - Maximum fragment size for outgoing TLS messages
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
HeadlessAccountSettingsLoader.java | 19 * then starts the {@link AccountServerSettingsActivity} activity with the incoming/outgoing 26 ".ACCOUNT_SETTINGS/outgoing/").buildUpon();
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadsetClientCall.java | 39 * Outgoing call that is being dialed right now. 43 * Outgoing call that remote party has already been alerted about. 75 boolean multiParty, boolean outgoing) { 81 mOutgoing = outgoing; 165 * Checks if this call is an outgoing call. 167 * @return <code>true</code> if its outgoing call,
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallTypeIconsView.java | 38 * View that draws one or more symbols for different types of calls (missed calls, outgoing etc). 112 return mResources.outgoing; 159 * Drawable respresenting an outgoing call. 161 public final Drawable outgoing; field in class:CallTypeIconsView.Resources 196 // Create a rotated instance of the call arrow for outgoing calls. 197 outgoing = BitmapUtil.getRotatedDrawable(r, R.drawable.ic_call_arrow, 180f); 198 outgoing.setColorFilter(r.getColor(R.color.answered_call), PorterDuff.Mode.MULTIPLY);
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallIntentProcessor.java | 20 * Single point of entry for all outgoing and incoming calls. 30 * Whether or not the dialer initiating this outgoing call is the default dialer, or system 176 * Whether an outgoing video call should be prevented from going out. Namely, don't allow an 177 * outgoing video call if there is already an ongoing video call. Notify the user if their call 180 * @return {@code true} if the outgoing call is a video call and should be prevented from going
|
CallState.java | 38 * The initial state of an outgoing {@code Call}. 45 * The state of an outgoing {@code Call} when waiting on user to select a 51 * Indicates that a call is outgoing and in the dialing state. A call transitions to this state 52 * once an outgoing call has begun (e.g., user presses the dial button in Dialer). Calls in this 91 * Indicates that the call was attempted (mostly in the context of outgoing, at least at the
|
/external/icu/icu4c/source/common/unicode/ |
resbund.h | 213 * @param status fills in the outgoing error code 228 * @param status fills in the outgoing error code 243 * @param status fills in the outgoing error code 257 * @param status fills in the outgoing error code 271 * @param status fills in the outgoing error code 331 * @param status fills in the outgoing error code 342 * @param status fills in the outgoing error code 354 * @param status fills in the outgoing error code 366 * @param status fills in the outgoing error code 378 * @param status fills in the outgoing error cod [all...] |
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/ |
ServiceConnection.java | 36 * Make an outgoing connection. 43 * Disconnect from the outgoing connection 62 * Set properties on the outgoing connection.
|