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()
686 bundle_UnlockTun(struct bundle *bundle) in bundle_UnlockTun()
697 static struct bundle bundle; /* there can be only one */ in bundle_Create() local
896 bundle_DownInterface(struct bundle *bundle) in bundle_DownInterface()
903 bundle_Destroy(struct bundle *bundle) in bundle_Destroy()
941 bundle_LinkClosed(struct bundle *bundle, struct datalink *dl) in bundle_LinkClosed()
977 bundle_Open(struct bundle *bundle, const char *name, int mask, int force) in bundle_Open()
1002 bundle2datalink(struct bundle *bundle, const char *name) in bundle2datalink()
1051 optval(struct bundle *bundle, int bit) in optval()
1150 struct bundle *bundle = (struct bundle *)v; in bundle_IdleTimeout() local
1162 bundle_StartIdleTimer(struct bundle *bundle, unsigned secs) in bundle_StartIdleTimer()
1191 bundle_SetIdleTimer(struct bundle *bundle, unsigned timeout, in bundle_SetIdleTimer()
1201 bundle_StopIdleTimer(struct bundle *bundle) in bundle_StopIdleTimer()
1208 bundle_RemainingIdleTime(struct bundle *bundle) in bundle_RemainingIdleTime()
1220 struct bundle *bundle = (struct bundle *)v; in bundle_SessionTimeout() local
1228 bundle_StartSessionTimer(struct bundle *bundle, unsigned secs) in bundle_StartSessionTimer()
1248 bundle_StopSessionTimer(struct bundle *bundle) in bundle_StopSessionTimer()
1257 bundle_IsDead(struct bundle *bundle) in bundle_IsDead()
1263 bundle_DatalinkLinkout(struct bundle *bundle, struct datalink *dl) in bundle_DatalinkLinkout()
1279 bundle_DatalinkLinkin(struct bundle *bundle, struct datalink *dl) in bundle_DatalinkLinkin()
1294 bundle_CleanDatalinks(struct bundle *bundle) in bundle_CleanDatalinks()
1313 bundle_DatalinkClone(struct bundle *bundle, struct datalink *dl, in bundle_DatalinkClone()
1326 bundle_DatalinkRemove(struct bundle *bundle, struct datalink *dl) in bundle_DatalinkRemove()
1334 bundle_SetLabel(struct bundle *bundle, const char *label) in bundle_SetLabel()
1343 bundle_GetLabel(struct bundle *bundle) in bundle_GetLabel()
1369 bundle_ReceiveDatalink(struct bundle *bundle, int s) in bundle_ReceiveDatalink()
1659 bundle_RenameDatalink(struct bundle *bundle, struct datalink *ndl, in bundle_RenameDatalink()
1676 bundle_SetMode(struct bundle *bundle, struct datalink *dl, int mode) in bundle_SetMode()
1707 bundle_setsid(struct bundle *bundle, int holdsession) in bundle_setsid()
1824 bundle_HighestState(struct bundle *bundle) in bundle_HighestState()
1837 bundle_Exception(struct bundle *bundle, int fd) in bundle_Exception()
1851 bundle_AdjustFilters(struct bundle *bundle, struct ncpaddr *local, in bundle_AdjustFilters()
1861 bundle_AdjustDNS(struct bundle *bundle) in bundle_AdjustDNS()
1872 bundle_CalculateBandwidth(struct bundle *bundle) in bundle_CalculateBandwidth()
1931 bundle_AutoAdjust(struct bundle *bundle, int percent, int what) in bundle_AutoAdjust()
1973 bundle_WantAutoloadTimer(struct bundle *bundle) in bundle_WantAutoloadTimer()
1996 bundle_ChangedPID(struct bundle *bundle) in bundle_ChangedPID()
2004 bundle_Uptime(struct bundle *bundle) in bundle_Uptime()