Searched defs:lookup (Results 1 – 2 of 2) sorted by relevance
59 struct lookup { struct60 unsigned int service;61 unsigned int instance;63 struct sockaddr_qrtr sq;64 struct list_item li;291 struct lookup *lookup; in server_del() local387 struct lookup *lookup; in ctrl_cmd_del_client() local448 struct lookup *lookup; in ctrl_cmd_new_server() local516 struct lookup *lookup; in ctrl_cmd_new_lookup() local552 struct lookup *lookup; in ctrl_cmd_del_lookup() local
28 def lookup(self, srv, instance=0, ifilter=0): member in qrtr62 def remove_lookup(self, lookup): argument