Lines Matching refs:portrecs
104 portrecs = None variable
883 global portrecs
885 if portrecs:
886 return (portrecs, portrecsbynum)
888 portrecs = {}
895 if (i['type'], i['protocol']) in portrecs:
896 portrecs[(i['type'], i['protocol'])].append(port)
898 portrecs[(i['type'], i['protocol'])] = [port]
905 return (portrecs, portrecsbynum)
1247 global portrecs
1266 portrecs = None