Lines Matching refs:llc
283 def __init__(self, handover, llc): argument
284 super(HandoverClient, self).__init__(llc)
369 client = HandoverClient(handover, handover.llc)
527 def __init__(self, handover, llc): argument
528 super(HandoverServer, self).__init__(llc)
532 self.llc = llc
726 args=(self.llc, True))
868 def llcp_worker(llc, try_alt): argument
949 def start_handover_server(self, llc): argument
951 self.llc = llc
952 self.srv = HandoverServer(self, llc)
972 def llcp_startup(llc): argument
974 handover.start_handover_server(llc)
975 return llc
977 def llcp_connected(llc): argument
984 args=(llc, False))
988 def llcp_release(llc): argument