Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 25 of 101) sorted by relevance

12345

/external/libppp/src/
Dbundle.h75 struct bundle { struct
76 struct fdescriptor desc; /* really all our datalinks */
77 int unit; /* The device/interface unit number */
79 struct {
83 } dev;
85 u_long bandwidth; /* struct tuninfo speed */
86 struct iface *iface; /* Interface information */
88 int routing_seq; /* The current routing sequence number */
89 u_int phase; /* Curent phase */
91 struct {
[all …]
Dbundle.c115 bundle_PhaseName(struct bundle *bundle) in bundle_PhaseName()
122 bundle_NewPhase(struct bundle *bundle, u_int new) in bundle_NewPhase()
174 bundle_Notify(struct bundle *bundle, char c) in bundle_Notify()
198 struct bundle *bundle = (struct bundle *)v; in bundle_ClearQueues() local
225 bundle_LinkAdded(struct bundle *bundle, struct datalink *dl) in bundle_LinkAdded()
245 bundle_LinksRemoved(struct bundle *bundle) in bundle_LinksRemoved()
279 struct bundle *bundle = (struct bundle *)v; in bundle_LayerUp() local
316 struct bundle *bundle = (struct bundle *)v; in bundle_LayerDown() local
371 struct bundle *bundle = (struct bundle *)v; in bundle_LayerFinish() local
386 bundle_Close(struct bundle *bundle, const char *name, int how) in bundle_Close()
[all …]
Darp.c100 arp_ProxySub(struct bundle *bundle, struct in_addr addr, int add) in arp_ProxySub()
148 arp_SetProxy(struct bundle *bundle, struct in_addr addr) in arp_SetProxy()
157 arp_ClearProxy(struct bundle *bundle, struct in_addr addr) in arp_ClearProxy()
168 arp_SetProxy(struct bundle *bundle, struct in_addr addr, int s) in arp_SetProxy()
205 arp_ClearProxy(struct bundle *bundle, struct in_addr addr, int s) in arp_ClearProxy()
Dserver.c89 server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in server_Read()
216 server_Reopen(struct bundle *bundle) in server_Reopen()
243 server_LocalOpen(struct bundle *bundle, const char *name, mode_t mask) in server_LocalOpen()
310 server_TcpOpen(struct bundle *bundle, u_short port) in server_TcpOpen()
410 server_Clear(struct bundle *bundle) in server_Clear()
Dtcpmss.c144 tcpmss_Check(struct bundle *bundle, struct mbuf *bp) in tcpmss_Check()
171 tcpmss_LayerPush(struct bundle *bundle, struct link *l __unused, in tcpmss_LayerPush()
178 tcpmss_LayerPull(struct bundle *bundle, struct link *l __unused, in tcpmss_LayerPull()
Dpap.c85 struct bundle *bundle = authp->physical->dl->bundle; in pap_Req() local
145 struct bundle *bundle = authp->physical->dl->bundle; in pap_Success() local
180 pap_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in pap_Input()
Dipcp.c442 ipcp_Init(struct ipcp *ipcp, struct bundle *bundle, struct link *l, in ipcp_Init()
616 int (*proxyfun)(struct bundle *, struct in_addr), in ipcp_proxyarp()
619 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_proxyarp() local
661 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_SetIPaddress() local
708 ChooseHisAddr(struct bundle *bundle, struct in_addr gw) in ChooseHisAddr()
843 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_IfaceAddrAdded() local
855 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_IfaceAddrDeleted() local
975 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_ValidateReq() local
1336 ipcp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipcp_Input()
1352 ipcp_UseHisIPaddr(struct bundle *bundle, struct in_addr hisaddr) in ipcp_UseHisIPaddr()
[all …]
Dtun.c84 tun_configure(struct bundle *bundle) in tun_configure()
Dvjcomp.c73 vj_LayerPush(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in vj_LayerPush()
165 vj_LayerPull(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in vj_LayerPull()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundleClient.cpp33 void InjectedBundleClient::didCreatePage(InjectedBundle* bundle, WebPage* page) in didCreatePage()
41 void InjectedBundleClient::willDestroyPage(InjectedBundle* bundle, WebPage* page) in willDestroyPage()
49 void InjectedBundleClient::didInitializePageGroup(InjectedBundle* bundle, WebPageGroupProxy* pageGr… in didInitializePageGroup()
57 void InjectedBundleClient::didReceiveMessage(InjectedBundle* bundle, const String& messageName, API… in didReceiveMessage()
/external/icu4c/tools/genrb/
Dreslist.c143 reserve16BitUnits(struct SRBRoot *bundle, int32_t length, UErrorCode *status) { in reserve16BitUnits()
184 mapKey(struct SRBRoot *bundle, int32_t oldpos) { in mapKey()
204 makeKey16(struct SRBRoot *bundle, int32_t key) { in makeKey16()
218 string_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) { in string_write16()
232 array_write16(struct SRBRoot *bundle, struct SResource *res, in array_write16()
264 table_write16(struct SRBRoot *bundle, struct SResource *res, in table_write16()
338 res_write16(struct SRBRoot *bundle, struct SResource *res, in res_write16()
375 struct SRBRoot *bundle, struct SResource *res, in string_preWrite()
384 struct SRBRoot *bundle, struct SResource *res, in bin_preWrite()
399 struct SRBRoot *bundle, struct SResource *res, in array_preWrite()
[all …]
/external/webkit/Tools/TestWebKitAPI/
DInjectedBundleController.cpp48 void InjectedBundleController::initialize(WKBundleRef bundle, WKTypeRef initializationUserData) in initialize()
73 void InjectedBundleController::didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* … in didCreatePage()
80 void InjectedBundleController::willDestroyPage(WKBundleRef bundle, WKBundlePageRef page, const void… in willDestroyPage()
87 void InjectedBundleController::didInitializePageGroup(WKBundleRef bundle, WKBundlePageGroupRef page… in didInitializePageGroup()
94 void InjectedBundleController::didReceiveMessage(WKBundleRef bundle, WKStringRef messageName, WKTyp… in didReceiveMessage()
109 void InjectedBundleController::initializeTestNamed(WKBundleRef bundle, const std::string& identifie… in initializeTestNamed()
DInjectedBundleMain.cpp34 void WKBundleInitialize(WKBundleRef bundle, WKTypeRef initializationUserData) in WKBundleInitialize()
DInjectedBundleController.h49 WKBundleRef bundle() const { return m_bundle; } in bundle() function
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DListResourceBundleTest.java33 ResourceBundle bundle; in test_getKeys() local
58 hyts_resource_fr_FR bundle = (hyts_resource_fr_FR) ResourceBundle in test_handleKeySet() local
80 hyts_resource_fr_FR bundle = (hyts_resource_fr_FR) ResourceBundle in test_handleGetObject() local
DSampleBundleClass.java28 private static ResourceBundle bundle; field in SampleBundleClass
DResourceBundleTest.java78 ResourceBundle bundle; in test_getStringLjava_lang_String() local
118 private ResourceBundle bundle; field in ResourceBundleTest
201 ResourceBundle bundle = ResourceBundle.getBundle(name, Locale in test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader() local
267 ResourceBundle bundle; in test_getObjectLjava_lang_String() local
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundle.cpp57 void InjectedBundle::didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo) in didCreatePage()
62 void InjectedBundle::willDestroyPage(WKBundleRef bundle, WKBundlePageRef page, const void* clientIn… in willDestroyPage()
67 void InjectedBundle::didInitializePageGroup(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, con… in didInitializePageGroup()
72 void InjectedBundle::didReceiveMessage(WKBundleRef bundle, WKStringRef messageName, WKTypeRef messa… in didReceiveMessage()
77 void InjectedBundle::initialize(WKBundleRef bundle, WKTypeRef initializationUserData) in initialize()
DInjectedBundleMain.cpp36 void WKBundleInitialize(WKBundleRef bundle, WKTypeRef initializationUserData) in WKBundleInitialize()
/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_model_associator_unittest.cc69 browser_sync::AutofillProfileModelAssociator::DataBundle *bundle) { in TraverseAndAssociateAllSyncNodesWrapper()
75 DataBundle* bundle, in AddNativeProfileIfNeededWrapper()
196 browser_sync::AutofillProfileModelAssociator::DataBundle bundle; in TEST_F() local
221 browser_sync::AutofillProfileModelAssociator::DataBundle bundle; in TEST_F() local
239 browser_sync::AutofillProfileModelAssociator::DataBundle bundle; in TEST_F() local
/external/icu4c/io/
Dlocbund.c145 u_locbund_close(ULocaleBundle *bundle) in u_locbund_close()
162 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat()
/external/webkit/Source/WebCore/platform/network/win/
DDownloadBundleWin.cpp63 FILE* bundle = 0; in appendResumeData() local
112 FILE* bundle = 0; in extractResumeData() local
/external/jmonkeyengine/engine/src/android/jme3test/android/
DDemoAndroidHarness.java15 Bundle bundle = getIntent().getExtras(); in onCreate() local
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DResponsivenessTimerDoesntFireEarly_Bundle.cpp47 void ResponsivenessTimerDoesntFireEarlyTest::didReceiveMessage(WKBundleRef bundle, WKStringRef mess… in didReceiveMessage()
DInjectedBundleBasic_Bundle.cpp39 virtual void didCreatePage(WKBundleRef bundle, WKBundlePageRef page) in didCreatePage()

12345