/external/ppp/pppd/plugins/pppoatm/ |
misc.c | 45 void atm_tcpip_port_mapping(char *vs_id,uint8_t protocol,uint16_t port) 48 vs_id[4] = protocol; /* e.g. IP_TCP or IP_UDP; from netinet/protocols.h */
|
/external/webrtc/talk/app/webrtc/ |
datachannelinterface.h | 60 std::string protocol; // This is set by the application and opaque to the member in struct:webrtc::DataChannelInit 140 virtual std::string protocol() const { return std::string(); } function in class:webrtc::DataChannelInterface
|
/external/webrtc/talk/app/webrtc/objc/public/ |
RTCPeerConnection.h | 39 @protocol RTCSessionDescriptionDelegate; 40 @protocol RTCStatsDelegate;
|
RTCPeerConnectionDelegate.h | 37 // RTCPeerConnectionDelegate is a protocol for an object that must be 39 @protocol RTCPeerConnectionDelegate<NSObject>
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
ARDRoomServerClient.h | 17 @protocol ARDRoomServerClient <NSObject>
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet.h | 52 * @protocol: Ethernet protocol number in host byte order 65 const char *ifname, const u8 *own_addr, unsigned short protocol, 78 unsigned short protocol, 101 * @proto: Protocol/ethertype for the packet in host byte order (only used if
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipProfile.java | 44 * <a href="{@docRoot}guide/topics/network/sip.html">Session Initiation Protocol</a> 206 * Sets the protocol used to connect to the SIP server. Currently, 209 * @param protocol the protocol string 211 * @throws IllegalArgumentException if the protocol is not recognized 213 public Builder setProtocol(String protocol) 215 if (protocol == null) { 216 throw new NullPointerException("protocol cannot be null"); 218 protocol = protocol.toUpperCase() [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
ContactsUtils.java | 70 * ProviderNames from the predefined IM protocol id. 73 * @param protocol the protocol ID 74 * @return the provider name the IM app uses for the given protocol, or null if no 75 * provider is defined for the given protocol 78 public static String lookupProviderNameFromId(int protocol) { 79 switch (protocol) { 172 private static Intent getCustomImIntent(ImDataItem im, int protocol) { 178 if (protocol != Im.PROTOCOL_CUSTOM) { 180 host = ContactsUtils.lookupProviderNameFromId(protocol); 210 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : im.getProtocol(); local [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForIm.java | 41 int protocol = builder.getInt(Im.PROTOCOL); local 44 Im.getProtocolLabel(mContext.getResources(), protocol, customProtocol).toString()); local
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_shelve.py | 15 s = shelve.Shelf(d1, protocol=2, writeback=False) 30 s = shelve.open(self.fn, protocol=0) 40 s = shelve.open(self.fn, protocol=1) 50 s = shelve.open(self.fn, protocol=2) 60 s = shelve.Shelf(d1, protocol=0) 65 s = shelve.Shelf(d2, protocol=1) 75 s = shelve.Shelf(d1, protocol=2, writeback=False) 83 s = shelve.Shelf(d2, protocol=2, writeback=True) 133 _args={'protocol':0} 136 _args={'protocol':1 [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_shelve.py | 15 s = shelve.Shelf(d1, protocol=2, writeback=False) 30 s = shelve.open(self.fn, protocol=0) 40 s = shelve.open(self.fn, protocol=1) 50 s = shelve.open(self.fn, protocol=2) 60 s = shelve.Shelf(d1, protocol=0) 65 s = shelve.Shelf(d2, protocol=1) 75 s = shelve.Shelf(d1, protocol=2, writeback=False) 83 s = shelve.Shelf(d2, protocol=2, writeback=True) 133 _args={'protocol':0} 136 _args={'protocol':1 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_shelve.py | 15 s = shelve.Shelf(d1, protocol=2, writeback=False) 30 s = shelve.open(self.fn, protocol=0) 40 s = shelve.open(self.fn, protocol=1) 50 s = shelve.open(self.fn, protocol=2) 60 s = shelve.Shelf(d1, protocol=0) 65 s = shelve.Shelf(d2, protocol=1) 75 s = shelve.Shelf(d1, protocol=2, writeback=False) 83 s = shelve.Shelf(d2, protocol=2, writeback=True) 133 _args={'protocol':0} 136 _args={'protocol':1 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_shelve.py | 15 s = shelve.Shelf(d1, protocol=2, writeback=False) 30 s = shelve.open(self.fn, protocol=0) 40 s = shelve.open(self.fn, protocol=1) 50 s = shelve.open(self.fn, protocol=2) 60 s = shelve.Shelf(d1, protocol=0) 65 s = shelve.Shelf(d2, protocol=1) 75 s = shelve.Shelf(d1, protocol=2, writeback=False) 83 s = shelve.Shelf(d2, protocol=2, writeback=True) 133 _args={'protocol':0} 136 _args={'protocol':1 [all...] |
/system/bt/bta/include/ |
bta_pan_co.h | 139 extern void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, UINT8 *p_data, 155 extern void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, 180 ** Description protocol filter indication from peer device
|
/system/bt/btif/include/ |
btif_pan_internal.h | 69 UINT16 protocol; member in struct:__anon73337 104 int btpan_tap_send(int tap_fd, const BD_ADDR src, const BD_ADDR dst, UINT16 protocol,
|
/system/connectivity/shill/ |
connection_info_reader.cc | 94 int protocol = 0; local 95 if (!ParseProtocol(tokens[++index], &protocol)) { 98 info->set_protocol(protocol); 106 if (protocol == IPPROTO_TCP) 159 bool ConnectionInfoReader::ParseProtocol(const string& input, int* protocol) { 160 if (!base::StringToInt(input, protocol) || 161 *protocol < 0 || *protocol >= IPPROTO_MAX) {
|
/system/core/fastboot/ |
socket.h | 31 // interface that enforces the fastboot protocol. 49 enum class Protocol { kTcp, kUdp }; 58 static std::unique_ptr<Socket> NewClient(Protocol protocol, const std::string& hostname, 65 static std::unique_ptr<Socket> NewServer(Protocol protocol, int port);
|
/external/webrtc/talk/app/webrtc/objc/ |
RTCDataChannel.mm | 113 - (NSString*)protocol { 114 return NSStringFromStdString(_dataChannelInit.protocol); 117 - (void)setProtocol:(NSString*)protocol { 118 _dataChannelInit.protocol = StdStringFromNSString(protocol); 219 - (NSString*)protocol { 220 return NSStringFromStdString(_dataChannel->protocol());
|
/external/avahi/avahi-core/ |
iface.h | 102 AvahiProtocol protocol; member in struct:AvahiInterface 143 void avahi_interface_monitor_walk(AvahiInterfaceMonitor *m, AvahiIfIndex idx, AvahiProtocol protocol, AvahiInterfaceMonitorWalkCallback callback, void* userdata); 162 AvahiInterface* avahi_interface_new(AvahiInterfaceMonitor *m, AvahiHwInterface *hw, AvahiProtocol protocol); 177 int avahi_interface_match(AvahiInterface *i, AvahiIfIndex idx, AvahiProtocol protocol); 181 AvahiInterface* avahi_interface_monitor_get_interface(AvahiInterfaceMonitor *m, AvahiIfIndex idx, AvahiProtocol protocol);
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ViaParser.java | 55 // The protocol 78 Protocol protocol = new Protocol(); local 79 protocol.setProtocolName(protocolName.getTokenValue()); 80 protocol.setProtocolVersion(protocolVersion.getTokenValue()); 81 protocol.setTransport(transport.getTokenValue()); 82 v.setSentProtocol(protocol);
|
/external/avahi/avahi-discover-standalone/ |
main.c | 51 AvahiProtocol protocol; member in struct:Service 74 static struct Service *get_service(const gchar *service_type, const gchar *service_name, const gchar*domain_name, AvahiIfIndex interface, AvahiProtocol protocol) { 85 s->protocol == protocol && 128 AvahiProtocol protocol, 147 s->protocol = protocol; 156 snprintf(iface, sizeof(iface), "%s %s", if_indextoname(interface, name), avahi_proto_to_string(protocol)); 172 if ((s = get_service(service_type, service_name, domain_name, interface, protocol))) 180 AVAHI_GCC_UNUSED AvahiProtocol protocol, [all...] |
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_main.c | 181 ** Description Check if protocol is supported by RW module 183 ** Returns TRUE if protocol is supported by NFA 186 BOOLEAN nfa_dm_is_protocol_supported (tNFC_PROTOCOL protocol, UINT8 sel_res) 188 return ( (protocol == NFC_PROTOCOL_T1T) 189 ||((protocol == NFC_PROTOCOL_T2T) && (sel_res == NFC_SEL_RES_NFC_FORUM_T2T)) 190 ||(protocol == NFC_PROTOCOL_T3T) 191 ||(protocol == NFC_PROTOCOL_ISO_DEP) 192 ||(protocol == NFC_PROTOCOL_NFC_DEP) 193 ||(protocol == NFC_PROTOCOL_15693) );
|
/external/webrtc/webrtc/p2p/base/ |
candidate.h | 44 const std::string& protocol, 54 protocol_(protocol), 70 const std::string & protocol() const { return protocol_; } function in class:cricket::Candidate 71 void set_protocol(const std::string & protocol) { protocol_ = protocol; } 73 // The protocol used to talk to relay. 75 void set_relay_protocol(const std::string& protocol) { 76 relay_protocol_ = protocol;
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/ |
AuthenticationInfo.java | 26 package sun.net.www.protocol.http; 104 return protocol; 160 //return ("{"+type+":"+authScheme+":"+protocol+":"+host+":"+port+":"+realm+":"+path+"}"); 172 /** The protocol/scheme (i.e. http or https ). Need to keep the caches 175 * For proxy authentication the protocol is not relevant. 177 String protocol; field in class:AuthenticationInfo 195 this.protocol = ""; 218 this.protocol = url.getProtocol().toLowerCase(); 307 * for preemptive header-setting. Note, the protocol field is always 318 * Used in response to a challenge. Note, the protocol field is alway [all...] |
/system/bt/btif/co/ |
bta_pan_co.c | 164 UINT16 protocol; local 186 if ((p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol, 202 btpan_tap_send(btpan_cb.tap_fd, src, dst, protocol, 244 UINT16 protocol, UINT8 *p_data, 251 UNUSED(protocol); 274 BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, 281 UNUSED(protocol); 320 ** Description protocol filter indication from peer device
|