Lines Matching defs:bundle

115 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()
442 bundle_Down(struct bundle *bundle, int how) in bundle_Down()
453 struct bundle *bundle = descriptor2bundle(d); in bundle_UpdateSet() local
513 struct bundle *bundle = descriptor2bundle(d); in bundle_IsSet() local
532 bundle_DescriptorRead(struct fdescriptor *d __unused, struct bundle *bundle, in bundle_DescriptorRead()
644 bundle_DescriptorWrite(struct fdescriptor *d __unused, struct bundle *bundle, in bundle_DescriptorWrite()
669 bundle_LockTun(struct bundle *bundle) in bundle_LockTun()
685 bundle_UnlockTun(struct bundle *bundle) in bundle_UnlockTun()
696 static struct bundle bundle; /* there can be only one */ in bundle_Create() local
898 bundle_DownInterface(struct bundle *bundle) in bundle_DownInterface()
905 bundle_Destroy(struct bundle *bundle) in bundle_Destroy()
943 bundle_LinkClosed(struct bundle *bundle, struct datalink *dl) in bundle_LinkClosed()
979 bundle_Open(struct bundle *bundle, const char *name, int mask, int force) in bundle_Open()
1004 bundle2datalink(struct bundle *bundle, const char *name) in bundle2datalink()
1053 optval(struct bundle *bundle, int opt) in optval()
1156 struct bundle *bundle = (struct bundle *)v; in bundle_IdleTimeout() local
1168 bundle_StartIdleTimer(struct bundle *bundle, unsigned secs) in bundle_StartIdleTimer()
1197 bundle_SetIdleTimer(struct bundle *bundle, unsigned timeout, in bundle_SetIdleTimer()
1207 bundle_StopIdleTimer(struct bundle *bundle) in bundle_StopIdleTimer()
1214 bundle_RemainingIdleTime(struct bundle *bundle) in bundle_RemainingIdleTime()
1226 struct bundle *bundle = (struct bundle *)v; in bundle_SessionTimeout() local
1234 bundle_StartSessionTimer(struct bundle *bundle, unsigned secs) in bundle_StartSessionTimer()
1254 bundle_StopSessionTimer(struct bundle *bundle) in bundle_StopSessionTimer()
1263 bundle_IsDead(struct bundle *bundle) in bundle_IsDead()
1269 bundle_DatalinkLinkout(struct bundle *bundle, struct datalink *dl) in bundle_DatalinkLinkout()
1285 bundle_DatalinkLinkin(struct bundle *bundle, struct datalink *dl) in bundle_DatalinkLinkin()
1300 bundle_CleanDatalinks(struct bundle *bundle) in bundle_CleanDatalinks()
1319 bundle_DatalinkClone(struct bundle *bundle, struct datalink *dl, in bundle_DatalinkClone()
1332 bundle_DatalinkRemove(struct bundle *bundle, struct datalink *dl) in bundle_DatalinkRemove()
1340 bundle_SetLabel(struct bundle *bundle, const char *label) in bundle_SetLabel()
1349 bundle_GetLabel(struct bundle *bundle) in bundle_GetLabel()
1375 bundle_ReceiveDatalink(struct bundle *bundle, int s) in bundle_ReceiveDatalink()
1665 bundle_RenameDatalink(struct bundle *bundle, struct datalink *ndl, in bundle_RenameDatalink()
1682 bundle_SetMode(struct bundle *bundle, struct datalink *dl, int mode) in bundle_SetMode()
1713 bundle_setsid(struct bundle *bundle, int holdsession) in bundle_setsid()
1830 bundle_HighestState(struct bundle *bundle) in bundle_HighestState()
1843 bundle_Exception(struct bundle *bundle, int fd) in bundle_Exception()
1857 bundle_AdjustFilters(struct bundle *bundle, struct ncpaddr *local, in bundle_AdjustFilters()
1867 bundle_AdjustDNS(struct bundle *bundle) in bundle_AdjustDNS()
1878 bundle_CalculateBandwidth(struct bundle *bundle) in bundle_CalculateBandwidth()
1937 bundle_AutoAdjust(struct bundle *bundle, int percent, int what) in bundle_AutoAdjust()
1979 bundle_WantAutoloadTimer(struct bundle *bundle) in bundle_WantAutoloadTimer()
2002 bundle_ChangedPID(struct bundle *bundle) in bundle_ChangedPID()
2010 bundle_Uptime(struct bundle *bundle) in bundle_Uptime()